Shades of Havelock Blue #587BC9
Tints of Havelock Blue #587BC9
RGB
CMYK
RGB Variations
Color information
#587BC9 (or 0x587BC9) is known color: Havelock Blue. HEX triplet: 58, 7B and C9. RGB value is (88,123,201). Sum of RGB (Red+Green+Blue) = 88+123+201=412 (54% of max value = 765). Red value is 88 (34.77% from 255 or 21.36% from 412); Green value is 123 (48.44% from 255 or 29.85% from 412); Blue value is 201 (78.91% from 255 or 48.79% from 412); Max value from RGB is 201 - color contains mainly: blue. Hex color #587BC9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #587BC9 is #A78436. Grayscale: #797979. Windows color (decimal): -10978359 or 13204312. OLE color: 13204312.
HSL color Cylindrical-coordinate representation of color #587BC9: hue angle of 221.42º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #587BC9 is Cyan = 0.56, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 88 | 123 | 201 | - |
| CMYK | 0.56 | 0.39 | 0 | 0.21 |
| HSL | 221.42º | 0.51% | 0.57% | - |
| HSV(B) | 221.42º | 0.56% | 0.79% | - |
| XYZ | 21.65 | 20.46 | 58.07 | - |
| YUV | 121.43 | 172.9 | 104.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 123 | 201 | 0.56 | 0.39 | 0 | 0.21 | 221.42 | 0.51 | 0.57 |
| Hex | 58 | 7B | C9 | 38 | 27 | 0 | 15 | DD | 33 | 39 |
| Octal | 130 | 173 | 311 | 70 | 47 | 0 | 25 | 335 | 63 | 71 |
| Binary | 1011000 | 1111011 | 11001001 | 111000 | 100111 | 0 | 10101 | 11011101 | 110011 | 111001 |
Color Harmonies of #587BC9
Complementary color
Monochromatic Colors of #587BC9
Black with #587BC9
Text Example
Text Example
White with #587BC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #587BC9; }
p { color: rgb(88,123,201); }
H1.HeaderClassName
{
color: #587BC9;
}
.AnyTagClassName
{
color: #587BC9;
}
</style>
background-color css
<style>
a { background-color: #587BC9; }
a { background-color: rgb(88,123,201); }
div.DivClassName
{
background-color: #587BC9;
}
.BgClassName
{
background-color: #587BC9;
}
</style>
border-color css
<style>
span { border-color: #587BC9; }
span { border-color: rgb(88,123,201); }
td.TdClassName
{
border-color: #587BC9;
}
.TagClassName
{
border-color: #587BC9;
}
</style>