Shades of Picton Blue #5992D7
Tints of Picton Blue #5992D7
RGB
CMYK
RGB Variations
Color information
#5992D7 (or 0x5992D7) is known color: Picton Blue. HEX triplet: 59, 92 and D7. RGB value is (89,146,215). Sum of RGB (Red+Green+Blue) = 89+146+215=450 (59% of max value = 765). Red value is 89 (35.16% from 255 or 19.78% from 450); Green value is 146 (57.42% from 255 or 32.44% from 450); Blue value is 215 (84.38% from 255 or 47.78% from 450); Max value from RGB is 215 - color contains mainly: blue. Hex color #5992D7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5992D7 is #A66D28. Grayscale: #888888. Windows color (decimal): -10906921 or 14127705. OLE color: 14127705.
HSL color Cylindrical-coordinate representation of color #5992D7: hue angle of 212.86º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5992D7 is Cyan = 0.59, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 89 | 146 | 215 | - |
| CMYK | 0.59 | 0.32 | 0 | 0.16 |
| HSL | 212.86º | 0.61% | 0.6% | - |
| HSV(B) | 212.86º | 0.59% | 0.84% | - |
| XYZ | 26.66 | 27.59 | 68.21 | - |
| YUV | 136.82 | 172.12 | 93.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 146 | 215 | 0.59 | 0.32 | 0 | 0.16 | 212.86 | 0.61 | 0.6 |
| Hex | 59 | 92 | D7 | 3B | 20 | 0 | 10 | D5 | 3D | 3C |
| Octal | 131 | 222 | 327 | 73 | 40 | 0 | 20 | 325 | 75 | 74 |
| Binary | 1011001 | 10010010 | 11010111 | 111011 | 100000 | 0 | 10000 | 11010101 | 111101 | 111100 |
Color Harmonies of #5992D7
Complementary color
Monochromatic Colors of #5992D7
Black with #5992D7
Text Example
Text Example
White with #5992D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5992D7; }
p { color: rgb(89,146,215); }
H1.HeaderClassName
{
color: #5992D7;
}
.AnyTagClassName
{
color: #5992D7;
}
</style>
background-color css
<style>
a { background-color: #5992D7; }
a { background-color: rgb(89,146,215); }
div.DivClassName
{
background-color: #5992D7;
}
.BgClassName
{
background-color: #5992D7;
}
</style>
border-color css
<style>
span { border-color: #5992D7; }
span { border-color: rgb(89,146,215); }
td.TdClassName
{
border-color: #5992D7;
}
.TagClassName
{
border-color: #5992D7;
}
</style>