Shades of Havelock Blue #587BBC
Tints of Havelock Blue #587BBC
RGB
CMYK
RGB Variations
Color information
#587BBC (or 0x587BBC) is known color: Havelock Blue. HEX triplet: 58, 7B and BC. RGB value is (88,123,188). Sum of RGB (Red+Green+Blue) = 88+123+188=399 (52% of max value = 765). Red value is 88 (34.77% from 255 or 22.06% from 399); Green value is 123 (48.44% from 255 or 30.83% from 399); Blue value is 188 (73.83% from 255 or 47.12% from 399); Max value from RGB is 188 - color contains mainly: blue. Hex color #587BBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #587BBC is #A78443. Grayscale: #777777. Windows color (decimal): -10978372 or 12352344. OLE color: 12352344.
HSL color Cylindrical-coordinate representation of color #587BBC: hue angle of 219º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #587BBC is Cyan = 0.53, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 88 | 123 | 188 | - |
| CMYK | 0.53 | 0.35 | 0 | 0.26 |
| HSL | 219º | 0.43% | 0.54% | - |
| HSV(B) | 219º | 0.53% | 0.74% | - |
| XYZ | 20.18 | 19.87 | 50.35 | - |
| YUV | 119.95 | 166.4 | 105.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 123 | 188 | 0.53 | 0.35 | 0 | 0.26 | 219 | 0.43 | 0.54 |
| Hex | 58 | 7B | BC | 35 | 23 | 0 | 1A | DB | 2B | 36 |
| Octal | 130 | 173 | 274 | 65 | 43 | 0 | 32 | 333 | 53 | 66 |
| Binary | 1011000 | 1111011 | 10111100 | 110101 | 100011 | 0 | 11010 | 11011011 | 101011 | 110110 |
Color Harmonies of #587BBC
Complementary color
Monochromatic Colors of #587BBC
Black with #587BBC
Text Example
Text Example
White with #587BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #587BBC; }
p { color: rgb(88,123,188); }
H1.HeaderClassName
{
color: #587BBC;
}
.AnyTagClassName
{
color: #587BBC;
}
</style>
background-color css
<style>
a { background-color: #587BBC; }
a { background-color: rgb(88,123,188); }
div.DivClassName
{
background-color: #587BBC;
}
.BgClassName
{
background-color: #587BBC;
}
</style>
border-color css
<style>
span { border-color: #587BBC; }
span { border-color: rgb(88,123,188); }
td.TdClassName
{
border-color: #587BBC;
}
.TagClassName
{
border-color: #587BBC;
}
</style>