Shades of Havelock Blue #597ABE
Tints of Havelock Blue #597ABE
RGB
CMYK
RGB Variations
Color information
#597ABE (or 0x597ABE) is known color: Havelock Blue. HEX triplet: 59, 7A and BE. RGB value is (89,122,190). Sum of RGB (Red+Green+Blue) = 89+122+190=401 (53% of max value = 765). Red value is 89 (35.16% from 255 or 22.19% from 401); Green value is 122 (48.05% from 255 or 30.42% from 401); Blue value is 190 (74.61% from 255 or 47.38% from 401); Max value from RGB is 190 - color contains mainly: blue. Hex color #597ABE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #597ABE is #A68541. Grayscale: #777777. Windows color (decimal): -10913090 or 12483161. OLE color: 12483161.
HSL color Cylindrical-coordinate representation of color #597ABE: hue angle of 220.4º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #597ABE is Cyan = 0.53, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 89 | 122 | 190 | - |
| CMYK | 0.53 | 0.36 | 0 | 0.25 |
| HSL | 220.4º | 0.44% | 0.55% | - |
| HSV(B) | 220.4º | 0.53% | 0.75% | - |
| XYZ | 20.37 | 19.76 | 51.46 | - |
| YUV | 119.89 | 167.57 | 105.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 122 | 190 | 0.53 | 0.36 | 0 | 0.25 | 220.4 | 0.44 | 0.55 |
| Hex | 59 | 7A | BE | 35 | 24 | 0 | 19 | DC | 2C | 37 |
| Octal | 131 | 172 | 276 | 65 | 44 | 0 | 31 | 334 | 54 | 67 |
| Binary | 1011001 | 1111010 | 10111110 | 110101 | 100100 | 0 | 11001 | 11011100 | 101100 | 110111 |
Color Harmonies of #597ABE
Complementary color
Monochromatic Colors of #597ABE
Black with #597ABE
Text Example
Text Example
White with #597ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #597ABE; }
p { color: rgb(89,122,190); }
H1.HeaderClassName
{
color: #597ABE;
}
.AnyTagClassName
{
color: #597ABE;
}
</style>
background-color css
<style>
a { background-color: #597ABE; }
a { background-color: rgb(89,122,190); }
div.DivClassName
{
background-color: #597ABE;
}
.BgClassName
{
background-color: #597ABE;
}
</style>
border-color css
<style>
span { border-color: #597ABE; }
span { border-color: rgb(89,122,190); }
td.TdClassName
{
border-color: #597ABE;
}
.TagClassName
{
border-color: #597ABE;
}
</style>