Shades of Havelock Blue #5978BF
Tints of Havelock Blue #5978BF
RGB
CMYK
RGB Variations
Color information
#5978BF (or 0x5978BF) is known color: Havelock Blue. HEX triplet: 59, 78 and BF. RGB value is (89,120,191). Sum of RGB (Red+Green+Blue) = 89+120+191=400 (52% of max value = 765). Red value is 89 (35.16% from 255 or 22.25% from 400); Green value is 120 (47.27% from 255 or 30% from 400); Blue value is 191 (75% from 255 or 47.75% from 400); Max value from RGB is 191 - color contains mainly: blue. Hex color #5978BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5978BF is #A68740. Grayscale: #767676. Windows color (decimal): -10913601 or 12548185. OLE color: 12548185.
HSL color Cylindrical-coordinate representation of color #5978BF: hue angle of 221.76º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5978BF is Cyan = 0.53, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 89 | 120 | 191 | - |
| CMYK | 0.53 | 0.37 | 0 | 0.25 |
| HSL | 221.76º | 0.44% | 0.55% | - |
| HSV(B) | 221.76º | 0.53% | 0.75% | - |
| XYZ | 20.24 | 19.32 | 51.95 | - |
| YUV | 118.83 | 168.73 | 106.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 120 | 191 | 0.53 | 0.37 | 0 | 0.25 | 221.76 | 0.44 | 0.55 |
| Hex | 59 | 78 | BF | 35 | 25 | 0 | 19 | DE | 2C | 37 |
| Octal | 131 | 170 | 277 | 65 | 45 | 0 | 31 | 336 | 54 | 67 |
| Binary | 1011001 | 1111000 | 10111111 | 110101 | 100101 | 0 | 11001 | 11011110 | 101100 | 110111 |
Color Harmonies of #5978BF
Complementary color
Monochromatic Colors of #5978BF
Black with #5978BF
Text Example
Text Example
White with #5978BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5978BF; }
p { color: rgb(89,120,191); }
H1.HeaderClassName
{
color: #5978BF;
}
.AnyTagClassName
{
color: #5978BF;
}
</style>
background-color css
<style>
a { background-color: #5978BF; }
a { background-color: rgb(89,120,191); }
div.DivClassName
{
background-color: #5978BF;
}
.BgClassName
{
background-color: #5978BF;
}
</style>
border-color css
<style>
span { border-color: #5978BF; }
span { border-color: rgb(89,120,191); }
td.TdClassName
{
border-color: #5978BF;
}
.TagClassName
{
border-color: #5978BF;
}
</style>