Shades of Havelock Blue #597BC5
Tints of Havelock Blue #597BC5
RGB
CMYK
RGB Variations
Color information
#597BC5 (or 0x597BC5) is known color: Havelock Blue. HEX triplet: 59, 7B and C5. RGB value is (89,123,197). Sum of RGB (Red+Green+Blue) = 89+123+197=409 (54% of max value = 765). Red value is 89 (35.16% from 255 or 21.76% from 409); Green value is 123 (48.44% from 255 or 30.07% from 409); Blue value is 197 (77.34% from 255 or 48.17% from 409); Max value from RGB is 197 - color contains mainly: blue. Hex color #597BC5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #597BC5 is #A6843A. Grayscale: #787878. Windows color (decimal): -10912827 or 12942169. OLE color: 12942169.
HSL color Cylindrical-coordinate representation of color #597BC5: hue angle of 221.11º 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 #597BC5 is Cyan = 0.55, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 89 | 123 | 197 | - |
| CMYK | 0.55 | 0.38 | 0 | 0.23 |
| HSL | 221.11º | 0.48% | 0.56% | - |
| HSV(B) | 221.11º | 0.55% | 0.77% | - |
| XYZ | 21.28 | 20.32 | 55.62 | - |
| YUV | 121.27 | 170.74 | 104.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 123 | 197 | 0.55 | 0.38 | 0 | 0.23 | 221.11 | 0.48 | 0.56 |
| Hex | 59 | 7B | C5 | 37 | 26 | 0 | 17 | DD | 30 | 38 |
| Octal | 131 | 173 | 305 | 67 | 46 | 0 | 27 | 335 | 60 | 70 |
| Binary | 1011001 | 1111011 | 11000101 | 110111 | 100110 | 0 | 10111 | 11011101 | 110000 | 111000 |
Color Harmonies of #597BC5
Complementary color
Monochromatic Colors of #597BC5
Black with #597BC5
Text Example
Text Example
White with #597BC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #597BC5; }
p { color: rgb(89,123,197); }
H1.HeaderClassName
{
color: #597BC5;
}
.AnyTagClassName
{
color: #597BC5;
}
</style>
background-color css
<style>
a { background-color: #597BC5; }
a { background-color: rgb(89,123,197); }
div.DivClassName
{
background-color: #597BC5;
}
.BgClassName
{
background-color: #597BC5;
}
</style>
border-color css
<style>
span { border-color: #597BC5; }
span { border-color: rgb(89,123,197); }
td.TdClassName
{
border-color: #597BC5;
}
.TagClassName
{
border-color: #597BC5;
}
</style>