Shades of Havelock Blue #597DC8
Tints of Havelock Blue #597DC8
RGB
CMYK
RGB Variations
Color information
#597DC8 (or 0x597DC8) is known color: Havelock Blue. HEX triplet: 59, 7D and C8. RGB value is (89,125,200). Sum of RGB (Red+Green+Blue) = 89+125+200=414 (54% of max value = 765). Red value is 89 (35.16% from 255 or 21.50% from 414); Green value is 125 (49.22% from 255 or 30.19% from 414); Blue value is 200 (78.52% from 255 or 48.31% from 414); Max value from RGB is 200 - color contains mainly: blue. Hex color #597DC8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #597DC8 is #A68237. Grayscale: #7A7A7A. Windows color (decimal): -10912312 or 13139289. OLE color: 13139289.
HSL color Cylindrical-coordinate representation of color #597DC8: hue angle of 220.54º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #597DC8 is Cyan = 0.56, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 89 | 125 | 200 | - |
| CMYK | 0.56 | 0.38 | 0 | 0.22 |
| HSL | 220.54º | 0.5% | 0.57% | - |
| HSV(B) | 220.54º | 0.56% | 0.78% | - |
| XYZ | 21.88 | 20.96 | 57.54 | - |
| YUV | 122.79 | 171.57 | 103.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 125 | 200 | 0.56 | 0.38 | 0 | 0.22 | 220.54 | 0.5 | 0.57 |
| Hex | 59 | 7D | C8 | 38 | 26 | 0 | 16 | DD | 32 | 39 |
| Octal | 131 | 175 | 310 | 70 | 46 | 0 | 26 | 335 | 62 | 71 |
| Binary | 1011001 | 1111101 | 11001000 | 111000 | 100110 | 0 | 10110 | 11011101 | 110010 | 111001 |
Color Harmonies of #597DC8
Complementary color
Monochromatic Colors of #597DC8
Black with #597DC8
Text Example
Text Example
White with #597DC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #597DC8; }
p { color: rgb(89,125,200); }
H1.HeaderClassName
{
color: #597DC8;
}
.AnyTagClassName
{
color: #597DC8;
}
</style>
background-color css
<style>
a { background-color: #597DC8; }
a { background-color: rgb(89,125,200); }
div.DivClassName
{
background-color: #597DC8;
}
.BgClassName
{
background-color: #597DC8;
}
</style>
border-color css
<style>
span { border-color: #597DC8; }
span { border-color: rgb(89,125,200); }
td.TdClassName
{
border-color: #597DC8;
}
.TagClassName
{
border-color: #597DC8;
}
</style>