Shades of Havelock Blue #597BC8
Tints of Havelock Blue #597BC8
RGB
CMYK
RGB Variations
Color information
#597BC8 (or 0x597BC8) is known color: Havelock Blue. HEX triplet: 59, 7B and C8. RGB value is (89,123,200). Sum of RGB (Red+Green+Blue) = 89+123+200=412 (54% of max value = 765). Red value is 89 (35.16% from 255 or 21.60% from 412); Green value is 123 (48.44% from 255 or 29.85% from 412); Blue value is 200 (78.52% from 255 or 48.54% from 412); Max value from RGB is 200 - color contains mainly: blue. Hex color #597BC8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #597BC8 is #A68437. Grayscale: #797979. Windows color (decimal): -10912824 or 13138777. OLE color: 13138777.
HSL color Cylindrical-coordinate representation of color #597BC8: hue angle of 221.62º 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 #597BC8 is Cyan = 0.56, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 89 | 123 | 200 | - |
| CMYK | 0.56 | 0.38 | 0 | 0.22 |
| HSL | 221.62º | 0.5% | 0.57% | - |
| HSV(B) | 221.62º | 0.56% | 0.78% | - |
| XYZ | 21.63 | 20.46 | 57.45 | - |
| YUV | 121.61 | 172.24 | 104.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 123 | 200 | 0.56 | 0.38 | 0 | 0.22 | 221.62 | 0.5 | 0.57 |
| Hex | 59 | 7B | C8 | 38 | 26 | 0 | 16 | DE | 32 | 39 |
| Octal | 131 | 173 | 310 | 70 | 46 | 0 | 26 | 336 | 62 | 71 |
| Binary | 1011001 | 1111011 | 11001000 | 111000 | 100110 | 0 | 10110 | 11011110 | 110010 | 111001 |
Color Harmonies of #597BC8
Complementary color
Monochromatic Colors of #597BC8
Black with #597BC8
Text Example
Text Example
White with #597BC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #597BC8; }
p { color: rgb(89,123,200); }
H1.HeaderClassName
{
color: #597BC8;
}
.AnyTagClassName
{
color: #597BC8;
}
</style>
background-color css
<style>
a { background-color: #597BC8; }
a { background-color: rgb(89,123,200); }
div.DivClassName
{
background-color: #597BC8;
}
.BgClassName
{
background-color: #597BC8;
}
</style>
border-color css
<style>
span { border-color: #597BC8; }
span { border-color: rgb(89,123,200); }
td.TdClassName
{
border-color: #597BC8;
}
.TagClassName
{
border-color: #597BC8;
}
</style>