Shades of Picton Blue #599AD8
Tints of Picton Blue #599AD8
RGB
CMYK
RGB Variations
Color information
#599AD8 (or 0x599AD8) is known color: Picton Blue. HEX triplet: 59, 9A and D8. RGB value is (89,154,216). Sum of RGB (Red+Green+Blue) = 89+154+216=459 (60% of max value = 765). Red value is 89 (35.16% from 255 or 19.39% from 459); Green value is 154 (60.55% from 255 or 33.55% from 459); Blue value is 216 (84.77% from 255 or 47.06% from 459); Max value from RGB is 216 - color contains mainly: blue. Hex color #599AD8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #599AD8 is #A66527. Grayscale: #8D8D8D. Windows color (decimal): -10904872 or 14195289. OLE color: 14195289.
HSL color Cylindrical-coordinate representation of color #599AD8: hue angle of 209.29º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #599AD8 is Cyan = 0.59, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 89 | 154 | 216 | - |
| CMYK | 0.59 | 0.29 | 0 | 0.15 |
| HSL | 209.29º | 0.62% | 0.6% | - |
| HSV(B) | 209.29º | 0.59% | 0.85% | - |
| XYZ | 28.07 | 30.19 | 69.31 | - |
| YUV | 141.63 | 169.97 | 90.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 154 | 216 | 0.59 | 0.29 | 0 | 0.15 | 209.29 | 0.62 | 0.6 |
| Hex | 59 | 9A | D8 | 3B | 1D | 0 | F | D1 | 3E | 3C |
| Octal | 131 | 232 | 330 | 73 | 35 | 0 | 17 | 321 | 76 | 74 |
| Binary | 1011001 | 10011010 | 11011000 | 111011 | 11101 | 0 | 1111 | 11010001 | 111110 | 111100 |
Color Harmonies of #599AD8
Complementary color
Monochromatic Colors of #599AD8
Black with #599AD8
Text Example
Text Example
White with #599AD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599AD8; }
p { color: rgb(89,154,216); }
H1.HeaderClassName
{
color: #599AD8;
}
.AnyTagClassName
{
color: #599AD8;
}
</style>
background-color css
<style>
a { background-color: #599AD8; }
a { background-color: rgb(89,154,216); }
div.DivClassName
{
background-color: #599AD8;
}
.BgClassName
{
background-color: #599AD8;
}
</style>
border-color css
<style>
span { border-color: #599AD8; }
span { border-color: rgb(89,154,216); }
td.TdClassName
{
border-color: #599AD8;
}
.TagClassName
{
border-color: #599AD8;
}
</style>