Shades of Havelock Blue #587DB8
Tints of Havelock Blue #587DB8
RGB
CMYK
RGB Variations
Color information
#587DB8 (or 0x587DB8) is known color: Havelock Blue. HEX triplet: 58, 7D and B8. RGB value is (88,125,184). Sum of RGB (Red+Green+Blue) = 88+125+184=397 (52% of max value = 765). Red value is 88 (34.77% from 255 or 22.17% from 397); Green value is 125 (49.22% from 255 or 31.49% from 397); Blue value is 184 (72.27% from 255 or 46.35% from 397); Max value from RGB is 184 - color contains mainly: blue. Hex color #587DB8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #587DB8 is #A78247. Grayscale: #787878. Windows color (decimal): -10977864 or 12090712. OLE color: 12090712.
HSL color Cylindrical-coordinate representation of color #587DB8: hue angle of 216.88º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #587DB8 is Cyan = 0.52, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 88 | 125 | 184 | - |
| CMYK | 0.52 | 0.32 | 0 | 0.28 |
| HSL | 216.88º | 0.4% | 0.53% | - |
| HSV(B) | 216.88º | 0.52% | 0.72% | - |
| XYZ | 20.01 | 20.2 | 48.19 | - |
| YUV | 120.66 | 163.74 | 104.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 125 | 184 | 0.52 | 0.32 | 0 | 0.28 | 216.88 | 0.4 | 0.53 |
| Hex | 58 | 7D | B8 | 34 | 20 | 0 | 1C | D9 | 28 | 35 |
| Octal | 130 | 175 | 270 | 64 | 40 | 0 | 34 | 331 | 50 | 65 |
| Binary | 1011000 | 1111101 | 10111000 | 110100 | 100000 | 0 | 11100 | 11011001 | 101000 | 110101 |
Color Harmonies of #587DB8
Complementary color
Monochromatic Colors of #587DB8
Black with #587DB8
Text Example
Text Example
White with #587DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #587DB8; }
p { color: rgb(88,125,184); }
H1.HeaderClassName
{
color: #587DB8;
}
.AnyTagClassName
{
color: #587DB8;
}
</style>
background-color css
<style>
a { background-color: #587DB8; }
a { background-color: rgb(88,125,184); }
div.DivClassName
{
background-color: #587DB8;
}
.BgClassName
{
background-color: #587DB8;
}
</style>
border-color css
<style>
span { border-color: #587DB8; }
span { border-color: rgb(88,125,184); }
td.TdClassName
{
border-color: #587DB8;
}
.TagClassName
{
border-color: #587DB8;
}
</style>