Shades of Havelock Blue #597DB3
Tints of Havelock Blue #597DB3
RGB
CMYK
RGB Variations
Color information
#597DB3 (or 0x597DB3) is known color: Havelock Blue. HEX triplet: 59, 7D and B3. RGB value is (89,125,179). Sum of RGB (Red+Green+Blue) = 89+125+179=393 (52% of max value = 765). Red value is 89 (35.16% from 255 or 22.65% from 393); Green value is 125 (49.22% from 255 or 31.81% from 393); Blue value is 179 (70.31% from 255 or 45.55% from 393); Max value from RGB is 179 - color contains mainly: blue. Hex color #597DB3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #597DB3 is #A6824C. Grayscale: #787878. Windows color (decimal): -10912333 or 11763033. OLE color: 11763033.
HSL color Cylindrical-coordinate representation of color #597DB3: hue angle of 216º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #597DB3 is Cyan = 0.50, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 89 | 125 | 179 | - |
| CMYK | 0.50 | 0.30 | 0 | 0.30 |
| HSL | 216º | 0.37% | 0.53% | - |
| HSV(B) | 216º | 0.5% | 0.7% | - |
| XYZ | 19.59 | 20.05 | 45.48 | - |
| YUV | 120.39 | 161.07 | 105.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 125 | 179 | 0.50 | 0.30 | 0 | 0.30 | 216 | 0.37 | 0.53 |
| Hex | 59 | 7D | B3 | 32 | 1E | 0 | 1E | D8 | 25 | 35 |
| Octal | 131 | 175 | 263 | 62 | 36 | 0 | 36 | 330 | 45 | 65 |
| Binary | 1011001 | 1111101 | 10110011 | 110010 | 11110 | 0 | 11110 | 11011000 | 100101 | 110101 |
Color Harmonies of #597DB3
Complementary color
Monochromatic Colors of #597DB3
Black with #597DB3
Text Example
Text Example
White with #597DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #597DB3; }
p { color: rgb(89,125,179); }
H1.HeaderClassName
{
color: #597DB3;
}
.AnyTagClassName
{
color: #597DB3;
}
</style>
background-color css
<style>
a { background-color: #597DB3; }
a { background-color: rgb(89,125,179); }
div.DivClassName
{
background-color: #597DB3;
}
.BgClassName
{
background-color: #597DB3;
}
</style>
border-color css
<style>
span { border-color: #597DB3; }
span { border-color: rgb(89,125,179); }
td.TdClassName
{
border-color: #597DB3;
}
.TagClassName
{
border-color: #597DB3;
}
</style>