Shades of Havelock Blue #597DD7
Tints of Havelock Blue #597DD7
RGB
CMYK
RGB Variations
Color information
#597DD7 (or 0x597DD7) is known color: Havelock Blue. HEX triplet: 59, 7D and D7. RGB value is (89,125,215). Sum of RGB (Red+Green+Blue) = 89+125+215=429 (56% of max value = 765). Red value is 89 (35.16% from 255 or 20.75% from 429); Green value is 125 (49.22% from 255 or 29.14% from 429); Blue value is 215 (84.38% from 255 or 50.12% from 429); Max value from RGB is 215 - color contains mainly: blue. Hex color #597DD7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #597DD7 is #A68228. Grayscale: #7C7C7C. Windows color (decimal): -10912297 or 14122329. OLE color: 14122329.
HSL color Cylindrical-coordinate representation of color #597DD7: hue angle of 222.86º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #597DD7 is Cyan = 0.59, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 89 | 125 | 215 | - |
| CMYK | 0.59 | 0.42 | 0 | 0.16 |
| HSL | 222.86º | 0.61% | 0.6% | - |
| HSV(B) | 222.86º | 0.59% | 0.84% | - |
| XYZ | 23.72 | 21.7 | 67.23 | - |
| YUV | 124.5 | 179.07 | 102.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 125 | 215 | 0.59 | 0.42 | 0 | 0.16 | 222.86 | 0.61 | 0.6 |
| Hex | 59 | 7D | D7 | 3B | 2A | 0 | 10 | DF | 3D | 3C |
| Octal | 131 | 175 | 327 | 73 | 52 | 0 | 20 | 337 | 75 | 74 |
| Binary | 1011001 | 1111101 | 11010111 | 111011 | 101010 | 0 | 10000 | 11011111 | 111101 | 111100 |
Color Harmonies of #597DD7
Complementary color
Monochromatic Colors of #597DD7
Black with #597DD7
Text Example
Text Example
White with #597DD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #597DD7; }
p { color: rgb(89,125,215); }
H1.HeaderClassName
{
color: #597DD7;
}
.AnyTagClassName
{
color: #597DD7;
}
</style>
background-color css
<style>
a { background-color: #597DD7; }
a { background-color: rgb(89,125,215); }
div.DivClassName
{
background-color: #597DD7;
}
.BgClassName
{
background-color: #597DD7;
}
</style>
border-color css
<style>
span { border-color: #597DD7; }
span { border-color: rgb(89,125,215); }
td.TdClassName
{
border-color: #597DD7;
}
.TagClassName
{
border-color: #597DD7;
}
</style>