Shades of Picton Blue #599EDB
Tints of Picton Blue #599EDB
RGB
CMYK
RGB Variations
Color information
#599EDB (or 0x599EDB) is known color: Picton Blue. HEX triplet: 59, 9E and DB. RGB value is (89,158,219). Sum of RGB (Red+Green+Blue) = 89+158+219=466 (61% of max value = 765). Red value is 89 (35.16% from 255 or 19.10% from 466); Green value is 158 (62.11% from 255 or 33.91% from 466); Blue value is 219 (85.94% from 255 or 47.00% from 466); Max value from RGB is 219 - color contains mainly: blue. Hex color #599EDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #599EDB is #A66124. Grayscale: #909090. Windows color (decimal): -10903845 or 14392921. OLE color: 14392921.
HSL color Cylindrical-coordinate representation of color #599EDB: hue angle of 208.15º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #599EDB is Cyan = 0.59, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 89 | 158 | 219 | - |
| CMYK | 0.59 | 0.28 | 0 | 0.14 |
| HSL | 208.15º | 0.64% | 0.6% | - |
| HSV(B) | 208.15º | 0.59% | 0.86% | - |
| XYZ | 29.13 | 31.69 | 71.6 | - |
| YUV | 144.32 | 170.14 | 88.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 158 | 219 | 0.59 | 0.28 | 0 | 0.14 | 208.15 | 0.64 | 0.6 |
| Hex | 59 | 9E | DB | 3B | 1C | 0 | E | D0 | 40 | 3C |
| Octal | 131 | 236 | 333 | 73 | 34 | 0 | 16 | 320 | 100 | 74 |
| Binary | 1011001 | 10011110 | 11011011 | 111011 | 11100 | 0 | 1110 | 11010000 | 1000000 | 111100 |
Color Harmonies of #599EDB
Complementary color
Monochromatic Colors of #599EDB
Black with #599EDB
Text Example
Text Example
White with #599EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599EDB; }
p { color: rgb(89,158,219); }
H1.HeaderClassName
{
color: #599EDB;
}
.AnyTagClassName
{
color: #599EDB;
}
</style>
background-color css
<style>
a { background-color: #599EDB; }
a { background-color: rgb(89,158,219); }
div.DivClassName
{
background-color: #599EDB;
}
.BgClassName
{
background-color: #599EDB;
}
</style>
border-color css
<style>
span { border-color: #599EDB; }
span { border-color: rgb(89,158,219); }
td.TdClassName
{
border-color: #599EDB;
}
.TagClassName
{
border-color: #599EDB;
}
</style>