Shades of Havelock Blue #597DB1
Tints of Havelock Blue #597DB1
RGB
CMYK
RGB Variations
Color information
#597DB1 (or 0x597DB1) is known color: Havelock Blue. HEX triplet: 59, 7D and B1. RGB value is (89,125,177). Sum of RGB (Red+Green+Blue) = 89+125+177=391 (51% of max value = 765). Red value is 89 (35.16% from 255 or 22.76% from 391); Green value is 125 (49.22% from 255 or 31.97% from 391); Blue value is 177 (69.53% from 255 or 45.27% from 391); Max value from RGB is 177 - color contains mainly: blue. Hex color #597DB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #597DB1 is #A6824E. Grayscale: #777777. Windows color (decimal): -10912335 or 11631961. OLE color: 11631961.
HSL color Cylindrical-coordinate representation of color #597DB1: hue angle of 215.45º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #597DB1 is Cyan = 0.50, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 89 | 125 | 177 | - |
| CMYK | 0.50 | 0.29 | 0 | 0.31 |
| HSL | 215.45º | 0.36% | 0.52% | - |
| HSV(B) | 215.45º | 0.5% | 0.69% | - |
| XYZ | 19.39 | 19.97 | 44.43 | - |
| YUV | 120.16 | 160.07 | 105.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 125 | 177 | 0.50 | 0.29 | 0 | 0.31 | 215.45 | 0.36 | 0.52 |
| Hex | 59 | 7D | B1 | 32 | 1D | 0 | 1F | D7 | 24 | 34 |
| Octal | 131 | 175 | 261 | 62 | 35 | 0 | 37 | 327 | 44 | 64 |
| Binary | 1011001 | 1111101 | 10110001 | 110010 | 11101 | 0 | 11111 | 11010111 | 100100 | 110100 |
Color Harmonies of #597DB1
Complementary color
Monochromatic Colors of #597DB1
Black with #597DB1
Text Example
Text Example
White with #597DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #597DB1; }
p { color: rgb(89,125,177); }
H1.HeaderClassName
{
color: #597DB1;
}
.AnyTagClassName
{
color: #597DB1;
}
</style>
background-color css
<style>
a { background-color: #597DB1; }
a { background-color: rgb(89,125,177); }
div.DivClassName
{
background-color: #597DB1;
}
.BgClassName
{
background-color: #597DB1;
}
</style>
border-color css
<style>
span { border-color: #597DB1; }
span { border-color: rgb(89,125,177); }
td.TdClassName
{
border-color: #597DB1;
}
.TagClassName
{
border-color: #597DB1;
}
</style>