Shades of Havelock Blue #5979BB
Tints of Havelock Blue #5979BB
RGB
CMYK
RGB Variations
Color information
#5979BB (or 0x5979BB) is known color: Havelock Blue. HEX triplet: 59, 79 and BB. RGB value is (89,121,187). Sum of RGB (Red+Green+Blue) = 89+121+187=397 (52% of max value = 765). Red value is 89 (35.16% from 255 or 22.42% from 397); Green value is 121 (47.66% from 255 or 30.48% from 397); Blue value is 187 (73.44% from 255 or 47.10% from 397); Max value from RGB is 187 - color contains mainly: blue. Hex color #5979BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5979BB is #A68644. Grayscale: #767676. Windows color (decimal): -10913349 or 12286297. OLE color: 12286297.
HSL color Cylindrical-coordinate representation of color #5979BB: hue angle of 220.41º degrees, saturation: 0.42, 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 #5979BB is Cyan = 0.52, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 89 | 121 | 187 | - |
| CMYK | 0.52 | 0.35 | 0 | 0.27 |
| HSL | 220.41º | 0.42% | 0.54% | - |
| HSV(B) | 220.41º | 0.52% | 0.73% | - |
| XYZ | 19.93 | 19.39 | 49.71 | - |
| YUV | 118.96 | 166.4 | 106.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 121 | 187 | 0.52 | 0.35 | 0 | 0.27 | 220.41 | 0.42 | 0.54 |
| Hex | 59 | 79 | BB | 34 | 23 | 0 | 1B | DC | 2A | 36 |
| Octal | 131 | 171 | 273 | 64 | 43 | 0 | 33 | 334 | 52 | 66 |
| Binary | 1011001 | 1111001 | 10111011 | 110100 | 100011 | 0 | 11011 | 11011100 | 101010 | 110110 |
Color Harmonies of #5979BB
Complementary color
Monochromatic Colors of #5979BB
Black with #5979BB
Text Example
Text Example
White with #5979BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5979BB; }
p { color: rgb(89,121,187); }
H1.HeaderClassName
{
color: #5979BB;
}
.AnyTagClassName
{
color: #5979BB;
}
</style>
background-color css
<style>
a { background-color: #5979BB; }
a { background-color: rgb(89,121,187); }
div.DivClassName
{
background-color: #5979BB;
}
.BgClassName
{
background-color: #5979BB;
}
</style>
border-color css
<style>
span { border-color: #5979BB; }
span { border-color: rgb(89,121,187); }
td.TdClassName
{
border-color: #5979BB;
}
.TagClassName
{
border-color: #5979BB;
}
</style>