Shades of Havelock Blue #587BD0
Tints of Havelock Blue #587BD0
RGB
CMYK
RGB Variations
Color information
#587BD0 (or 0x587BD0) is known color: Havelock Blue. HEX triplet: 58, 7B and D0. RGB value is (88,123,208). Sum of RGB (Red+Green+Blue) = 88+123+208=419 (55% of max value = 765). Red value is 88 (34.77% from 255 or 21.00% from 419); Green value is 123 (48.44% from 255 or 29.36% from 419); Blue value is 208 (81.64% from 255 or 49.64% from 419); Max value from RGB is 208 - color contains mainly: blue. Hex color #587BD0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #587BD0 is #A7842F. Grayscale: #797979. Windows color (decimal): -10978352 or 13663064. OLE color: 13663064.
HSL color Cylindrical-coordinate representation of color #587BD0: hue angle of 222.5º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #587BD0 is Cyan = 0.58, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 88 | 123 | 208 | - |
| CMYK | 0.58 | 0.41 | 0 | 0.18 |
| HSL | 222.5º | 0.56% | 0.58% | - |
| HSV(B) | 222.5º | 0.58% | 0.82% | - |
| XYZ | 22.49 | 20.79 | 62.5 | - |
| YUV | 122.23 | 176.4 | 103.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 123 | 208 | 0.58 | 0.41 | 0 | 0.18 | 222.5 | 0.56 | 0.58 |
| Hex | 58 | 7B | D0 | 3A | 29 | 0 | 12 | DE | 38 | 3A |
| Octal | 130 | 173 | 320 | 72 | 51 | 0 | 22 | 336 | 70 | 72 |
| Binary | 1011000 | 1111011 | 11010000 | 111010 | 101001 | 0 | 10010 | 11011110 | 111000 | 111010 |
Color Harmonies of #587BD0
Complementary color
Monochromatic Colors of #587BD0
Black with #587BD0
Text Example
Text Example
White with #587BD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #587BD0; }
p { color: rgb(88,123,208); }
H1.HeaderClassName
{
color: #587BD0;
}
.AnyTagClassName
{
color: #587BD0;
}
</style>
background-color css
<style>
a { background-color: #587BD0; }
a { background-color: rgb(88,123,208); }
div.DivClassName
{
background-color: #587BD0;
}
.BgClassName
{
background-color: #587BD0;
}
</style>
border-color css
<style>
span { border-color: #587BD0; }
span { border-color: rgb(88,123,208); }
td.TdClassName
{
border-color: #587BD0;
}
.TagClassName
{
border-color: #587BD0;
}
</style>