Shades of Havelock Blue #587DDB
Tints of Havelock Blue #587DDB
RGB
CMYK
RGB Variations
Color information
#587DDB (or 0x587DDB) is known color: Havelock Blue. HEX triplet: 58, 7D and DB. RGB value is (88,125,219). Sum of RGB (Red+Green+Blue) = 88+125+219=432 (57% of max value = 765). Red value is 88 (34.77% from 255 or 20.37% from 432); Green value is 125 (49.22% from 255 or 28.94% from 432); Blue value is 219 (85.94% from 255 or 50.69% from 432); Max value from RGB is 219 - color contains mainly: blue. Hex color #587DDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #587DDB is #A78224. Grayscale: #7C7C7C. Windows color (decimal): -10977829 or 14384472. OLE color: 14384472.
HSL color Cylindrical-coordinate representation of color #587DDB: hue angle of 223.05º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #587DDB is Cyan = 0.60, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 88 | 125 | 219 | - |
| CMYK | 0.60 | 0.43 | 0 | 0.14 |
| HSL | 223.05º | 0.65% | 0.6% | - |
| HSV(B) | 223.05º | 0.6% | 0.86% | - |
| XYZ | 24.14 | 21.86 | 69.96 | - |
| YUV | 124.65 | 181.24 | 101.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 125 | 219 | 0.60 | 0.43 | 0 | 0.14 | 223.05 | 0.65 | 0.6 |
| Hex | 58 | 7D | DB | 3C | 2B | 0 | E | DF | 41 | 3C |
| Octal | 130 | 175 | 333 | 74 | 53 | 0 | 16 | 337 | 101 | 74 |
| Binary | 1011000 | 1111101 | 11011011 | 111100 | 101011 | 0 | 1110 | 11011111 | 1000001 | 111100 |
Color Harmonies of #587DDB
Complementary color
Monochromatic Colors of #587DDB
Black with #587DDB
Text Example
Text Example
White with #587DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #587DDB; }
p { color: rgb(88,125,219); }
H1.HeaderClassName
{
color: #587DDB;
}
.AnyTagClassName
{
color: #587DDB;
}
</style>
background-color css
<style>
a { background-color: #587DDB; }
a { background-color: rgb(88,125,219); }
div.DivClassName
{
background-color: #587DDB;
}
.BgClassName
{
background-color: #587DDB;
}
</style>
border-color css
<style>
span { border-color: #587DDB; }
span { border-color: rgb(88,125,219); }
td.TdClassName
{
border-color: #587DDB;
}
.TagClassName
{
border-color: #587DDB;
}
</style>