Shades of Havelock Blue #597DB5
Tints of Havelock Blue #597DB5
RGB
CMYK
RGB Variations
Color information
#597DB5 (or 0x597DB5) is known color: Havelock Blue. HEX triplet: 59, 7D and B5. RGB value is (89,125,181). Sum of RGB (Red+Green+Blue) = 89+125+181=395 (52% of max value = 765). Red value is 89 (35.16% from 255 or 22.53% from 395); Green value is 125 (49.22% from 255 or 31.65% from 395); Blue value is 181 (71.09% from 255 or 45.82% from 395); Max value from RGB is 181 - color contains mainly: blue. Hex color #597DB5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #597DB5 is #A6824A. Grayscale: #787878. Windows color (decimal): -10912331 or 11894105. OLE color: 11894105.
HSL color Cylindrical-coordinate representation of color #597DB5: hue angle of 216.52º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #597DB5 is Cyan = 0.51, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 89 | 125 | 181 | - |
| CMYK | 0.51 | 0.31 | 0 | 0.29 |
| HSL | 216.52º | 0.38% | 0.53% | - |
| HSV(B) | 216.52º | 0.51% | 0.71% | - |
| XYZ | 19.79 | 20.13 | 46.56 | - |
| YUV | 120.62 | 162.07 | 105.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 125 | 181 | 0.51 | 0.31 | 0 | 0.29 | 216.52 | 0.38 | 0.53 |
| Hex | 59 | 7D | B5 | 33 | 1F | 0 | 1D | D9 | 26 | 35 |
| Octal | 131 | 175 | 265 | 63 | 37 | 0 | 35 | 331 | 46 | 65 |
| Binary | 1011001 | 1111101 | 10110101 | 110011 | 11111 | 0 | 11101 | 11011001 | 100110 | 110101 |
Color Harmonies of #597DB5
Complementary color
Monochromatic Colors of #597DB5
Black with #597DB5
Text Example
Text Example
White with #597DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #597DB5; }
p { color: rgb(89,125,181); }
H1.HeaderClassName
{
color: #597DB5;
}
.AnyTagClassName
{
color: #597DB5;
}
</style>
background-color css
<style>
a { background-color: #597DB5; }
a { background-color: rgb(89,125,181); }
div.DivClassName
{
background-color: #597DB5;
}
.BgClassName
{
background-color: #597DB5;
}
</style>
border-color css
<style>
span { border-color: #597DB5; }
span { border-color: rgb(89,125,181); }
td.TdClassName
{
border-color: #597DB5;
}
.TagClassName
{
border-color: #597DB5;
}
</style>