Shades of Picton Blue #599EE1
Tints of Picton Blue #599EE1
RGB
CMYK
RGB Variations
Color information
#599EE1 (or 0x599EE1) is known color: Picton Blue. HEX triplet: 59, 9E and E1. RGB value is (89,158,225). Sum of RGB (Red+Green+Blue) = 89+158+225=472 (62% of max value = 765). Red value is 89 (35.16% from 255 or 18.86% from 472); Green value is 158 (62.11% from 255 or 33.47% from 472); Blue value is 225 (88.28% from 255 or 47.67% from 472); Max value from RGB is 225 - color contains mainly: blue. Hex color #599EE1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #599EE1 is #A6611E. Grayscale: #909090. Windows color (decimal): -10903839 or 14786137. OLE color: 14786137.
HSL color Cylindrical-coordinate representation of color #599EE1: hue angle of 209.56º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #599EE1 is Cyan = 0.60, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 89 | 158 | 225 | - |
| CMYK | 0.60 | 0.30 | 0 | 0.12 |
| HSL | 209.56º | 0.69% | 0.62% | - |
| HSV(B) | 209.56º | 0.6% | 0.88% | - |
| XYZ | 29.94 | 32.01 | 75.84 | - |
| YUV | 145.01 | 173.14 | 88.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 158 | 225 | 0.60 | 0.30 | 0 | 0.12 | 209.56 | 0.69 | 0.62 |
| Hex | 59 | 9E | E1 | 3C | 1E | 0 | C | D2 | 45 | 3E |
| Octal | 131 | 236 | 341 | 74 | 36 | 0 | 14 | 322 | 105 | 76 |
| Binary | 1011001 | 10011110 | 11100001 | 111100 | 11110 | 0 | 1100 | 11010010 | 1000101 | 111110 |
Color Harmonies of #599EE1
Complementary color
Monochromatic Colors of #599EE1
Black with #599EE1
Text Example
Text Example
White with #599EE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599EE1; }
p { color: rgb(89,158,225); }
H1.HeaderClassName
{
color: #599EE1;
}
.AnyTagClassName
{
color: #599EE1;
}
</style>
background-color css
<style>
a { background-color: #599EE1; }
a { background-color: rgb(89,158,225); }
div.DivClassName
{
background-color: #599EE1;
}
.BgClassName
{
background-color: #599EE1;
}
</style>
border-color css
<style>
span { border-color: #599EE1; }
span { border-color: rgb(89,158,225); }
td.TdClassName
{
border-color: #599EE1;
}
.TagClassName
{
border-color: #599EE1;
}
</style>