Shades of Havelock Blue #597AB3
Tints of Havelock Blue #597AB3
RGB
CMYK
RGB Variations
Color information
#597AB3 (or 0x597AB3) is known color: Havelock Blue. HEX triplet: 59, 7A and B3. RGB value is (89,122,179). Sum of RGB (Red+Green+Blue) = 89+122+179=390 (51% of max value = 765). Red value is 89 (35.16% from 255 or 22.82% from 390); Green value is 122 (48.05% from 255 or 31.28% from 390); Blue value is 179 (70.31% from 255 or 45.90% from 390); Max value from RGB is 179 - color contains mainly: blue. Hex color #597AB3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #597AB3 is #A6854C. Grayscale: #767676. Windows color (decimal): -10913101 or 11762265. OLE color: 11762265.
HSL color Cylindrical-coordinate representation of color #597AB3: hue angle of 218º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #597AB3 is Cyan = 0.50, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 89 | 122 | 179 | - |
| CMYK | 0.50 | 0.32 | 0 | 0.30 |
| HSL | 218º | 0.37% | 0.53% | - |
| HSV(B) | 218º | 0.5% | 0.7% | - |
| XYZ | 19.22 | 19.3 | 45.36 | - |
| YUV | 118.63 | 162.07 | 106.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 122 | 179 | 0.50 | 0.32 | 0 | 0.30 | 218 | 0.37 | 0.53 |
| Hex | 59 | 7A | B3 | 32 | 20 | 0 | 1E | DA | 25 | 35 |
| Octal | 131 | 172 | 263 | 62 | 40 | 0 | 36 | 332 | 45 | 65 |
| Binary | 1011001 | 1111010 | 10110011 | 110010 | 100000 | 0 | 11110 | 11011010 | 100101 | 110101 |
Color Harmonies of #597AB3
Complementary color
Monochromatic Colors of #597AB3
Black with #597AB3
Text Example
Text Example
White with #597AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #597AB3; }
p { color: rgb(89,122,179); }
H1.HeaderClassName
{
color: #597AB3;
}
.AnyTagClassName
{
color: #597AB3;
}
</style>
background-color css
<style>
a { background-color: #597AB3; }
a { background-color: rgb(89,122,179); }
div.DivClassName
{
background-color: #597AB3;
}
.BgClassName
{
background-color: #597AB3;
}
</style>
border-color css
<style>
span { border-color: #597AB3; }
span { border-color: rgb(89,122,179); }
td.TdClassName
{
border-color: #597AB3;
}
.TagClassName
{
border-color: #597AB3;
}
</style>