Shades of Picton Blue #589AD8
Tints of Picton Blue #589AD8
RGB
CMYK
RGB Variations
Color information
#589AD8 (or 0x589AD8) is known color: Picton Blue. HEX triplet: 58, 9A and D8. RGB value is (88,154,216). Sum of RGB (Red+Green+Blue) = 88+154+216=458 (60% of max value = 765). Red value is 88 (34.77% from 255 or 19.21% from 458); Green value is 154 (60.55% from 255 or 33.62% from 458); Blue value is 216 (84.77% from 255 or 47.16% from 458); Max value from RGB is 216 - color contains mainly: blue. Hex color #589AD8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #589AD8 is #A76527. Grayscale: #8D8D8D. Windows color (decimal): -10970408 or 14195288. OLE color: 14195288.
HSL color Cylindrical-coordinate representation of color #589AD8: hue angle of 209.06º 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 #589AD8 is Cyan = 0.59, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 88 | 154 | 216 | - |
| CMYK | 0.59 | 0.29 | 0 | 0.15 |
| HSL | 209.06º | 0.62% | 0.6% | - |
| HSV(B) | 209.06º | 0.59% | 0.85% | - |
| XYZ | 27.97 | 30.14 | 69.31 | - |
| YUV | 141.33 | 170.13 | 89.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 154 | 216 | 0.59 | 0.29 | 0 | 0.15 | 209.06 | 0.62 | 0.6 |
| Hex | 58 | 9A | D8 | 3B | 1D | 0 | F | D1 | 3E | 3C |
| Octal | 130 | 232 | 330 | 73 | 35 | 0 | 17 | 321 | 76 | 74 |
| Binary | 1011000 | 10011010 | 11011000 | 111011 | 11101 | 0 | 1111 | 11010001 | 111110 | 111100 |
Color Harmonies of #589AD8
Complementary color
Monochromatic Colors of #589AD8
Black with #589AD8
Text Example
Text Example
White with #589AD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #589AD8; }
p { color: rgb(88,154,216); }
H1.HeaderClassName
{
color: #589AD8;
}
.AnyTagClassName
{
color: #589AD8;
}
</style>
background-color css
<style>
a { background-color: #589AD8; }
a { background-color: rgb(88,154,216); }
div.DivClassName
{
background-color: #589AD8;
}
.BgClassName
{
background-color: #589AD8;
}
</style>
border-color css
<style>
span { border-color: #589AD8; }
span { border-color: rgb(88,154,216); }
td.TdClassName
{
border-color: #589AD8;
}
.TagClassName
{
border-color: #589AD8;
}
</style>