Shades of Havelock Blue #597CB0
Tints of Havelock Blue #597CB0
RGB
CMYK
RGB Variations
Color information
#597CB0 (or 0x597CB0) is known color: Havelock Blue. HEX triplet: 59, 7C and B0. RGB value is (89,124,176). Sum of RGB (Red+Green+Blue) = 89+124+176=389 (51% of max value = 765). Red value is 89 (35.16% from 255 or 22.88% from 389); Green value is 124 (48.83% from 255 or 31.88% from 389); Blue value is 176 (69.14% from 255 or 45.24% from 389); Max value from RGB is 176 - color contains mainly: blue. Hex color #597CB0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #597CB0 is #A6834F. Grayscale: #777777. Windows color (decimal): -10912592 or 11566169. OLE color: 11566169.
HSL color Cylindrical-coordinate representation of color #597CB0: hue angle of 215.86º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #597CB0 is Cyan = 0.49, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 89 | 124 | 176 | - |
| CMYK | 0.49 | 0.30 | 0 | 0.31 |
| HSL | 215.86º | 0.36% | 0.52% | - |
| HSV(B) | 215.86º | 0.49% | 0.69% | - |
| XYZ | 19.16 | 19.67 | 43.86 | - |
| YUV | 119.46 | 159.9 | 106.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 124 | 176 | 0.49 | 0.30 | 0 | 0.31 | 215.86 | 0.36 | 0.52 |
| Hex | 59 | 7C | B0 | 31 | 1E | 0 | 1F | D8 | 24 | 34 |
| Octal | 131 | 174 | 260 | 61 | 36 | 0 | 37 | 330 | 44 | 64 |
| Binary | 1011001 | 1111100 | 10110000 | 110001 | 11110 | 0 | 11111 | 11011000 | 100100 | 110100 |
Color Harmonies of #597CB0
Complementary color
Monochromatic Colors of #597CB0
Black with #597CB0
Text Example
Text Example
White with #597CB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #597CB0; }
p { color: rgb(89,124,176); }
H1.HeaderClassName
{
color: #597CB0;
}
.AnyTagClassName
{
color: #597CB0;
}
</style>
background-color css
<style>
a { background-color: #597CB0; }
a { background-color: rgb(89,124,176); }
div.DivClassName
{
background-color: #597CB0;
}
.BgClassName
{
background-color: #597CB0;
}
</style>
border-color css
<style>
span { border-color: #597CB0; }
span { border-color: rgb(89,124,176); }
td.TdClassName
{
border-color: #597CB0;
}
.TagClassName
{
border-color: #597CB0;
}
</style>