Shades of Havelock Blue #597ABC
Tints of Havelock Blue #597ABC
RGB
CMYK
RGB Variations
Color information
#597ABC (or 0x597ABC) is known color: Havelock Blue. HEX triplet: 59, 7A and BC. RGB value is (89,122,188). Sum of RGB (Red+Green+Blue) = 89+122+188=399 (52% of max value = 765). Red value is 89 (35.16% from 255 or 22.31% from 399); Green value is 122 (48.05% from 255 or 30.58% from 399); Blue value is 188 (73.83% from 255 or 47.12% from 399); Max value from RGB is 188 - color contains mainly: blue. Hex color #597ABC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #597ABC is #A68543. Grayscale: #777777. Windows color (decimal): -10913092 or 12352089. OLE color: 12352089.
HSL color Cylindrical-coordinate representation of color #597ABC: hue angle of 220º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #597ABC is Cyan = 0.53, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 89 | 122 | 188 | - |
| CMYK | 0.53 | 0.35 | 0 | 0.26 |
| HSL | 220º | 0.42% | 0.54% | - |
| HSV(B) | 220º | 0.53% | 0.74% | - |
| XYZ | 20.16 | 19.67 | 50.31 | - |
| YUV | 119.66 | 166.57 | 106.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 122 | 188 | 0.53 | 0.35 | 0 | 0.26 | 220 | 0.42 | 0.54 |
| Hex | 59 | 7A | BC | 35 | 23 | 0 | 1A | DC | 2A | 36 |
| Octal | 131 | 172 | 274 | 65 | 43 | 0 | 32 | 334 | 52 | 66 |
| Binary | 1011001 | 1111010 | 10111100 | 110101 | 100011 | 0 | 11010 | 11011100 | 101010 | 110110 |
Color Harmonies of #597ABC
Complementary color
Monochromatic Colors of #597ABC
Black with #597ABC
Text Example
Text Example
White with #597ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #597ABC; }
p { color: rgb(89,122,188); }
H1.HeaderClassName
{
color: #597ABC;
}
.AnyTagClassName
{
color: #597ABC;
}
</style>
background-color css
<style>
a { background-color: #597ABC; }
a { background-color: rgb(89,122,188); }
div.DivClassName
{
background-color: #597ABC;
}
.BgClassName
{
background-color: #597ABC;
}
</style>
border-color css
<style>
span { border-color: #597ABC; }
span { border-color: rgb(89,122,188); }
td.TdClassName
{
border-color: #597ABC;
}
.TagClassName
{
border-color: #597ABC;
}
</style>