Shades of Havelock Blue #587CB0
Tints of Havelock Blue #587CB0
RGB
CMYK
RGB Variations
Color information
#587CB0 (or 0x587CB0) is known color: Havelock Blue. HEX triplet: 58, 7C and B0. RGB value is (88,124,176). Sum of RGB (Red+Green+Blue) = 88+124+176=388 (51% of max value = 765). Red value is 88 (34.77% from 255 or 22.68% from 388); Green value is 124 (48.83% from 255 or 31.96% from 388); Blue value is 176 (69.14% from 255 or 45.36% from 388); Max value from RGB is 176 - color contains mainly: blue. Hex color #587CB0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #587CB0 is #A7834F. Grayscale: #767676. Windows color (decimal): -10978128 or 11566168. OLE color: 11566168.
HSL color Cylindrical-coordinate representation of color #587CB0: hue angle of 215.45º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #587CB0 is Cyan = 0.50, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 88 | 124 | 176 | - |
| CMYK | 0.50 | 0.30 | 0 | 0.31 |
| HSL | 215.45º | 0.36% | 0.52% | - |
| HSV(B) | 215.45º | 0.5% | 0.69% | - |
| XYZ | 19.07 | 19.62 | 43.86 | - |
| YUV | 119.16 | 160.07 | 105.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 124 | 176 | 0.50 | 0.30 | 0 | 0.31 | 215.45 | 0.36 | 0.52 |
| Hex | 58 | 7C | B0 | 32 | 1E | 0 | 1F | D7 | 24 | 34 |
| Octal | 130 | 174 | 260 | 62 | 36 | 0 | 37 | 327 | 44 | 64 |
| Binary | 1011000 | 1111100 | 10110000 | 110010 | 11110 | 0 | 11111 | 11010111 | 100100 | 110100 |
Color Harmonies of #587CB0
Complementary color
Monochromatic Colors of #587CB0
Black with #587CB0
Text Example
Text Example
White with #587CB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #587CB0; }
p { color: rgb(88,124,176); }
H1.HeaderClassName
{
color: #587CB0;
}
.AnyTagClassName
{
color: #587CB0;
}
</style>
background-color css
<style>
a { background-color: #587CB0; }
a { background-color: rgb(88,124,176); }
div.DivClassName
{
background-color: #587CB0;
}
.BgClassName
{
background-color: #587CB0;
}
</style>
border-color css
<style>
span { border-color: #587CB0; }
span { border-color: rgb(88,124,176); }
td.TdClassName
{
border-color: #587CB0;
}
.TagClassName
{
border-color: #587CB0;
}
</style>