Shades of Havelock Blue #5978CC
Tints of Havelock Blue #5978CC
RGB
CMYK
RGB Variations
Color information
#5978CC (or 0x5978CC) is known color: Havelock Blue. HEX triplet: 59, 78 and CC. RGB value is (89,120,204). Sum of RGB (Red+Green+Blue) = 89+120+204=413 (54% of max value = 765). Red value is 89 (35.16% from 255 or 21.55% from 413); Green value is 120 (47.27% from 255 or 29.06% from 413); Blue value is 204 (80.08% from 255 or 49.39% from 413); Max value from RGB is 204 - color contains mainly: blue. Hex color #5978CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5978CC is #A68733. Grayscale: #777777. Windows color (decimal): -10913588 or 13400153. OLE color: 13400153.
HSL color Cylindrical-coordinate representation of color #5978CC: hue angle of 223.83º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5978CC is Cyan = 0.56, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 89 | 120 | 204 | - |
| CMYK | 0.56 | 0.41 | 0 | 0.2 |
| HSL | 223.83º | 0.53% | 0.57% | - |
| HSV(B) | 223.83º | 0.56% | 0.8% | - |
| XYZ | 21.74 | 19.92 | 59.83 | - |
| YUV | 120.31 | 175.23 | 105.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 120 | 204 | 0.56 | 0.41 | 0 | 0.2 | 223.83 | 0.53 | 0.57 |
| Hex | 59 | 78 | CC | 38 | 29 | 0 | 14 | E0 | 35 | 39 |
| Octal | 131 | 170 | 314 | 70 | 51 | 0 | 24 | 340 | 65 | 71 |
| Binary | 1011001 | 1111000 | 11001100 | 111000 | 101001 | 0 | 10100 | 11100000 | 110101 | 111001 |
Color Harmonies of #5978CC
Complementary color
Monochromatic Colors of #5978CC
Black with #5978CC
Text Example
Text Example
White with #5978CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5978CC; }
p { color: rgb(89,120,204); }
H1.HeaderClassName
{
color: #5978CC;
}
.AnyTagClassName
{
color: #5978CC;
}
</style>
background-color css
<style>
a { background-color: #5978CC; }
a { background-color: rgb(89,120,204); }
div.DivClassName
{
background-color: #5978CC;
}
.BgClassName
{
background-color: #5978CC;
}
</style>
border-color css
<style>
span { border-color: #5978CC; }
span { border-color: rgb(89,120,204); }
td.TdClassName
{
border-color: #5978CC;
}
.TagClassName
{
border-color: #5978CC;
}
</style>