Shades of Havelock Blue #597DBA
Tints of Havelock Blue #597DBA
RGB
CMYK
RGB Variations
Color information
#597DBA (or 0x597DBA) is known color: Havelock Blue. HEX triplet: 59, 7D and BA. RGB value is (89,125,186). Sum of RGB (Red+Green+Blue) = 89+125+186=400 (52% of max value = 765). Red value is 89 (35.16% from 255 or 22.25% from 400); Green value is 125 (49.22% from 255 or 31.25% from 400); Blue value is 186 (73.05% from 255 or 46.5% from 400); Max value from RGB is 186 - color contains mainly: blue. Hex color #597DBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #597DBA is #A68245. Grayscale: #787878. Windows color (decimal): -10912326 or 12221785. OLE color: 12221785.
HSL color Cylindrical-coordinate representation of color #597DBA: hue angle of 217.73º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #597DBA is Cyan = 0.52, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 89 | 125 | 186 | - |
| CMYK | 0.52 | 0.33 | 0 | 0.27 |
| HSL | 217.73º | 0.41% | 0.54% | - |
| HSV(B) | 217.73º | 0.52% | 0.73% | - |
| XYZ | 20.32 | 20.34 | 49.31 | - |
| YUV | 121.19 | 164.57 | 105.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 125 | 186 | 0.52 | 0.33 | 0 | 0.27 | 217.73 | 0.41 | 0.54 |
| Hex | 59 | 7D | BA | 34 | 21 | 0 | 1B | DA | 29 | 36 |
| Octal | 131 | 175 | 272 | 64 | 41 | 0 | 33 | 332 | 51 | 66 |
| Binary | 1011001 | 1111101 | 10111010 | 110100 | 100001 | 0 | 11011 | 11011010 | 101001 | 110110 |
Color Harmonies of #597DBA
Complementary color
Monochromatic Colors of #597DBA
Black with #597DBA
Text Example
Text Example
White with #597DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #597DBA; }
p { color: rgb(89,125,186); }
H1.HeaderClassName
{
color: #597DBA;
}
.AnyTagClassName
{
color: #597DBA;
}
</style>
background-color css
<style>
a { background-color: #597DBA; }
a { background-color: rgb(89,125,186); }
div.DivClassName
{
background-color: #597DBA;
}
.BgClassName
{
background-color: #597DBA;
}
</style>
border-color css
<style>
span { border-color: #597DBA; }
span { border-color: rgb(89,125,186); }
td.TdClassName
{
border-color: #597DBA;
}
.TagClassName
{
border-color: #597DBA;
}
</style>