Shades of Havelock Blue #5978B9
Tints of Havelock Blue #5978B9
RGB
CMYK
RGB Variations
Color information
#5978B9 (or 0x5978B9) is known color: Havelock Blue. HEX triplet: 59, 78 and B9. RGB value is (89,120,185). Sum of RGB (Red+Green+Blue) = 89+120+185=394 (52% of max value = 765). Red value is 89 (35.16% from 255 or 22.59% from 394); Green value is 120 (47.27% from 255 or 30.46% from 394); Blue value is 185 (72.66% from 255 or 46.95% from 394); Max value from RGB is 185 - color contains mainly: blue. Hex color #5978B9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5978B9 is #A68746. Grayscale: #757575. Windows color (decimal): -10913607 or 12154969. OLE color: 12154969.
HSL color Cylindrical-coordinate representation of color #5978B9: hue angle of 220.62º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5978B9 is Cyan = 0.52, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 89 | 120 | 185 | - |
| CMYK | 0.52 | 0.35 | 0 | 0.27 |
| HSL | 220.63º | 0.41% | 0.54% | - |
| HSV(B) | 220.63º | 0.52% | 0.73% | - |
| XYZ | 19.59 | 19.06 | 48.55 | - |
| YUV | 118.14 | 165.73 | 107.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 120 | 185 | 0.52 | 0.35 | 0 | 0.27 | 220.63 | 0.41 | 0.54 |
| Hex | 59 | 78 | B9 | 34 | 23 | 0 | 1B | DD | 29 | 36 |
| Octal | 131 | 170 | 271 | 64 | 43 | 0 | 33 | 335 | 51 | 66 |
| Binary | 1011001 | 1111000 | 10111001 | 110100 | 100011 | 0 | 11011 | 11011101 | 101001 | 110110 |
Color Harmonies of #5978B9
Complementary color
Monochromatic Colors of #5978B9
Black with #5978B9
Text Example
Text Example
White with #5978B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5978B9; }
p { color: rgb(89,120,185); }
H1.HeaderClassName
{
color: #5978B9;
}
.AnyTagClassName
{
color: #5978B9;
}
</style>
background-color css
<style>
a { background-color: #5978B9; }
a { background-color: rgb(89,120,185); }
div.DivClassName
{
background-color: #5978B9;
}
.BgClassName
{
background-color: #5978B9;
}
</style>
border-color css
<style>
span { border-color: #5978B9; }
span { border-color: rgb(89,120,185); }
td.TdClassName
{
border-color: #5978B9;
}
.TagClassName
{
border-color: #5978B9;
}
</style>