Shades of Havelock Blue #5973CE
Tints of Havelock Blue #5973CE
RGB
CMYK
RGB Variations
Color information
#5973CE (or 0x5973CE) is known color: Havelock Blue. HEX triplet: 59, 73 and CE. RGB value is (89,115,206). Sum of RGB (Red+Green+Blue) = 89+115+206=410 (54% of max value = 765). Red value is 89 (35.16% from 255 or 21.71% from 410); Green value is 115 (45.31% from 255 or 28.05% from 410); Blue value is 206 (80.86% from 255 or 50.24% from 410); Max value from RGB is 206 - color contains mainly: blue. Hex color #5973CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5973CE is #A68C31. Grayscale: #757575. Windows color (decimal): -10914866 or 13529945. OLE color: 13529945.
HSL color Cylindrical-coordinate representation of color #5973CE: hue angle of 226.67º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5973CE is Cyan = 0.57, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 89 | 115 | 206 | - |
| CMYK | 0.57 | 0.44 | 0 | 0.19 |
| HSL | 226.67º | 0.54% | 0.58% | - |
| HSV(B) | 226.67º | 0.57% | 0.81% | - |
| XYZ | 21.39 | 18.84 | 60.9 | - |
| YUV | 117.6 | 177.89 | 107.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 115 | 206 | 0.57 | 0.44 | 0 | 0.19 | 226.67 | 0.54 | 0.58 |
| Hex | 59 | 73 | CE | 39 | 2C | 0 | 13 | E3 | 36 | 3A |
| Octal | 131 | 163 | 316 | 71 | 54 | 0 | 23 | 343 | 66 | 72 |
| Binary | 1011001 | 1110011 | 11001110 | 111001 | 101100 | 0 | 10011 | 11100011 | 110110 | 111010 |
Color Harmonies of #5973CE
Complementary color
Monochromatic Colors of #5973CE
Black with #5973CE
Text Example
Text Example
White with #5973CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5973CE; }
p { color: rgb(89,115,206); }
H1.HeaderClassName
{
color: #5973CE;
}
.AnyTagClassName
{
color: #5973CE;
}
</style>
background-color css
<style>
a { background-color: #5973CE; }
a { background-color: rgb(89,115,206); }
div.DivClassName
{
background-color: #5973CE;
}
.BgClassName
{
background-color: #5973CE;
}
</style>
border-color css
<style>
span { border-color: #5973CE; }
span { border-color: rgb(89,115,206); }
td.TdClassName
{
border-color: #5973CE;
}
.TagClassName
{
border-color: #5973CE;
}
</style>