Shades of Picton Blue #5F96C8
Tints of Picton Blue #5F96C8
RGB
CMYK
RGB Variations
Color information
#5F96C8 (or 0x5F96C8) is known color: Picton Blue. HEX triplet: 5F, 96 and C8. RGB value is (95,150,200). Sum of RGB (Red+Green+Blue) = 95+150+200=445 (58% of max value = 765). Red value is 95 (37.5% from 255 or 21.35% from 445); Green value is 150 (58.98% from 255 or 33.71% from 445); Blue value is 200 (78.52% from 255 or 44.94% from 445); Max value from RGB is 200 - color contains mainly: blue. Hex color #5F96C8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5F96C8 is #A06937. Grayscale: #8B8B8B. Windows color (decimal): -10512696 or 13145695. OLE color: 13145695.
HSL color Cylindrical-coordinate representation of color #5F96C8: hue angle of 208.57º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5F96C8 is Cyan = 0.52, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 95 | 150 | 200 | - |
| CMYK | 0.52 | 0.25 | 0 | 0.22 |
| HSL | 208.57º | 0.49% | 0.58% | - |
| HSV(B) | 208.57º | 0.53% | 0.78% | - |
| XYZ | 26.05 | 28.42 | 58.76 | - |
| YUV | 139.26 | 162.28 | 96.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 150 | 200 | 0.52 | 0.25 | 0 | 0.22 | 208.57 | 0.49 | 0.58 |
| Hex | 5F | 96 | C8 | 34 | 19 | 0 | 16 | D1 | 31 | 3A |
| Octal | 137 | 226 | 310 | 64 | 31 | 0 | 26 | 321 | 61 | 72 |
| Binary | 1011111 | 10010110 | 11001000 | 110100 | 11001 | 0 | 10110 | 11010001 | 110001 | 111010 |
Color Harmonies of #5F96C8
Complementary color
Monochromatic Colors of #5F96C8
Black with #5F96C8
Text Example
Text Example
White with #5F96C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F96C8; }
p { color: rgb(95,150,200); }
H1.HeaderClassName
{
color: #5F96C8;
}
.AnyTagClassName
{
color: #5F96C8;
}
</style>
background-color css
<style>
a { background-color: #5F96C8; }
a { background-color: rgb(95,150,200); }
div.DivClassName
{
background-color: #5F96C8;
}
.BgClassName
{
background-color: #5F96C8;
}
</style>
border-color css
<style>
span { border-color: #5F96C8; }
span { border-color: rgb(95,150,200); }
td.TdClassName
{
border-color: #5F96C8;
}
.TagClassName
{
border-color: #5F96C8;
}
</style>