Shades of Havelock Blue #597DC5
Tints of Havelock Blue #597DC5
RGB
CMYK
RGB Variations
Color information
#597DC5 (or 0x597DC5) is known color: Havelock Blue. HEX triplet: 59, 7D and C5. RGB value is (89,125,197). Sum of RGB (Red+Green+Blue) = 89+125+197=411 (54% of max value = 765). Red value is 89 (35.16% from 255 or 21.65% from 411); Green value is 125 (49.22% from 255 or 30.41% from 411); Blue value is 197 (77.34% from 255 or 47.93% from 411); Max value from RGB is 197 - color contains mainly: blue. Hex color #597DC5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #597DC5 is #A6823A. Grayscale: #7A7A7A. Windows color (decimal): -10912315 or 12942681. OLE color: 12942681.
HSL color Cylindrical-coordinate representation of color #597DC5: hue angle of 220º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #597DC5 is Cyan = 0.55, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 89 | 125 | 197 | - |
| CMYK | 0.55 | 0.37 | 0 | 0.23 |
| HSL | 220º | 0.48% | 0.56% | - |
| HSV(B) | 220º | 0.55% | 0.77% | - |
| XYZ | 21.53 | 20.82 | 55.71 | - |
| YUV | 122.44 | 170.07 | 104.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 125 | 197 | 0.55 | 0.37 | 0 | 0.23 | 220 | 0.48 | 0.56 |
| Hex | 59 | 7D | C5 | 37 | 25 | 0 | 17 | DC | 30 | 38 |
| Octal | 131 | 175 | 305 | 67 | 45 | 0 | 27 | 334 | 60 | 70 |
| Binary | 1011001 | 1111101 | 11000101 | 110111 | 100101 | 0 | 10111 | 11011100 | 110000 | 111000 |
Color Harmonies of #597DC5
Complementary color
Monochromatic Colors of #597DC5
Black with #597DC5
Text Example
Text Example
White with #597DC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #597DC5; }
p { color: rgb(89,125,197); }
H1.HeaderClassName
{
color: #597DC5;
}
.AnyTagClassName
{
color: #597DC5;
}
</style>
background-color css
<style>
a { background-color: #597DC5; }
a { background-color: rgb(89,125,197); }
div.DivClassName
{
background-color: #597DC5;
}
.BgClassName
{
background-color: #597DC5;
}
</style>
border-color css
<style>
span { border-color: #597DC5; }
span { border-color: rgb(89,125,197); }
td.TdClassName
{
border-color: #597DC5;
}
.TagClassName
{
border-color: #597DC5;
}
</style>