Shades of Picton Blue #5992D0
Tints of Picton Blue #5992D0
RGB
CMYK
RGB Variations
Color information
#5992D0 (or 0x5992D0) is known color: Picton Blue. HEX triplet: 59, 92 and D0. RGB value is (89,146,208). Sum of RGB (Red+Green+Blue) = 89+146+208=443 (58% of max value = 765). Red value is 89 (35.16% from 255 or 20.09% from 443); Green value is 146 (57.42% from 255 or 32.96% from 443); Blue value is 208 (81.64% from 255 or 46.95% from 443); Max value from RGB is 208 - color contains mainly: blue. Hex color #5992D0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5992D0 is #A66D2F. Grayscale: #878787. Windows color (decimal): -10906928 or 13668953. OLE color: 13668953.
HSL color Cylindrical-coordinate representation of color #5992D0: hue angle of 211.26º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5992D0 is Cyan = 0.57, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 89 | 146 | 208 | - |
| CMYK | 0.57 | 0.30 | 0 | 0.18 |
| HSL | 211.26º | 0.56% | 0.58% | - |
| HSV(B) | 211.26º | 0.57% | 0.82% | - |
| XYZ | 25.78 | 27.24 | 63.57 | - |
| YUV | 136.03 | 168.62 | 94.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 146 | 208 | 0.57 | 0.30 | 0 | 0.18 | 211.26 | 0.56 | 0.58 |
| Hex | 59 | 92 | D0 | 39 | 1E | 0 | 12 | D3 | 38 | 3A |
| Octal | 131 | 222 | 320 | 71 | 36 | 0 | 22 | 323 | 70 | 72 |
| Binary | 1011001 | 10010010 | 11010000 | 111001 | 11110 | 0 | 10010 | 11010011 | 111000 | 111010 |
Color Harmonies of #5992D0
Complementary color
Monochromatic Colors of #5992D0
Black with #5992D0
Text Example
Text Example
White with #5992D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5992D0; }
p { color: rgb(89,146,208); }
H1.HeaderClassName
{
color: #5992D0;
}
.AnyTagClassName
{
color: #5992D0;
}
</style>
background-color css
<style>
a { background-color: #5992D0; }
a { background-color: rgb(89,146,208); }
div.DivClassName
{
background-color: #5992D0;
}
.BgClassName
{
background-color: #5992D0;
}
</style>
border-color css
<style>
span { border-color: #5992D0; }
span { border-color: rgb(89,146,208); }
td.TdClassName
{
border-color: #5992D0;
}
.TagClassName
{
border-color: #5992D0;
}
</style>