Shades of Havelock Blue #597BAE
Tints of Havelock Blue #597BAE
RGB
CMYK
RGB Variations
Color information
#597BAE (or 0x597BAE) is known color: Havelock Blue. HEX triplet: 59, 7B and AE. RGB value is (89,123,174). Sum of RGB (Red+Green+Blue) = 89+123+174=386 (51% of max value = 765). Red value is 89 (35.16% from 255 or 23.06% from 386); Green value is 123 (48.44% from 255 or 31.87% from 386); Blue value is 174 (68.36% from 255 or 45.08% from 386); Max value from RGB is 174 - color contains mainly: blue. Hex color #597BAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #597BAE is #A68451. Grayscale: #767676. Windows color (decimal): -10912850 or 11434841. OLE color: 11434841.
HSL color Cylindrical-coordinate representation of color #597BAE: hue angle of 216º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #597BAE is Cyan = 0.49, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 89 | 123 | 174 | - |
| CMYK | 0.49 | 0.29 | 0 | 0.32 |
| HSL | 216º | 0.34% | 0.52% | - |
| HSV(B) | 216º | 0.49% | 0.68% | - |
| XYZ | 18.84 | 19.35 | 42.79 | - |
| YUV | 118.65 | 159.24 | 106.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 123 | 174 | 0.49 | 0.29 | 0 | 0.32 | 216 | 0.34 | 0.52 |
| Hex | 59 | 7B | AE | 31 | 1D | 0 | 20 | D8 | 22 | 34 |
| Octal | 131 | 173 | 256 | 61 | 35 | 0 | 40 | 330 | 42 | 64 |
| Binary | 1011001 | 1111011 | 10101110 | 110001 | 11101 | 0 | 100000 | 11011000 | 100010 | 110100 |
Color Harmonies of #597BAE
Complementary color
Monochromatic Colors of #597BAE
Black with #597BAE
Text Example
Text Example
White with #597BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #597BAE; }
p { color: rgb(89,123,174); }
H1.HeaderClassName
{
color: #597BAE;
}
.AnyTagClassName
{
color: #597BAE;
}
</style>
background-color css
<style>
a { background-color: #597BAE; }
a { background-color: rgb(89,123,174); }
div.DivClassName
{
background-color: #597BAE;
}
.BgClassName
{
background-color: #597BAE;
}
</style>
border-color css
<style>
span { border-color: #597BAE; }
span { border-color: rgb(89,123,174); }
td.TdClassName
{
border-color: #597BAE;
}
.TagClassName
{
border-color: #597BAE;
}
</style>