Shades of Havelock Blue #587CB1
Tints of Havelock Blue #587CB1
RGB
CMYK
RGB Variations
Color information
#587CB1 (or 0x587CB1) is known color: Havelock Blue. HEX triplet: 58, 7C and B1. RGB value is (88,124,177). Sum of RGB (Red+Green+Blue) = 88+124+177=389 (51% of max value = 765). Red value is 88 (34.77% from 255 or 22.62% from 389); Green value is 124 (48.83% from 255 or 31.88% from 389); Blue value is 177 (69.53% from 255 or 45.50% from 389); Max value from RGB is 177 - color contains mainly: blue. Hex color #587CB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #587CB1 is #A7834E. Grayscale: #777777. Windows color (decimal): -10978127 or 11631704. OLE color: 11631704.
HSL color Cylindrical-coordinate representation of color #587CB1: hue angle of 215.73º 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 #587CB1 is Cyan = 0.50, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 88 | 124 | 177 | - |
| CMYK | 0.50 | 0.30 | 0 | 0.31 |
| HSL | 215.73º | 0.36% | 0.52% | - |
| HSV(B) | 215.73º | 0.5% | 0.69% | - |
| XYZ | 19.17 | 19.66 | 44.38 | - |
| YUV | 119.28 | 160.57 | 105.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 124 | 177 | 0.50 | 0.30 | 0 | 0.31 | 215.73 | 0.36 | 0.52 |
| Hex | 58 | 7C | B1 | 32 | 1E | 0 | 1F | D8 | 24 | 34 |
| Octal | 130 | 174 | 261 | 62 | 36 | 0 | 37 | 330 | 44 | 64 |
| Binary | 1011000 | 1111100 | 10110001 | 110010 | 11110 | 0 | 11111 | 11011000 | 100100 | 110100 |
Color Harmonies of #587CB1
Complementary color
Monochromatic Colors of #587CB1
Black with #587CB1
Text Example
Text Example
White with #587CB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #587CB1; }
p { color: rgb(88,124,177); }
H1.HeaderClassName
{
color: #587CB1;
}
.AnyTagClassName
{
color: #587CB1;
}
</style>
background-color css
<style>
a { background-color: #587CB1; }
a { background-color: rgb(88,124,177); }
div.DivClassName
{
background-color: #587CB1;
}
.BgClassName
{
background-color: #587CB1;
}
</style>
border-color css
<style>
span { border-color: #587CB1; }
span { border-color: rgb(88,124,177); }
td.TdClassName
{
border-color: #587CB1;
}
.TagClassName
{
border-color: #587CB1;
}
</style>