Shades of Picton Blue #599ECD
Tints of Picton Blue #599ECD
RGB
CMYK
RGB Variations
Color information
#599ECD (or 0x599ECD) is known color: Picton Blue. HEX triplet: 59, 9E and CD. RGB value is (89,158,205). Sum of RGB (Red+Green+Blue) = 89+158+205=452 (59% of max value = 765). Red value is 89 (35.16% from 255 or 19.69% from 452); Green value is 158 (62.11% from 255 or 34.96% from 452); Blue value is 205 (80.47% from 255 or 45.35% from 452); Max value from RGB is 205 - color contains mainly: blue. Hex color #599ECD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #599ECD is #A66132. Grayscale: #8E8E8E. Windows color (decimal): -10903859 or 13475417. OLE color: 13475417.
HSL color Cylindrical-coordinate representation of color #599ECD: hue angle of 204.31º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #599ECD is Cyan = 0.57, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 89 | 158 | 205 | - |
| CMYK | 0.57 | 0.23 | 0 | 0.20 |
| HSL | 204.31º | 0.54% | 0.58% | - |
| HSV(B) | 204.31º | 0.57% | 0.8% | - |
| XYZ | 27.37 | 30.99 | 62.3 | - |
| YUV | 142.73 | 163.14 | 89.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 158 | 205 | 0.57 | 0.23 | 0 | 0.20 | 204.31 | 0.54 | 0.58 |
| Hex | 59 | 9E | CD | 39 | 17 | 0 | 14 | CC | 36 | 3A |
| Octal | 131 | 236 | 315 | 71 | 27 | 0 | 24 | 314 | 66 | 72 |
| Binary | 1011001 | 10011110 | 11001101 | 111001 | 10111 | 0 | 10100 | 11001100 | 110110 | 111010 |
Color Harmonies of #599ECD
Complementary color
Monochromatic Colors of #599ECD
Black with #599ECD
Text Example
Text Example
White with #599ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599ECD; }
p { color: rgb(89,158,205); }
H1.HeaderClassName
{
color: #599ECD;
}
.AnyTagClassName
{
color: #599ECD;
}
</style>
background-color css
<style>
a { background-color: #599ECD; }
a { background-color: rgb(89,158,205); }
div.DivClassName
{
background-color: #599ECD;
}
.BgClassName
{
background-color: #599ECD;
}
</style>
border-color css
<style>
span { border-color: #599ECD; }
span { border-color: rgb(89,158,205); }
td.TdClassName
{
border-color: #599ECD;
}
.TagClassName
{
border-color: #599ECD;
}
</style>