Shades of Havelock Blue #587CD1
Tints of Havelock Blue #587CD1
RGB
CMYK
RGB Variations
Color information
#587CD1 (or 0x587CD1) is known color: Havelock Blue. HEX triplet: 58, 7C and D1. RGB value is (88,124,209). Sum of RGB (Red+Green+Blue) = 88+124+209=421 (55% of max value = 765). Red value is 88 (34.77% from 255 or 20.90% from 421); Green value is 124 (48.83% from 255 or 29.45% from 421); Blue value is 209 (82.03% from 255 or 49.64% from 421); Max value from RGB is 209 - color contains mainly: blue. Hex color #587CD1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #587CD1 is #A7832E. Grayscale: #7A7A7A. Windows color (decimal): -10978095 or 13728856. OLE color: 13728856.
HSL color Cylindrical-coordinate representation of color #587CD1: hue angle of 222.15º 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 #587CD1 is Cyan = 0.58, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 88 | 124 | 209 | - |
| CMYK | 0.58 | 0.41 | 0 | 0.18 |
| HSL | 222.15º | 0.57% | 0.58% | - |
| HSV(B) | 222.15º | 0.58% | 0.82% | - |
| XYZ | 22.74 | 21.09 | 63.19 | - |
| YUV | 122.93 | 176.57 | 103.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 124 | 209 | 0.58 | 0.41 | 0 | 0.18 | 222.15 | 0.57 | 0.58 |
| Hex | 58 | 7C | D1 | 3A | 29 | 0 | 12 | DE | 39 | 3A |
| Octal | 130 | 174 | 321 | 72 | 51 | 0 | 22 | 336 | 71 | 72 |
| Binary | 1011000 | 1111100 | 11010001 | 111010 | 101001 | 0 | 10010 | 11011110 | 111001 | 111010 |
Color Harmonies of #587CD1
Complementary color
Monochromatic Colors of #587CD1
Black with #587CD1
Text Example
Text Example
White with #587CD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #587CD1; }
p { color: rgb(88,124,209); }
H1.HeaderClassName
{
color: #587CD1;
}
.AnyTagClassName
{
color: #587CD1;
}
</style>
background-color css
<style>
a { background-color: #587CD1; }
a { background-color: rgb(88,124,209); }
div.DivClassName
{
background-color: #587CD1;
}
.BgClassName
{
background-color: #587CD1;
}
</style>
border-color css
<style>
span { border-color: #587CD1; }
span { border-color: rgb(88,124,209); }
td.TdClassName
{
border-color: #587CD1;
}
.TagClassName
{
border-color: #587CD1;
}
</style>