Shades of Havelock Blue #587BAD
Tints of Havelock Blue #587BAD
RGB
CMYK
RGB Variations
Color information
#587BAD (or 0x587BAD) is known color: Havelock Blue. HEX triplet: 58, 7B and AD. RGB value is (88,123,173). Sum of RGB (Red+Green+Blue) = 88+123+173=384 (50% of max value = 765). Red value is 88 (34.77% from 255 or 22.92% from 384); Green value is 123 (48.44% from 255 or 32.03% from 384); Blue value is 173 (67.97% from 255 or 45.05% from 384); Max value from RGB is 173 - color contains mainly: blue. Hex color #587BAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #587BAD is #A78452. Grayscale: #767676. Windows color (decimal): -10978387 or 11369304. OLE color: 11369304.
HSL color Cylindrical-coordinate representation of color #587BAD: hue angle of 215.29º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #587BAD is Cyan = 0.49, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 88 | 123 | 173 | - |
| CMYK | 0.49 | 0.29 | 0 | 0.32 |
| HSL | 215.29º | 0.34% | 0.51% | - |
| HSV(B) | 215.29º | 0.49% | 0.68% | - |
| XYZ | 18.65 | 19.26 | 42.27 | - |
| YUV | 118.24 | 158.9 | 106.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 123 | 173 | 0.49 | 0.29 | 0 | 0.32 | 215.29 | 0.34 | 0.51 |
| Hex | 58 | 7B | AD | 31 | 1D | 0 | 20 | D7 | 22 | 33 |
| Octal | 130 | 173 | 255 | 61 | 35 | 0 | 40 | 327 | 42 | 63 |
| Binary | 1011000 | 1111011 | 10101101 | 110001 | 11101 | 0 | 100000 | 11010111 | 100010 | 110011 |
Color Harmonies of #587BAD
Complementary color
Monochromatic Colors of #587BAD
Black with #587BAD
Text Example
Text Example
White with #587BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #587BAD; }
p { color: rgb(88,123,173); }
H1.HeaderClassName
{
color: #587BAD;
}
.AnyTagClassName
{
color: #587BAD;
}
</style>
background-color css
<style>
a { background-color: #587BAD; }
a { background-color: rgb(88,123,173); }
div.DivClassName
{
background-color: #587BAD;
}
.BgClassName
{
background-color: #587BAD;
}
</style>
border-color css
<style>
span { border-color: #587BAD; }
span { border-color: rgb(88,123,173); }
td.TdClassName
{
border-color: #587BAD;
}
.TagClassName
{
border-color: #587BAD;
}
</style>