I have a 5 pin color sensor ? How to Use it ?

I am new to Arduino and i have a 5 pin color sensor which i wanted to hook up with arduino to test it ..
but i can not because in Internet i can not find any video or article involving a 5 pin color sensor every where they show is 10 pin color sensor ..It has a VCC Pin . one each Red blue and green pin and a GND pin .... Please can any one help me with connection . or refer me to a article or video that i can follow .. to know more about them ...

Is there a website written on it? Maybe you can email them?

Looks like they don't make that board anymore. http://www.provotech.in/sensors.html

I would guess that you:
Connect Gnd to Gnd.
Connect Vcc to +5V.
Connect R, G, and B to analog inputs (A0, A1, A2, for example)

Use analogRead() to get the output from the three sensors. The values should indicate the color they are seeing.