Shades of Picton Blue #5992CE
Tints of Picton Blue #5992CE
RGB
CMYK
RGB Variations
Color information
#5992CE (or 0x5992CE) is known color: Picton Blue. HEX triplet: 59, 92 and CE. RGB value is (89,146,206). Sum of RGB (Red+Green+Blue) = 89+146+206=441 (58% of max value = 765). Red value is 89 (35.16% from 255 or 20.18% from 441); Green value is 146 (57.42% from 255 or 33.11% from 441); Blue value is 206 (80.86% from 255 or 46.71% from 441); Max value from RGB is 206 - color contains mainly: blue. Hex color #5992CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5992CE is #A66D31. Grayscale: #878787. Windows color (decimal): -10906930 or 13537881. OLE color: 13537881.
HSL color Cylindrical-coordinate representation of color #5992CE: hue angle of 210.77º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5992CE is Cyan = 0.57, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 89 | 146 | 206 | - |
| CMYK | 0.57 | 0.29 | 0 | 0.19 |
| HSL | 210.77º | 0.54% | 0.58% | - |
| HSV(B) | 210.77º | 0.57% | 0.81% | - |
| XYZ | 25.54 | 27.14 | 62.28 | - |
| YUV | 135.8 | 167.62 | 94.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 146 | 206 | 0.57 | 0.29 | 0 | 0.19 | 210.77 | 0.54 | 0.58 |
| Hex | 59 | 92 | CE | 39 | 1D | 0 | 13 | D3 | 36 | 3A |
| Octal | 131 | 222 | 316 | 71 | 35 | 0 | 23 | 323 | 66 | 72 |
| Binary | 1011001 | 10010010 | 11001110 | 111001 | 11101 | 0 | 10011 | 11010011 | 110110 | 111010 |
Color Harmonies of #5992CE
Complementary color
Monochromatic Colors of #5992CE
Black with #5992CE
Text Example
Text Example
White with #5992CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5992CE; }
p { color: rgb(89,146,206); }
H1.HeaderClassName
{
color: #5992CE;
}
.AnyTagClassName
{
color: #5992CE;
}
</style>
background-color css
<style>
a { background-color: #5992CE; }
a { background-color: rgb(89,146,206); }
div.DivClassName
{
background-color: #5992CE;
}
.BgClassName
{
background-color: #5992CE;
}
</style>
border-color css
<style>
span { border-color: #5992CE; }
span { border-color: rgb(89,146,206); }
td.TdClassName
{
border-color: #5992CE;
}
.TagClassName
{
border-color: #5992CE;
}
</style>