Shades of Havelock Blue #597CDA
Tints of Havelock Blue #597CDA
RGB
CMYK
RGB Variations
Color information
#597CDA (or 0x597CDA) is known color: Havelock Blue. HEX triplet: 59, 7C and DA. RGB value is (89,124,218). Sum of RGB (Red+Green+Blue) = 89+124+218=431 (57% of max value = 765). Red value is 89 (35.16% from 255 or 20.65% from 431); Green value is 124 (48.83% from 255 or 28.77% from 431); Blue value is 218 (85.55% from 255 or 50.58% from 431); Max value from RGB is 218 - color contains mainly: blue. Hex color #597CDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #597CDA is #A68325. Grayscale: #7B7B7B. Windows color (decimal): -10912550 or 14318681. OLE color: 14318681.
HSL color Cylindrical-coordinate representation of color #597CDA: hue angle of 223.72º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #597CDA is Cyan = 0.59, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 89 | 124 | 218 | - |
| CMYK | 0.59 | 0.43 | 0 | 0.15 |
| HSL | 223.72º | 0.64% | 0.6% | - |
| HSV(B) | 223.72º | 0.59% | 0.85% | - |
| XYZ | 23.98 | 21.6 | 69.24 | - |
| YUV | 124.25 | 180.9 | 102.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 124 | 218 | 0.59 | 0.43 | 0 | 0.15 | 223.72 | 0.64 | 0.6 |
| Hex | 59 | 7C | DA | 3B | 2B | 0 | F | E0 | 40 | 3C |
| Octal | 131 | 174 | 332 | 73 | 53 | 0 | 17 | 340 | 100 | 74 |
| Binary | 1011001 | 1111100 | 11011010 | 111011 | 101011 | 0 | 1111 | 11100000 | 1000000 | 111100 |
Color Harmonies of #597CDA
Complementary color
Monochromatic Colors of #597CDA
Black with #597CDA
Text Example
Text Example
White with #597CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #597CDA; }
p { color: rgb(89,124,218); }
H1.HeaderClassName
{
color: #597CDA;
}
.AnyTagClassName
{
color: #597CDA;
}
</style>
background-color css
<style>
a { background-color: #597CDA; }
a { background-color: rgb(89,124,218); }
div.DivClassName
{
background-color: #597CDA;
}
.BgClassName
{
background-color: #597CDA;
}
</style>
border-color css
<style>
span { border-color: #597CDA; }
span { border-color: rgb(89,124,218); }
td.TdClassName
{
border-color: #597CDA;
}
.TagClassName
{
border-color: #597CDA;
}
</style>