Shades of Havelock Blue #597AB7
Tints of Havelock Blue #597AB7
RGB
CMYK
RGB Variations
Color information
#597AB7 (or 0x597AB7) is known color: Havelock Blue. HEX triplet: 59, 7A and B7. RGB value is (89,122,183). Sum of RGB (Red+Green+Blue) = 89+122+183=394 (52% of max value = 765). Red value is 89 (35.16% from 255 or 22.59% from 394); Green value is 122 (48.05% from 255 or 30.96% from 394); Blue value is 183 (71.88% from 255 or 46.45% from 394); Max value from RGB is 183 - color contains mainly: blue. Hex color #597AB7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #597AB7 is #A68548. Grayscale: #767676. Windows color (decimal): -10913097 or 12024409. OLE color: 12024409.
HSL color Cylindrical-coordinate representation of color #597AB7: hue angle of 218.94º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #597AB7 is Cyan = 0.51, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 89 | 122 | 183 | - |
| CMYK | 0.51 | 0.33 | 0 | 0.28 |
| HSL | 218.94º | 0.39% | 0.53% | - |
| HSV(B) | 218.94º | 0.51% | 0.72% | - |
| XYZ | 19.63 | 19.46 | 47.52 | - |
| YUV | 119.09 | 164.07 | 106.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 122 | 183 | 0.51 | 0.33 | 0 | 0.28 | 218.94 | 0.39 | 0.53 |
| Hex | 59 | 7A | B7 | 33 | 21 | 0 | 1C | DB | 27 | 35 |
| Octal | 131 | 172 | 267 | 63 | 41 | 0 | 34 | 333 | 47 | 65 |
| Binary | 1011001 | 1111010 | 10110111 | 110011 | 100001 | 0 | 11100 | 11011011 | 100111 | 110101 |
Color Harmonies of #597AB7
Complementary color
Monochromatic Colors of #597AB7
Black with #597AB7
Text Example
Text Example
White with #597AB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #597AB7; }
p { color: rgb(89,122,183); }
H1.HeaderClassName
{
color: #597AB7;
}
.AnyTagClassName
{
color: #597AB7;
}
</style>
background-color css
<style>
a { background-color: #597AB7; }
a { background-color: rgb(89,122,183); }
div.DivClassName
{
background-color: #597AB7;
}
.BgClassName
{
background-color: #597AB7;
}
</style>
border-color css
<style>
span { border-color: #597AB7; }
span { border-color: rgb(89,122,183); }
td.TdClassName
{
border-color: #597AB7;
}
.TagClassName
{
border-color: #597AB7;
}
</style>