Shades of Havelock Blue #5978B0
Tints of Havelock Blue #5978B0
RGB
CMYK
RGB Variations
Color information
#5978B0 (or 0x5978B0) is known color: Havelock Blue. HEX triplet: 59, 78 and B0. RGB value is (89,120,176). Sum of RGB (Red+Green+Blue) = 89+120+176=385 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.12% from 385); Green value is 120 (47.27% from 255 or 31.17% from 385); Blue value is 176 (69.14% from 255 or 45.71% from 385); Max value from RGB is 176 - color contains mainly: blue. Hex color #5978B0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5978B0 is #A6874F. Grayscale: #747474. Windows color (decimal): -10913616 or 11565145. OLE color: 11565145.
HSL color Cylindrical-coordinate representation of color #5978B0: hue angle of 218.62º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5978B0 is Cyan = 0.49, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 89 | 120 | 176 | - |
| CMYK | 0.49 | 0.32 | 0 | 0.31 |
| HSL | 218.62º | 0.36% | 0.52% | - |
| HSV(B) | 218.62º | 0.49% | 0.69% | - |
| XYZ | 18.67 | 18.69 | 43.7 | - |
| YUV | 117.12 | 161.23 | 107.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 120 | 176 | 0.49 | 0.32 | 0 | 0.31 | 218.62 | 0.36 | 0.52 |
| Hex | 59 | 78 | B0 | 31 | 20 | 0 | 1F | DB | 24 | 34 |
| Octal | 131 | 170 | 260 | 61 | 40 | 0 | 37 | 333 | 44 | 64 |
| Binary | 1011001 | 1111000 | 10110000 | 110001 | 100000 | 0 | 11111 | 11011011 | 100100 | 110100 |
Color Harmonies of #5978B0
Complementary color
Monochromatic Colors of #5978B0
Black with #5978B0
Text Example
Text Example
White with #5978B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5978B0; }
p { color: rgb(89,120,176); }
H1.HeaderClassName
{
color: #5978B0;
}
.AnyTagClassName
{
color: #5978B0;
}
</style>
background-color css
<style>
a { background-color: #5978B0; }
a { background-color: rgb(89,120,176); }
div.DivClassName
{
background-color: #5978B0;
}
.BgClassName
{
background-color: #5978B0;
}
</style>
border-color css
<style>
span { border-color: #5978B0; }
span { border-color: rgb(89,120,176); }
td.TdClassName
{
border-color: #5978B0;
}
.TagClassName
{
border-color: #5978B0;
}
</style>