Shades of Havelock Blue #597DC0
Tints of Havelock Blue #597DC0
RGB
CMYK
RGB Variations
Color information
#597DC0 (or 0x597DC0) is known color: Havelock Blue. HEX triplet: 59, 7D and C0. RGB value is (89,125,192). Sum of RGB (Red+Green+Blue) = 89+125+192=406 (53% of max value = 765). Red value is 89 (35.16% from 255 or 21.92% from 406); Green value is 125 (49.22% from 255 or 30.79% from 406); Blue value is 192 (75.39% from 255 or 47.29% from 406); Max value from RGB is 192 - color contains mainly: blue. Hex color #597DC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #597DC0 is #A6823F. Grayscale: #797979. Windows color (decimal): -10912320 or 12615001. OLE color: 12615001.
HSL color Cylindrical-coordinate representation of color #597DC0: hue angle of 219.03º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #597DC0 is Cyan = 0.54, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 89 | 125 | 192 | - |
| CMYK | 0.54 | 0.35 | 0 | 0.25 |
| HSL | 219.03º | 0.45% | 0.55% | - |
| HSV(B) | 219.03º | 0.54% | 0.75% | - |
| XYZ | 20.97 | 20.6 | 52.74 | - |
| YUV | 121.87 | 167.57 | 104.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 125 | 192 | 0.54 | 0.35 | 0 | 0.25 | 219.03 | 0.45 | 0.55 |
| Hex | 59 | 7D | C0 | 36 | 23 | 0 | 19 | DB | 2D | 37 |
| Octal | 131 | 175 | 300 | 66 | 43 | 0 | 31 | 333 | 55 | 67 |
| Binary | 1011001 | 1111101 | 11000000 | 110110 | 100011 | 0 | 11001 | 11011011 | 101101 | 110111 |
Color Harmonies of #597DC0
Complementary color
Monochromatic Colors of #597DC0
Black with #597DC0
Text Example
Text Example
White with #597DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #597DC0; }
p { color: rgb(89,125,192); }
H1.HeaderClassName
{
color: #597DC0;
}
.AnyTagClassName
{
color: #597DC0;
}
</style>
background-color css
<style>
a { background-color: #597DC0; }
a { background-color: rgb(89,125,192); }
div.DivClassName
{
background-color: #597DC0;
}
.BgClassName
{
background-color: #597DC0;
}
</style>
border-color css
<style>
span { border-color: #597DC0; }
span { border-color: rgb(89,125,192); }
td.TdClassName
{
border-color: #597DC0;
}
.TagClassName
{
border-color: #597DC0;
}
</style>