Shades of Havelock Blue #597ABA
Tints of Havelock Blue #597ABA
RGB
CMYK
RGB Variations
Color information
#597ABA (or 0x597ABA) is known color: Havelock Blue. HEX triplet: 59, 7A and BA. RGB value is (89,122,186). Sum of RGB (Red+Green+Blue) = 89+122+186=397 (52% of max value = 765). Red value is 89 (35.16% from 255 or 22.42% from 397); Green value is 122 (48.05% from 255 or 30.73% from 397); Blue value is 186 (73.05% from 255 or 46.85% from 397); Max value from RGB is 186 - color contains mainly: blue. Hex color #597ABA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #597ABA is #A68545. Grayscale: #777777. Windows color (decimal): -10913094 or 12221017. OLE color: 12221017.
HSL color Cylindrical-coordinate representation of color #597ABA: hue angle of 219.59º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #597ABA is Cyan = 0.52, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 89 | 122 | 186 | - |
| CMYK | 0.52 | 0.34 | 0 | 0.27 |
| HSL | 219.59º | 0.41% | 0.54% | - |
| HSV(B) | 219.59º | 0.52% | 0.73% | - |
| XYZ | 19.94 | 19.59 | 49.18 | - |
| YUV | 119.43 | 165.57 | 106.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 122 | 186 | 0.52 | 0.34 | 0 | 0.27 | 219.59 | 0.41 | 0.54 |
| Hex | 59 | 7A | BA | 34 | 22 | 0 | 1B | DC | 29 | 36 |
| Octal | 131 | 172 | 272 | 64 | 42 | 0 | 33 | 334 | 51 | 66 |
| Binary | 1011001 | 1111010 | 10111010 | 110100 | 100010 | 0 | 11011 | 11011100 | 101001 | 110110 |
Color Harmonies of #597ABA
Complementary color
Monochromatic Colors of #597ABA
Black with #597ABA
Text Example
Text Example
White with #597ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #597ABA; }
p { color: rgb(89,122,186); }
H1.HeaderClassName
{
color: #597ABA;
}
.AnyTagClassName
{
color: #597ABA;
}
</style>
background-color css
<style>
a { background-color: #597ABA; }
a { background-color: rgb(89,122,186); }
div.DivClassName
{
background-color: #597ABA;
}
.BgClassName
{
background-color: #597ABA;
}
</style>
border-color css
<style>
span { border-color: #597ABA; }
span { border-color: rgb(89,122,186); }
td.TdClassName
{
border-color: #597ABA;
}
.TagClassName
{
border-color: #597ABA;
}
</style>