Shades of Havelock Blue #597DB7
Tints of Havelock Blue #597DB7
RGB
CMYK
RGB Variations
Color information
#597DB7 (or 0x597DB7) is known color: Havelock Blue. HEX triplet: 59, 7D and B7. RGB value is (89,125,183). Sum of RGB (Red+Green+Blue) = 89+125+183=397 (52% of max value = 765). Red value is 89 (35.16% from 255 or 22.42% from 397); Green value is 125 (49.22% from 255 or 31.49% from 397); Blue value is 183 (71.88% from 255 or 46.10% from 397); Max value from RGB is 183 - color contains mainly: blue. Hex color #597DB7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #597DB7 is #A68248. Grayscale: #787878. Windows color (decimal): -10912329 or 12025177. OLE color: 12025177.
HSL color Cylindrical-coordinate representation of color #597DB7: hue angle of 217.02º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #597DB7 is Cyan = 0.51, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 89 | 125 | 183 | - |
| CMYK | 0.51 | 0.32 | 0 | 0.28 |
| HSL | 217.02º | 0.39% | 0.53% | - |
| HSV(B) | 217.02º | 0.51% | 0.72% | - |
| XYZ | 20 | 20.21 | 47.65 | - |
| YUV | 120.85 | 163.07 | 105.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 125 | 183 | 0.51 | 0.32 | 0 | 0.28 | 217.02 | 0.39 | 0.53 |
| Hex | 59 | 7D | B7 | 33 | 20 | 0 | 1C | D9 | 27 | 35 |
| Octal | 131 | 175 | 267 | 63 | 40 | 0 | 34 | 331 | 47 | 65 |
| Binary | 1011001 | 1111101 | 10110111 | 110011 | 100000 | 0 | 11100 | 11011001 | 100111 | 110101 |
Color Harmonies of #597DB7
Complementary color
Monochromatic Colors of #597DB7
Black with #597DB7
Text Example
Text Example
White with #597DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #597DB7; }
p { color: rgb(89,125,183); }
H1.HeaderClassName
{
color: #597DB7;
}
.AnyTagClassName
{
color: #597DB7;
}
</style>
background-color css
<style>
a { background-color: #597DB7; }
a { background-color: rgb(89,125,183); }
div.DivClassName
{
background-color: #597DB7;
}
.BgClassName
{
background-color: #597DB7;
}
</style>
border-color css
<style>
span { border-color: #597DB7; }
span { border-color: rgb(89,125,183); }
td.TdClassName
{
border-color: #597DB7;
}
.TagClassName
{
border-color: #597DB7;
}
</style>