Shades of Picton Blue #5992D1
Tints of Picton Blue #5992D1
RGB
CMYK
RGB Variations
Color information
#5992D1 (or 0x5992D1) is known color: Picton Blue. HEX triplet: 59, 92 and D1. RGB value is (89,146,209). Sum of RGB (Red+Green+Blue) = 89+146+209=444 (58% of max value = 765). Red value is 89 (35.16% from 255 or 20.05% from 444); Green value is 146 (57.42% from 255 or 32.88% from 444); Blue value is 209 (82.03% from 255 or 47.07% from 444); Max value from RGB is 209 - color contains mainly: blue. Hex color #5992D1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5992D1 is #A66D2E. Grayscale: #878787. Windows color (decimal): -10906927 or 13734489. OLE color: 13734489.
HSL color Cylindrical-coordinate representation of color #5992D1: hue angle of 211.5º degrees, saturation: 0.57, 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 #5992D1 is Cyan = 0.57, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 89 | 146 | 209 | - |
| CMYK | 0.57 | 0.30 | 0 | 0.18 |
| HSL | 211.5º | 0.57% | 0.58% | - |
| HSV(B) | 211.5º | 0.57% | 0.82% | - |
| XYZ | 25.91 | 27.29 | 64.22 | - |
| YUV | 136.14 | 169.12 | 94.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 146 | 209 | 0.57 | 0.30 | 0 | 0.18 | 211.5 | 0.57 | 0.58 |
| Hex | 59 | 92 | D1 | 39 | 1E | 0 | 12 | D4 | 39 | 3A |
| Octal | 131 | 222 | 321 | 71 | 36 | 0 | 22 | 324 | 71 | 72 |
| Binary | 1011001 | 10010010 | 11010001 | 111001 | 11110 | 0 | 10010 | 11010100 | 111001 | 111010 |
Color Harmonies of #5992D1
Complementary color
Monochromatic Colors of #5992D1
Black with #5992D1
Text Example
Text Example
White with #5992D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5992D1; }
p { color: rgb(89,146,209); }
H1.HeaderClassName
{
color: #5992D1;
}
.AnyTagClassName
{
color: #5992D1;
}
</style>
background-color css
<style>
a { background-color: #5992D1; }
a { background-color: rgb(89,146,209); }
div.DivClassName
{
background-color: #5992D1;
}
.BgClassName
{
background-color: #5992D1;
}
</style>
border-color css
<style>
span { border-color: #5992D1; }
span { border-color: rgb(89,146,209); }
td.TdClassName
{
border-color: #5992D1;
}
.TagClassName
{
border-color: #5992D1;
}
</style>