Shades of Havelock Blue #587BB9
Tints of Havelock Blue #587BB9
RGB
CMYK
RGB Variations
Color information
#587BB9 (or 0x587BB9) is known color: Havelock Blue. HEX triplet: 58, 7B and B9. RGB value is (88,123,185). Sum of RGB (Red+Green+Blue) = 88+123+185=396 (52% of max value = 765). Red value is 88 (34.77% from 255 or 22.22% from 396); Green value is 123 (48.44% from 255 or 31.06% from 396); Blue value is 185 (72.66% from 255 or 46.72% from 396); Max value from RGB is 185 - color contains mainly: blue. Hex color #587BB9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #587BB9 is #A78446. Grayscale: #777777. Windows color (decimal): -10978375 or 12155736. OLE color: 12155736.
HSL color Cylindrical-coordinate representation of color #587BB9: hue angle of 218.35º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #587BB9 is Cyan = 0.52, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 88 | 123 | 185 | - |
| CMYK | 0.52 | 0.34 | 0 | 0.27 |
| HSL | 218.35º | 0.41% | 0.54% | - |
| HSV(B) | 218.35º | 0.52% | 0.73% | - |
| XYZ | 19.86 | 19.74 | 48.66 | - |
| YUV | 119.6 | 164.9 | 105.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 123 | 185 | 0.52 | 0.34 | 0 | 0.27 | 218.35 | 0.41 | 0.54 |
| Hex | 58 | 7B | B9 | 34 | 22 | 0 | 1B | DA | 29 | 36 |
| Octal | 130 | 173 | 271 | 64 | 42 | 0 | 33 | 332 | 51 | 66 |
| Binary | 1011000 | 1111011 | 10111001 | 110100 | 100010 | 0 | 11011 | 11011010 | 101001 | 110110 |
Color Harmonies of #587BB9
Complementary color
Monochromatic Colors of #587BB9
Black with #587BB9
Text Example
Text Example
White with #587BB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #587BB9; }
p { color: rgb(88,123,185); }
H1.HeaderClassName
{
color: #587BB9;
}
.AnyTagClassName
{
color: #587BB9;
}
</style>
background-color css
<style>
a { background-color: #587BB9; }
a { background-color: rgb(88,123,185); }
div.DivClassName
{
background-color: #587BB9;
}
.BgClassName
{
background-color: #587BB9;
}
</style>
border-color css
<style>
span { border-color: #587BB9; }
span { border-color: rgb(88,123,185); }
td.TdClassName
{
border-color: #587BB9;
}
.TagClassName
{
border-color: #587BB9;
}
</style>