Shades of Havelock Blue #587CCB
Tints of Havelock Blue #587CCB
RGB
CMYK
RGB Variations
Color information
#587CCB (or 0x587CCB) is known color: Havelock Blue. HEX triplet: 58, 7C and CB. RGB value is (88,124,203). Sum of RGB (Red+Green+Blue) = 88+124+203=415 (54% of max value = 765). Red value is 88 (34.77% from 255 or 21.20% from 415); Green value is 124 (48.83% from 255 or 29.88% from 415); Blue value is 203 (79.69% from 255 or 48.92% from 415); Max value from RGB is 203 - color contains mainly: blue. Hex color #587CCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #587CCB is #A78334. Grayscale: #797979. Windows color (decimal): -10978101 or 13335640. OLE color: 13335640.
HSL color Cylindrical-coordinate representation of color #587CCB: hue angle of 221.22º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #587CCB is Cyan = 0.57, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 88 | 124 | 203 | - |
| CMYK | 0.57 | 0.39 | 0 | 0.20 |
| HSL | 221.22º | 0.53% | 0.57% | - |
| HSV(B) | 221.22º | 0.57% | 0.8% | - |
| XYZ | 22.01 | 20.8 | 59.35 | - |
| YUV | 122.24 | 173.57 | 103.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 124 | 203 | 0.57 | 0.39 | 0 | 0.20 | 221.22 | 0.53 | 0.57 |
| Hex | 58 | 7C | CB | 39 | 27 | 0 | 14 | DD | 35 | 39 |
| Octal | 130 | 174 | 313 | 71 | 47 | 0 | 24 | 335 | 65 | 71 |
| Binary | 1011000 | 1111100 | 11001011 | 111001 | 100111 | 0 | 10100 | 11011101 | 110101 | 111001 |
Color Harmonies of #587CCB
Complementary color
Monochromatic Colors of #587CCB
Black with #587CCB
Text Example
Text Example
White with #587CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #587CCB; }
p { color: rgb(88,124,203); }
H1.HeaderClassName
{
color: #587CCB;
}
.AnyTagClassName
{
color: #587CCB;
}
</style>
background-color css
<style>
a { background-color: #587CCB; }
a { background-color: rgb(88,124,203); }
div.DivClassName
{
background-color: #587CCB;
}
.BgClassName
{
background-color: #587CCB;
}
</style>
border-color css
<style>
span { border-color: #587CCB; }
span { border-color: rgb(88,124,203); }
td.TdClassName
{
border-color: #587CCB;
}
.TagClassName
{
border-color: #587CCB;
}
</style>