Shades of Havelock Blue #597EC1
Tints of Havelock Blue #597EC1
RGB
CMYK
RGB Variations
Color information
#597EC1 (or 0x597EC1) is known color: Havelock Blue. HEX triplet: 59, 7E and C1. RGB value is (89,126,193). Sum of RGB (Red+Green+Blue) = 89+126+193=408 (54% of max value = 765). Red value is 89 (35.16% from 255 or 21.81% from 408); Green value is 126 (49.61% from 255 or 30.88% from 408); Blue value is 193 (75.78% from 255 or 47.30% from 408); Max value from RGB is 193 - color contains mainly: blue. Hex color #597EC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #597EC1 is #A6813E. Grayscale: #7A7A7A. Windows color (decimal): -10912063 or 12680793. OLE color: 12680793.
HSL color Cylindrical-coordinate representation of color #597EC1: hue angle of 218.65º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #597EC1 is Cyan = 0.54, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 89 | 126 | 193 | - |
| CMYK | 0.54 | 0.35 | 0 | 0.24 |
| HSL | 218.65º | 0.46% | 0.55% | - |
| HSV(B) | 218.65º | 0.54% | 0.76% | - |
| XYZ | 21.21 | 20.9 | 53.37 | - |
| YUV | 122.58 | 167.74 | 104.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 126 | 193 | 0.54 | 0.35 | 0 | 0.24 | 218.65 | 0.46 | 0.55 |
| Hex | 59 | 7E | C1 | 36 | 23 | 0 | 18 | DB | 2E | 37 |
| Octal | 131 | 176 | 301 | 66 | 43 | 0 | 30 | 333 | 56 | 67 |
| Binary | 1011001 | 1111110 | 11000001 | 110110 | 100011 | 0 | 11000 | 11011011 | 101110 | 110111 |
Color Harmonies of #597EC1
Complementary color
Monochromatic Colors of #597EC1
Black with #597EC1
Text Example
Text Example
White with #597EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #597EC1; }
p { color: rgb(89,126,193); }
H1.HeaderClassName
{
color: #597EC1;
}
.AnyTagClassName
{
color: #597EC1;
}
</style>
background-color css
<style>
a { background-color: #597EC1; }
a { background-color: rgb(89,126,193); }
div.DivClassName
{
background-color: #597EC1;
}
.BgClassName
{
background-color: #597EC1;
}
</style>
border-color css
<style>
span { border-color: #597EC1; }
span { border-color: rgb(89,126,193); }
td.TdClassName
{
border-color: #597EC1;
}
.TagClassName
{
border-color: #597EC1;
}
</style>