Shades of Havelock Blue #587AD1
Tints of Havelock Blue #587AD1
RGB
CMYK
RGB Variations
Color information
#587AD1 (or 0x587AD1) is known color: Havelock Blue. HEX triplet: 58, 7A and D1. RGB value is (88,122,209). Sum of RGB (Red+Green+Blue) = 88+122+209=419 (55% of max value = 765). Red value is 88 (34.77% from 255 or 21.00% from 419); Green value is 122 (48.05% from 255 or 29.12% from 419); Blue value is 209 (82.03% from 255 or 49.88% from 419); Max value from RGB is 209 - color contains mainly: blue. Hex color #587AD1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #587AD1 is #A7852E. Grayscale: #797979. Windows color (decimal): -10978607 or 13728344. OLE color: 13728344.
HSL color Cylindrical-coordinate representation of color #587AD1: hue angle of 223.14º 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 #587AD1 is Cyan = 0.58, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 88 | 122 | 209 | - |
| CMYK | 0.58 | 0.42 | 0 | 0.18 |
| HSL | 223.14º | 0.57% | 0.58% | - |
| HSV(B) | 223.14º | 0.58% | 0.82% | - |
| XYZ | 22.49 | 20.6 | 63.11 | - |
| YUV | 121.75 | 177.24 | 103.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 122 | 209 | 0.58 | 0.42 | 0 | 0.18 | 223.14 | 0.57 | 0.58 |
| Hex | 58 | 7A | D1 | 3A | 2A | 0 | 12 | DF | 39 | 3A |
| Octal | 130 | 172 | 321 | 72 | 52 | 0 | 22 | 337 | 71 | 72 |
| Binary | 1011000 | 1111010 | 11010001 | 111010 | 101010 | 0 | 10010 | 11011111 | 111001 | 111010 |
Color Harmonies of #587AD1
Complementary color
Monochromatic Colors of #587AD1
Black with #587AD1
Text Example
Text Example
White with #587AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #587AD1; }
p { color: rgb(88,122,209); }
H1.HeaderClassName
{
color: #587AD1;
}
.AnyTagClassName
{
color: #587AD1;
}
</style>
background-color css
<style>
a { background-color: #587AD1; }
a { background-color: rgb(88,122,209); }
div.DivClassName
{
background-color: #587AD1;
}
.BgClassName
{
background-color: #587AD1;
}
</style>
border-color css
<style>
span { border-color: #587AD1; }
span { border-color: rgb(88,122,209); }
td.TdClassName
{
border-color: #587AD1;
}
.TagClassName
{
border-color: #587AD1;
}
</style>