Shades of Havelock Blue #597CD5
Tints of Havelock Blue #597CD5
RGB
CMYK
RGB Variations
Color information
#597CD5 (or 0x597CD5) is known color: Havelock Blue. HEX triplet: 59, 7C and D5. RGB value is (89,124,213). Sum of RGB (Red+Green+Blue) = 89+124+213=426 (56% of max value = 765). Red value is 89 (35.16% from 255 or 20.89% from 426); Green value is 124 (48.83% from 255 or 29.11% from 426); Blue value is 213 (83.59% from 255 or 50% from 426); Max value from RGB is 213 - color contains mainly: blue. Hex color #597CD5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #597CD5 is #A6832A. Grayscale: #7B7B7B. Windows color (decimal): -10912555 or 13991001. OLE color: 13991001.
HSL color Cylindrical-coordinate representation of color #597CD5: hue angle of 223.06º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #597CD5 is Cyan = 0.58, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 89 | 124 | 213 | - |
| CMYK | 0.58 | 0.42 | 0 | 0.16 |
| HSL | 223.06º | 0.6% | 0.59% | - |
| HSV(B) | 223.06º | 0.58% | 0.84% | - |
| XYZ | 23.34 | 21.34 | 65.84 | - |
| YUV | 123.68 | 178.4 | 103.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 124 | 213 | 0.58 | 0.42 | 0 | 0.16 | 223.06 | 0.6 | 0.59 |
| Hex | 59 | 7C | D5 | 3A | 2A | 0 | 10 | DF | 3C | 3B |
| Octal | 131 | 174 | 325 | 72 | 52 | 0 | 20 | 337 | 74 | 73 |
| Binary | 1011001 | 1111100 | 11010101 | 111010 | 101010 | 0 | 10000 | 11011111 | 111100 | 111011 |
Color Harmonies of #597CD5
Complementary color
Monochromatic Colors of #597CD5
Black with #597CD5
Text Example
Text Example
White with #597CD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #597CD5; }
p { color: rgb(89,124,213); }
H1.HeaderClassName
{
color: #597CD5;
}
.AnyTagClassName
{
color: #597CD5;
}
</style>
background-color css
<style>
a { background-color: #597CD5; }
a { background-color: rgb(89,124,213); }
div.DivClassName
{
background-color: #597CD5;
}
.BgClassName
{
background-color: #597CD5;
}
</style>
border-color css
<style>
span { border-color: #597CD5; }
span { border-color: rgb(89,124,213); }
td.TdClassName
{
border-color: #597CD5;
}
.TagClassName
{
border-color: #597CD5;
}
</style>