Shades of Havelock Blue #587BB0
Tints of Havelock Blue #587BB0
RGB
CMYK
RGB Variations
Color information
#587BB0 (or 0x587BB0) is known color: Havelock Blue. HEX triplet: 58, 7B and B0. RGB value is (88,123,176). Sum of RGB (Red+Green+Blue) = 88+123+176=387 (51% of max value = 765). Red value is 88 (34.77% from 255 or 22.74% from 387); Green value is 123 (48.44% from 255 or 31.78% from 387); Blue value is 176 (69.14% from 255 or 45.48% from 387); Max value from RGB is 176 - color contains mainly: blue. Hex color #587BB0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #587BB0 is #A7844F. Grayscale: #767676. Windows color (decimal): -10978384 or 11565912. OLE color: 11565912.
HSL color Cylindrical-coordinate representation of color #587BB0: hue angle of 216.14º 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 #587BB0 is Cyan = 0.50, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 88 | 123 | 176 | - |
| CMYK | 0.50 | 0.30 | 0 | 0.31 |
| HSL | 216.14º | 0.36% | 0.52% | - |
| HSV(B) | 216.14º | 0.5% | 0.69% | - |
| XYZ | 18.94 | 19.38 | 43.82 | - |
| YUV | 118.58 | 160.4 | 106.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 123 | 176 | 0.50 | 0.30 | 0 | 0.31 | 216.14 | 0.36 | 0.52 |
| Hex | 58 | 7B | B0 | 32 | 1E | 0 | 1F | D8 | 24 | 34 |
| Octal | 130 | 173 | 260 | 62 | 36 | 0 | 37 | 330 | 44 | 64 |
| Binary | 1011000 | 1111011 | 10110000 | 110010 | 11110 | 0 | 11111 | 11011000 | 100100 | 110100 |
Color Harmonies of #587BB0
Complementary color
Monochromatic Colors of #587BB0
Black with #587BB0
Text Example
Text Example
White with #587BB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #587BB0; }
p { color: rgb(88,123,176); }
H1.HeaderClassName
{
color: #587BB0;
}
.AnyTagClassName
{
color: #587BB0;
}
</style>
background-color css
<style>
a { background-color: #587BB0; }
a { background-color: rgb(88,123,176); }
div.DivClassName
{
background-color: #587BB0;
}
.BgClassName
{
background-color: #587BB0;
}
</style>
border-color css
<style>
span { border-color: #587BB0; }
span { border-color: rgb(88,123,176); }
td.TdClassName
{
border-color: #587BB0;
}
.TagClassName
{
border-color: #587BB0;
}
</style>