Shades of Picton Blue #589AD6
Tints of Picton Blue #589AD6
RGB
CMYK
RGB Variations
Color information
#589AD6 (or 0x589AD6) is known color: Picton Blue. HEX triplet: 58, 9A and D6. RGB value is (88,154,214). Sum of RGB (Red+Green+Blue) = 88+154+214=456 (60% of max value = 765). Red value is 88 (34.77% from 255 or 19.30% from 456); Green value is 154 (60.55% from 255 or 33.77% from 456); Blue value is 214 (83.98% from 255 or 46.93% from 456); Max value from RGB is 214 - color contains mainly: blue. Hex color #589AD6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #589AD6 is #A76529. Grayscale: #8C8C8C. Windows color (decimal): -10970410 or 14064216. OLE color: 14064216.
HSL color Cylindrical-coordinate representation of color #589AD6: hue angle of 208.57º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #589AD6 is Cyan = 0.59, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 88 | 154 | 214 | - |
| CMYK | 0.59 | 0.28 | 0 | 0.16 |
| HSL | 208.57º | 0.61% | 0.59% | - |
| HSV(B) | 208.57º | 0.59% | 0.84% | - |
| XYZ | 27.72 | 30.04 | 67.96 | - |
| YUV | 141.11 | 169.13 | 90.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 154 | 214 | 0.59 | 0.28 | 0 | 0.16 | 208.57 | 0.61 | 0.59 |
| Hex | 58 | 9A | D6 | 3B | 1C | 0 | 10 | D1 | 3D | 3B |
| Octal | 130 | 232 | 326 | 73 | 34 | 0 | 20 | 321 | 75 | 73 |
| Binary | 1011000 | 10011010 | 11010110 | 111011 | 11100 | 0 | 10000 | 11010001 | 111101 | 111011 |
Color Harmonies of #589AD6
Complementary color
Monochromatic Colors of #589AD6
Black with #589AD6
Text Example
Text Example
White with #589AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #589AD6; }
p { color: rgb(88,154,214); }
H1.HeaderClassName
{
color: #589AD6;
}
.AnyTagClassName
{
color: #589AD6;
}
</style>
background-color css
<style>
a { background-color: #589AD6; }
a { background-color: rgb(88,154,214); }
div.DivClassName
{
background-color: #589AD6;
}
.BgClassName
{
background-color: #589AD6;
}
</style>
border-color css
<style>
span { border-color: #589AD6; }
span { border-color: rgb(88,154,214); }
td.TdClassName
{
border-color: #589AD6;
}
.TagClassName
{
border-color: #589AD6;
}
</style>