Shades of Havelock Blue #597AAF
Tints of Havelock Blue #597AAF
RGB
CMYK
RGB Variations
Color information
#597AAF (or 0x597AAF) is known color: Havelock Blue. HEX triplet: 59, 7A and AF. RGB value is (89,122,175). Sum of RGB (Red+Green+Blue) = 89+122+175=386 (51% of max value = 765). Red value is 89 (35.16% from 255 or 23.06% from 386); Green value is 122 (48.05% from 255 or 31.61% from 386); Blue value is 175 (68.75% from 255 or 45.34% from 386); Max value from RGB is 175 - color contains mainly: blue. Hex color #597AAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #597AAF is #A68550. Grayscale: #757575. Windows color (decimal): -10913105 or 11500121. OLE color: 11500121.
HSL color Cylindrical-coordinate representation of color #597AAF: hue angle of 216.98º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #597AAF is Cyan = 0.49, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 89 | 122 | 175 | - |
| CMYK | 0.49 | 0.30 | 0 | 0.31 |
| HSL | 216.98º | 0.35% | 0.52% | - |
| HSV(B) | 216.98º | 0.49% | 0.69% | - |
| XYZ | 18.82 | 19.14 | 43.26 | - |
| YUV | 118.18 | 160.07 | 107.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 122 | 175 | 0.49 | 0.30 | 0 | 0.31 | 216.98 | 0.35 | 0.52 |
| Hex | 59 | 7A | AF | 31 | 1E | 0 | 1F | D9 | 23 | 34 |
| Octal | 131 | 172 | 257 | 61 | 36 | 0 | 37 | 331 | 43 | 64 |
| Binary | 1011001 | 1111010 | 10101111 | 110001 | 11110 | 0 | 11111 | 11011001 | 100011 | 110100 |
Color Harmonies of #597AAF
Complementary color
Monochromatic Colors of #597AAF
Black with #597AAF
Text Example
Text Example
White with #597AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #597AAF; }
p { color: rgb(89,122,175); }
H1.HeaderClassName
{
color: #597AAF;
}
.AnyTagClassName
{
color: #597AAF;
}
</style>
background-color css
<style>
a { background-color: #597AAF; }
a { background-color: rgb(89,122,175); }
div.DivClassName
{
background-color: #597AAF;
}
.BgClassName
{
background-color: #597AAF;
}
</style>
border-color css
<style>
span { border-color: #597AAF; }
span { border-color: rgb(89,122,175); }
td.TdClassName
{
border-color: #597AAF;
}
.TagClassName
{
border-color: #597AAF;
}
</style>