Shades of Havelock Blue #597AB6
Tints of Havelock Blue #597AB6
RGB
CMYK
RGB Variations
Color information
#597AB6 (or 0x597AB6) is known color: Havelock Blue. HEX triplet: 59, 7A and B6. RGB value is (89,122,182). Sum of RGB (Red+Green+Blue) = 89+122+182=393 (52% of max value = 765). Red value is 89 (35.16% from 255 or 22.65% from 393); Green value is 122 (48.05% from 255 or 31.04% from 393); Blue value is 182 (71.48% from 255 or 46.31% from 393); Max value from RGB is 182 - color contains mainly: blue. Hex color #597AB6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #597AB6 is #A68549. Grayscale: #767676. Windows color (decimal): -10913098 or 11958873. OLE color: 11958873.
HSL color Cylindrical-coordinate representation of color #597AB6: hue angle of 218.71º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #597AB6 is Cyan = 0.51, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 89 | 122 | 182 | - |
| CMYK | 0.51 | 0.33 | 0 | 0.29 |
| HSL | 218.71º | 0.39% | 0.53% | - |
| HSV(B) | 218.71º | 0.51% | 0.71% | - |
| XYZ | 19.52 | 19.42 | 46.98 | - |
| YUV | 118.97 | 163.57 | 106.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 122 | 182 | 0.51 | 0.33 | 0 | 0.29 | 218.71 | 0.39 | 0.53 |
| Hex | 59 | 7A | B6 | 33 | 21 | 0 | 1D | DB | 27 | 35 |
| Octal | 131 | 172 | 266 | 63 | 41 | 0 | 35 | 333 | 47 | 65 |
| Binary | 1011001 | 1111010 | 10110110 | 110011 | 100001 | 0 | 11101 | 11011011 | 100111 | 110101 |
Color Harmonies of #597AB6
Complementary color
Monochromatic Colors of #597AB6
Black with #597AB6
Text Example
Text Example
White with #597AB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #597AB6; }
p { color: rgb(89,122,182); }
H1.HeaderClassName
{
color: #597AB6;
}
.AnyTagClassName
{
color: #597AB6;
}
</style>
background-color css
<style>
a { background-color: #597AB6; }
a { background-color: rgb(89,122,182); }
div.DivClassName
{
background-color: #597AB6;
}
.BgClassName
{
background-color: #597AB6;
}
</style>
border-color css
<style>
span { border-color: #597AB6; }
span { border-color: rgb(89,122,182); }
td.TdClassName
{
border-color: #597AB6;
}
.TagClassName
{
border-color: #597AB6;
}
</style>