Shades of Havelock Blue #587AAD
Tints of Havelock Blue #587AAD
RGB
CMYK
RGB Variations
Color information
#587AAD (or 0x587AAD) is known color: Havelock Blue. HEX triplet: 58, 7A and AD. RGB value is (88,122,173). Sum of RGB (Red+Green+Blue) = 88+122+173=383 (50% of max value = 765). Red value is 88 (34.77% from 255 or 22.98% from 383); Green value is 122 (48.05% from 255 or 31.85% from 383); Blue value is 173 (67.97% from 255 or 45.17% from 383); Max value from RGB is 173 - color contains mainly: blue. Hex color #587AAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #587AAD is #A78552. Grayscale: #757575. Windows color (decimal): -10978643 or 11369048. OLE color: 11369048.
HSL color Cylindrical-coordinate representation of color #587AAD: hue angle of 216º 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 #587AAD is Cyan = 0.49, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 88 | 122 | 173 | - |
| CMYK | 0.49 | 0.29 | 0 | 0.32 |
| HSL | 216º | 0.34% | 0.51% | - |
| HSV(B) | 216º | 0.49% | 0.68% | - |
| XYZ | 18.53 | 19.01 | 42.23 | - |
| YUV | 117.65 | 159.24 | 106.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 122 | 173 | 0.49 | 0.29 | 0 | 0.32 | 216 | 0.34 | 0.51 |
| Hex | 58 | 7A | AD | 31 | 1D | 0 | 20 | D8 | 22 | 33 |
| Octal | 130 | 172 | 255 | 61 | 35 | 0 | 40 | 330 | 42 | 63 |
| Binary | 1011000 | 1111010 | 10101101 | 110001 | 11101 | 0 | 100000 | 11011000 | 100010 | 110011 |
Color Harmonies of #587AAD
Complementary color
Monochromatic Colors of #587AAD
Black with #587AAD
Text Example
Text Example
White with #587AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #587AAD; }
p { color: rgb(88,122,173); }
H1.HeaderClassName
{
color: #587AAD;
}
.AnyTagClassName
{
color: #587AAD;
}
</style>
background-color css
<style>
a { background-color: #587AAD; }
a { background-color: rgb(88,122,173); }
div.DivClassName
{
background-color: #587AAD;
}
.BgClassName
{
background-color: #587AAD;
}
</style>
border-color css
<style>
span { border-color: #587AAD; }
span { border-color: rgb(88,122,173); }
td.TdClassName
{
border-color: #587AAD;
}
.TagClassName
{
border-color: #587AAD;
}
</style>