Shades of Havelock Blue #597ED5
Tints of Havelock Blue #597ED5
RGB
CMYK
RGB Variations
Color information
#597ED5 (or 0x597ED5) is known color: Havelock Blue. HEX triplet: 59, 7E and D5. RGB value is (89,126,213). Sum of RGB (Red+Green+Blue) = 89+126+213=428 (56% of max value = 765). Red value is 89 (35.16% from 255 or 20.79% from 428); Green value is 126 (49.61% from 255 or 29.44% from 428); Blue value is 213 (83.59% from 255 or 49.77% from 428); Max value from RGB is 213 - color contains mainly: blue. Hex color #597ED5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #597ED5 is #A6812A. Grayscale: #7C7C7C. Windows color (decimal): -10912043 or 13991513. OLE color: 13991513.
HSL color Cylindrical-coordinate representation of color #597ED5: hue angle of 222.1º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #597ED5 is Cyan = 0.58, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 89 | 126 | 213 | - |
| CMYK | 0.58 | 0.41 | 0 | 0.16 |
| HSL | 222.1º | 0.6% | 0.59% | - |
| HSV(B) | 222.1º | 0.58% | 0.84% | - |
| XYZ | 23.59 | 21.85 | 65.92 | - |
| YUV | 124.86 | 177.74 | 102.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 126 | 213 | 0.58 | 0.41 | 0 | 0.16 | 222.1 | 0.6 | 0.59 |
| Hex | 59 | 7E | D5 | 3A | 29 | 0 | 10 | DE | 3C | 3B |
| Octal | 131 | 176 | 325 | 72 | 51 | 0 | 20 | 336 | 74 | 73 |
| Binary | 1011001 | 1111110 | 11010101 | 111010 | 101001 | 0 | 10000 | 11011110 | 111100 | 111011 |
Color Harmonies of #597ED5
Complementary color
Monochromatic Colors of #597ED5
Black with #597ED5
Text Example
Text Example
White with #597ED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #597ED5; }
p { color: rgb(89,126,213); }
H1.HeaderClassName
{
color: #597ED5;
}
.AnyTagClassName
{
color: #597ED5;
}
</style>
background-color css
<style>
a { background-color: #597ED5; }
a { background-color: rgb(89,126,213); }
div.DivClassName
{
background-color: #597ED5;
}
.BgClassName
{
background-color: #597ED5;
}
</style>
border-color css
<style>
span { border-color: #597ED5; }
span { border-color: rgb(89,126,213); }
td.TdClassName
{
border-color: #597ED5;
}
.TagClassName
{
border-color: #597ED5;
}
</style>