Shades of Picton Blue #589AD1
Tints of Picton Blue #589AD1
RGB
CMYK
RGB Variations
Color information
#589AD1 (or 0x589AD1) is known color: Picton Blue. HEX triplet: 58, 9A and D1. RGB value is (88,154,209). Sum of RGB (Red+Green+Blue) = 88+154+209=451 (59% of max value = 765). Red value is 88 (34.77% from 255 or 19.51% from 451); Green value is 154 (60.55% from 255 or 34.15% from 451); Blue value is 209 (82.03% from 255 or 46.34% from 451); Max value from RGB is 209 - color contains mainly: blue. Hex color #589AD1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #589AD1 is #A7652E. Grayscale: #8C8C8C. Windows color (decimal): -10970415 or 13736536. OLE color: 13736536.
HSL color Cylindrical-coordinate representation of color #589AD1: hue angle of 207.27º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #589AD1 is Cyan = 0.58, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 88 | 154 | 209 | - |
| CMYK | 0.58 | 0.26 | 0 | 0.18 |
| HSL | 207.27º | 0.57% | 0.58% | - |
| HSV(B) | 207.27º | 0.58% | 0.82% | - |
| XYZ | 27.09 | 29.79 | 64.64 | - |
| YUV | 140.54 | 166.63 | 90.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 154 | 209 | 0.58 | 0.26 | 0 | 0.18 | 207.27 | 0.57 | 0.58 |
| Hex | 58 | 9A | D1 | 3A | 1A | 0 | 12 | CF | 39 | 3A |
| Octal | 130 | 232 | 321 | 72 | 32 | 0 | 22 | 317 | 71 | 72 |
| Binary | 1011000 | 10011010 | 11010001 | 111010 | 11010 | 0 | 10010 | 11001111 | 111001 | 111010 |
Color Harmonies of #589AD1
Complementary color
Monochromatic Colors of #589AD1
Black with #589AD1
Text Example
Text Example
White with #589AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #589AD1; }
p { color: rgb(88,154,209); }
H1.HeaderClassName
{
color: #589AD1;
}
.AnyTagClassName
{
color: #589AD1;
}
</style>
background-color css
<style>
a { background-color: #589AD1; }
a { background-color: rgb(88,154,209); }
div.DivClassName
{
background-color: #589AD1;
}
.BgClassName
{
background-color: #589AD1;
}
</style>
border-color css
<style>
span { border-color: #589AD1; }
span { border-color: rgb(88,154,209); }
td.TdClassName
{
border-color: #589AD1;
}
.TagClassName
{
border-color: #589AD1;
}
</style>