Shades of Picton Blue #599EE3
Tints of Picton Blue #599EE3
RGB
CMYK
RGB Variations
Color information
#599EE3 (or 0x599EE3) is known color: Picton Blue. HEX triplet: 59, 9E and E3. RGB value is (89,158,227). Sum of RGB (Red+Green+Blue) = 89+158+227=474 (62% of max value = 765). Red value is 89 (35.16% from 255 or 18.78% from 474); Green value is 158 (62.11% from 255 or 33.33% from 474); Blue value is 227 (89.06% from 255 or 47.89% from 474); Max value from RGB is 227 - color contains mainly: blue. Hex color #599EE3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #599EE3 is #A6611C. Grayscale: #909090. Windows color (decimal): -10903837 or 14917209. OLE color: 14917209.
HSL color Cylindrical-coordinate representation of color #599EE3: hue angle of 210º degrees, saturation: 0.71, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #599EE3 is Cyan = 0.61, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 89 | 158 | 227 | - |
| CMYK | 0.61 | 0.30 | 0 | 0.11 |
| HSL | 210º | 0.71% | 0.62% | - |
| HSV(B) | 210º | 0.61% | 0.89% | - |
| XYZ | 30.21 | 32.12 | 77.28 | - |
| YUV | 145.24 | 174.14 | 87.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 158 | 227 | 0.61 | 0.30 | 0 | 0.11 | 210 | 0.71 | 0.62 |
| Hex | 59 | 9E | E3 | 3D | 1E | 0 | B | D2 | 47 | 3E |
| Octal | 131 | 236 | 343 | 75 | 36 | 0 | 13 | 322 | 107 | 76 |
| Binary | 1011001 | 10011110 | 11100011 | 111101 | 11110 | 0 | 1011 | 11010010 | 1000111 | 111110 |
Color Harmonies of #599EE3
Complementary color
Monochromatic Colors of #599EE3
Black with #599EE3
Text Example
Text Example
White with #599EE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599EE3; }
p { color: rgb(89,158,227); }
H1.HeaderClassName
{
color: #599EE3;
}
.AnyTagClassName
{
color: #599EE3;
}
</style>
background-color css
<style>
a { background-color: #599EE3; }
a { background-color: rgb(89,158,227); }
div.DivClassName
{
background-color: #599EE3;
}
.BgClassName
{
background-color: #599EE3;
}
</style>
border-color css
<style>
span { border-color: #599EE3; }
span { border-color: rgb(89,158,227); }
td.TdClassName
{
border-color: #599EE3;
}
.TagClassName
{
border-color: #599EE3;
}
</style>