Shades of Havelock Blue #597CB1
Tints of Havelock Blue #597CB1
RGB
CMYK
RGB Variations
Color information
#597CB1 (or 0x597CB1) is known color: Havelock Blue. HEX triplet: 59, 7C and B1. RGB value is (89,124,177). Sum of RGB (Red+Green+Blue) = 89+124+177=390 (51% of max value = 765). Red value is 89 (35.16% from 255 or 22.82% from 390); Green value is 124 (48.83% from 255 or 31.79% from 390); Blue value is 177 (69.53% from 255 or 45.38% from 390); Max value from RGB is 177 - color contains mainly: blue. Hex color #597CB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #597CB1 is #A6834E. Grayscale: #777777. Windows color (decimal): -10912591 or 11631705. OLE color: 11631705.
HSL color Cylindrical-coordinate representation of color #597CB1: hue angle of 216.14º 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 #597CB1 is Cyan = 0.50, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 89 | 124 | 177 | - |
| CMYK | 0.50 | 0.30 | 0 | 0.31 |
| HSL | 216.14º | 0.36% | 0.52% | - |
| HSV(B) | 216.14º | 0.5% | 0.69% | - |
| XYZ | 19.26 | 19.71 | 44.38 | - |
| YUV | 119.58 | 160.4 | 106.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 124 | 177 | 0.50 | 0.30 | 0 | 0.31 | 216.14 | 0.36 | 0.52 |
| Hex | 59 | 7C | B1 | 32 | 1E | 0 | 1F | D8 | 24 | 34 |
| Octal | 131 | 174 | 261 | 62 | 36 | 0 | 37 | 330 | 44 | 64 |
| Binary | 1011001 | 1111100 | 10110001 | 110010 | 11110 | 0 | 11111 | 11011000 | 100100 | 110100 |
Color Harmonies of #597CB1
Complementary color
Monochromatic Colors of #597CB1
Black with #597CB1
Text Example
Text Example
White with #597CB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #597CB1; }
p { color: rgb(89,124,177); }
H1.HeaderClassName
{
color: #597CB1;
}
.AnyTagClassName
{
color: #597CB1;
}
</style>
background-color css
<style>
a { background-color: #597CB1; }
a { background-color: rgb(89,124,177); }
div.DivClassName
{
background-color: #597CB1;
}
.BgClassName
{
background-color: #597CB1;
}
</style>
border-color css
<style>
span { border-color: #597CB1; }
span { border-color: rgb(89,124,177); }
td.TdClassName
{
border-color: #597CB1;
}
.TagClassName
{
border-color: #597CB1;
}
</style>