Shades of Havelock Blue #597DDC
Tints of Havelock Blue #597DDC
RGB
CMYK
RGB Variations
Color information
#597DDC (or 0x597DDC) is known color: Havelock Blue. HEX triplet: 59, 7D and DC. RGB value is (89,125,220). Sum of RGB (Red+Green+Blue) = 89+125+220=434 (57% of max value = 765). Red value is 89 (35.16% from 255 or 20.51% from 434); Green value is 125 (49.22% from 255 or 28.80% from 434); Blue value is 220 (86.33% from 255 or 50.69% from 434); Max value from RGB is 220 - color contains mainly: blue. Hex color #597DDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #597DDC is #A68223. Grayscale: #7C7C7C. Windows color (decimal): -10912292 or 14450009. OLE color: 14450009.
HSL color Cylindrical-coordinate representation of color #597DDC: hue angle of 223.51º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #597DDC is Cyan = 0.60, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 89 | 125 | 220 | - |
| CMYK | 0.60 | 0.43 | 0 | 0.14 |
| HSL | 223.51º | 0.65% | 0.61% | - |
| HSV(B) | 223.51º | 0.6% | 0.86% | - |
| XYZ | 24.37 | 21.96 | 70.66 | - |
| YUV | 125.07 | 181.57 | 102.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 125 | 220 | 0.60 | 0.43 | 0 | 0.14 | 223.51 | 0.65 | 0.61 |
| Hex | 59 | 7D | DC | 3C | 2B | 0 | E | E0 | 41 | 3D |
| Octal | 131 | 175 | 334 | 74 | 53 | 0 | 16 | 340 | 101 | 75 |
| Binary | 1011001 | 1111101 | 11011100 | 111100 | 101011 | 0 | 1110 | 11100000 | 1000001 | 111101 |
Color Harmonies of #597DDC
Complementary color
Monochromatic Colors of #597DDC
Black with #597DDC
Text Example
Text Example
White with #597DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #597DDC; }
p { color: rgb(89,125,220); }
H1.HeaderClassName
{
color: #597DDC;
}
.AnyTagClassName
{
color: #597DDC;
}
</style>
background-color css
<style>
a { background-color: #597DDC; }
a { background-color: rgb(89,125,220); }
div.DivClassName
{
background-color: #597DDC;
}
.BgClassName
{
background-color: #597DDC;
}
</style>
border-color css
<style>
span { border-color: #597DDC; }
span { border-color: rgb(89,125,220); }
td.TdClassName
{
border-color: #597DDC;
}
.TagClassName
{
border-color: #597DDC;
}
</style>