Shades of Picton Blue #589AD9
Tints of Picton Blue #589AD9
RGB
CMYK
RGB Variations
Color information
#589AD9 (or 0x589AD9) is known color: Picton Blue. HEX triplet: 58, 9A and D9. RGB value is (88,154,217). Sum of RGB (Red+Green+Blue) = 88+154+217=459 (60% of max value = 765). Red value is 88 (34.77% from 255 or 19.17% from 459); Green value is 154 (60.55% from 255 or 33.55% from 459); Blue value is 217 (85.16% from 255 or 47.28% from 459); Max value from RGB is 217 - color contains mainly: blue. Hex color #589AD9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #589AD9 is #A76526. Grayscale: #8D8D8D. Windows color (decimal): -10970407 or 14260824. OLE color: 14260824.
HSL color Cylindrical-coordinate representation of color #589AD9: hue angle of 209.3º degrees, saturation: 0.63, 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 #589AD9 is Cyan = 0.59, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 88 | 154 | 217 | - |
| CMYK | 0.59 | 0.29 | 0 | 0.15 |
| HSL | 209.3º | 0.63% | 0.6% | - |
| HSV(B) | 209.3º | 0.59% | 0.85% | - |
| XYZ | 28.1 | 30.2 | 69.99 | - |
| YUV | 141.45 | 170.63 | 89.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 154 | 217 | 0.59 | 0.29 | 0 | 0.15 | 209.3 | 0.63 | 0.6 |
| Hex | 58 | 9A | D9 | 3B | 1D | 0 | F | D1 | 3F | 3C |
| Octal | 130 | 232 | 331 | 73 | 35 | 0 | 17 | 321 | 77 | 74 |
| Binary | 1011000 | 10011010 | 11011001 | 111011 | 11101 | 0 | 1111 | 11010001 | 111111 | 111100 |
Color Harmonies of #589AD9
Complementary color
Monochromatic Colors of #589AD9
Black with #589AD9
Text Example
Text Example
White with #589AD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #589AD9; }
p { color: rgb(88,154,217); }
H1.HeaderClassName
{
color: #589AD9;
}
.AnyTagClassName
{
color: #589AD9;
}
</style>
background-color css
<style>
a { background-color: #589AD9; }
a { background-color: rgb(88,154,217); }
div.DivClassName
{
background-color: #589AD9;
}
.BgClassName
{
background-color: #589AD9;
}
</style>
border-color css
<style>
span { border-color: #589AD9; }
span { border-color: rgb(88,154,217); }
td.TdClassName
{
border-color: #589AD9;
}
.TagClassName
{
border-color: #589AD9;
}
</style>