Shades of Picton Blue #5996CB
Tints of Picton Blue #5996CB
RGB
CMYK
RGB Variations
Color information
#5996CB (or 0x5996CB) is known color: Picton Blue. HEX triplet: 59, 96 and CB. RGB value is (89,150,203). Sum of RGB (Red+Green+Blue) = 89+150+203=442 (58% of max value = 765). Red value is 89 (35.16% from 255 or 20.14% from 442); Green value is 150 (58.98% from 255 or 33.94% from 442); Blue value is 203 (79.69% from 255 or 45.93% from 442); Max value from RGB is 203 - color contains mainly: blue. Hex color #5996CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5996CB is #A66934. Grayscale: #898989. Windows color (decimal): -10905909 or 13342297. OLE color: 13342297.
HSL color Cylindrical-coordinate representation of color #5996CB: hue angle of 207.89º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5996CB is Cyan = 0.56, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 89 | 150 | 203 | - |
| CMYK | 0.56 | 0.26 | 0 | 0.20 |
| HSL | 207.89º | 0.52% | 0.57% | - |
| HSV(B) | 207.89º | 0.56% | 0.8% | - |
| XYZ | 25.81 | 28.25 | 60.59 | - |
| YUV | 137.8 | 164.79 | 93.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 150 | 203 | 0.56 | 0.26 | 0 | 0.20 | 207.89 | 0.52 | 0.57 |
| Hex | 59 | 96 | CB | 38 | 1A | 0 | 14 | D0 | 34 | 39 |
| Octal | 131 | 226 | 313 | 70 | 32 | 0 | 24 | 320 | 64 | 71 |
| Binary | 1011001 | 10010110 | 11001011 | 111000 | 11010 | 0 | 10100 | 11010000 | 110100 | 111001 |
Color Harmonies of #5996CB
Complementary color
Monochromatic Colors of #5996CB
Black with #5996CB
Text Example
Text Example
White with #5996CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5996CB; }
p { color: rgb(89,150,203); }
H1.HeaderClassName
{
color: #5996CB;
}
.AnyTagClassName
{
color: #5996CB;
}
</style>
background-color css
<style>
a { background-color: #5996CB; }
a { background-color: rgb(89,150,203); }
div.DivClassName
{
background-color: #5996CB;
}
.BgClassName
{
background-color: #5996CB;
}
</style>
border-color css
<style>
span { border-color: #5996CB; }
span { border-color: rgb(89,150,203); }
td.TdClassName
{
border-color: #5996CB;
}
.TagClassName
{
border-color: #5996CB;
}
</style>