Shades of Havelock Blue #597DCB
Tints of Havelock Blue #597DCB
RGB
CMYK
RGB Variations
Color information
#597DCB (or 0x597DCB) is known color: Havelock Blue. HEX triplet: 59, 7D and CB. RGB value is (89,125,203). Sum of RGB (Red+Green+Blue) = 89+125+203=417 (55% of max value = 765). Red value is 89 (35.16% from 255 or 21.34% from 417); Green value is 125 (49.22% from 255 or 29.98% from 417); Blue value is 203 (79.69% from 255 or 48.68% from 417); Max value from RGB is 203 - color contains mainly: blue. Hex color #597DCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #597DCB is #A68234. Grayscale: #7A7A7A. Windows color (decimal): -10912309 or 13335897. OLE color: 13335897.
HSL color Cylindrical-coordinate representation of color #597DCB: hue angle of 221.05º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #597DCB is Cyan = 0.56, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 89 | 125 | 203 | - |
| CMYK | 0.56 | 0.38 | 0 | 0.20 |
| HSL | 221.05º | 0.52% | 0.57% | - |
| HSV(B) | 221.05º | 0.56% | 0.8% | - |
| XYZ | 22.23 | 21.1 | 59.4 | - |
| YUV | 123.13 | 173.07 | 103.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 125 | 203 | 0.56 | 0.38 | 0 | 0.20 | 221.05 | 0.52 | 0.57 |
| Hex | 59 | 7D | CB | 38 | 26 | 0 | 14 | DD | 34 | 39 |
| Octal | 131 | 175 | 313 | 70 | 46 | 0 | 24 | 335 | 64 | 71 |
| Binary | 1011001 | 1111101 | 11001011 | 111000 | 100110 | 0 | 10100 | 11011101 | 110100 | 111001 |
Color Harmonies of #597DCB
Complementary color
Monochromatic Colors of #597DCB
Black with #597DCB
Text Example
Text Example
White with #597DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #597DCB; }
p { color: rgb(89,125,203); }
H1.HeaderClassName
{
color: #597DCB;
}
.AnyTagClassName
{
color: #597DCB;
}
</style>
background-color css
<style>
a { background-color: #597DCB; }
a { background-color: rgb(89,125,203); }
div.DivClassName
{
background-color: #597DCB;
}
.BgClassName
{
background-color: #597DCB;
}
</style>
border-color css
<style>
span { border-color: #597DCB; }
span { border-color: rgb(89,125,203); }
td.TdClassName
{
border-color: #597DCB;
}
.TagClassName
{
border-color: #597DCB;
}
</style>