Shades of Havelock Blue #587AAE
Tints of Havelock Blue #587AAE
RGB
CMYK
RGB Variations
Color information
#587AAE (or 0x587AAE) is known color: Havelock Blue. HEX triplet: 58, 7A and AE. RGB value is (88,122,174). Sum of RGB (Red+Green+Blue) = 88+122+174=384 (50% of max value = 765). Red value is 88 (34.77% from 255 or 22.92% from 384); Green value is 122 (48.05% from 255 or 31.77% from 384); Blue value is 174 (68.36% from 255 or 45.31% from 384); Max value from RGB is 174 - color contains mainly: blue. Hex color #587AAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #587AAE is #A78551. Grayscale: #757575. Windows color (decimal): -10978642 or 11434584. OLE color: 11434584.
HSL color Cylindrical-coordinate representation of color #587AAE: hue angle of 216.28º degrees, saturation: 0.35, 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 #587AAE is Cyan = 0.49, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 88 | 122 | 174 | - |
| CMYK | 0.49 | 0.30 | 0 | 0.32 |
| HSL | 216.28º | 0.35% | 0.51% | - |
| HSV(B) | 216.28º | 0.49% | 0.68% | - |
| XYZ | 18.62 | 19.05 | 42.74 | - |
| YUV | 117.76 | 159.74 | 106.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 122 | 174 | 0.49 | 0.30 | 0 | 0.32 | 216.28 | 0.35 | 0.51 |
| Hex | 58 | 7A | AE | 31 | 1E | 0 | 20 | D8 | 23 | 33 |
| Octal | 130 | 172 | 256 | 61 | 36 | 0 | 40 | 330 | 43 | 63 |
| Binary | 1011000 | 1111010 | 10101110 | 110001 | 11110 | 0 | 100000 | 11011000 | 100011 | 110011 |
Color Harmonies of #587AAE
Complementary color
Monochromatic Colors of #587AAE
Black with #587AAE
Text Example
Text Example
White with #587AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #587AAE; }
p { color: rgb(88,122,174); }
H1.HeaderClassName
{
color: #587AAE;
}
.AnyTagClassName
{
color: #587AAE;
}
</style>
background-color css
<style>
a { background-color: #587AAE; }
a { background-color: rgb(88,122,174); }
div.DivClassName
{
background-color: #587AAE;
}
.BgClassName
{
background-color: #587AAE;
}
</style>
border-color css
<style>
span { border-color: #587AAE; }
span { border-color: rgb(88,122,174); }
td.TdClassName
{
border-color: #587AAE;
}
.TagClassName
{
border-color: #587AAE;
}
</style>