Shades of Havelock Blue #5978BC
Tints of Havelock Blue #5978BC
RGB
CMYK
RGB Variations
Color information
#5978BC (or 0x5978BC) is known color: Havelock Blue. HEX triplet: 59, 78 and BC. RGB value is (89,120,188). Sum of RGB (Red+Green+Blue) = 89+120+188=397 (52% of max value = 765). Red value is 89 (35.16% from 255 or 22.42% from 397); Green value is 120 (47.27% from 255 or 30.23% from 397); Blue value is 188 (73.83% from 255 or 47.36% from 397); Max value from RGB is 188 - color contains mainly: blue. Hex color #5978BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5978BC is #A68743. Grayscale: #767676. Windows color (decimal): -10913604 or 12351577. OLE color: 12351577.
HSL color Cylindrical-coordinate representation of color #5978BC: hue angle of 221.21º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5978BC is Cyan = 0.53, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 89 | 120 | 188 | - |
| CMYK | 0.53 | 0.36 | 0 | 0.26 |
| HSL | 221.21º | 0.42% | 0.54% | - |
| HSV(B) | 221.21º | 0.53% | 0.74% | - |
| XYZ | 19.91 | 19.19 | 50.23 | - |
| YUV | 118.48 | 167.23 | 106.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 120 | 188 | 0.53 | 0.36 | 0 | 0.26 | 221.21 | 0.42 | 0.54 |
| Hex | 59 | 78 | BC | 35 | 24 | 0 | 1A | DD | 2A | 36 |
| Octal | 131 | 170 | 274 | 65 | 44 | 0 | 32 | 335 | 52 | 66 |
| Binary | 1011001 | 1111000 | 10111100 | 110101 | 100100 | 0 | 11010 | 11011101 | 101010 | 110110 |
Color Harmonies of #5978BC
Complementary color
Monochromatic Colors of #5978BC
Black with #5978BC
Text Example
Text Example
White with #5978BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5978BC; }
p { color: rgb(89,120,188); }
H1.HeaderClassName
{
color: #5978BC;
}
.AnyTagClassName
{
color: #5978BC;
}
</style>
background-color css
<style>
a { background-color: #5978BC; }
a { background-color: rgb(89,120,188); }
div.DivClassName
{
background-color: #5978BC;
}
.BgClassName
{
background-color: #5978BC;
}
</style>
border-color css
<style>
span { border-color: #5978BC; }
span { border-color: rgb(89,120,188); }
td.TdClassName
{
border-color: #5978BC;
}
.TagClassName
{
border-color: #5978BC;
}
</style>