Shades of Havelock Blue #5979CE
Tints of Havelock Blue #5979CE
RGB
CMYK
RGB Variations
Color information
#5979CE (or 0x5979CE) is known color: Havelock Blue. HEX triplet: 59, 79 and CE. RGB value is (89,121,206). Sum of RGB (Red+Green+Blue) = 89+121+206=416 (55% of max value = 765). Red value is 89 (35.16% from 255 or 21.39% from 416); Green value is 121 (47.66% from 255 or 29.09% from 416); Blue value is 206 (80.86% from 255 or 49.52% from 416); Max value from RGB is 206 - color contains mainly: blue. Hex color #5979CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5979CE is #A68631. Grayscale: #787878. Windows color (decimal): -10913330 or 13531481. OLE color: 13531481.
HSL color Cylindrical-coordinate representation of color #5979CE: hue angle of 223.59º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5979CE is Cyan = 0.57, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 89 | 121 | 206 | - |
| CMYK | 0.57 | 0.41 | 0 | 0.19 |
| HSL | 223.59º | 0.54% | 0.58% | - |
| HSV(B) | 223.59º | 0.57% | 0.81% | - |
| XYZ | 22.1 | 20.25 | 61.14 | - |
| YUV | 121.12 | 175.9 | 105.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 121 | 206 | 0.57 | 0.41 | 0 | 0.19 | 223.59 | 0.54 | 0.58 |
| Hex | 59 | 79 | CE | 39 | 29 | 0 | 13 | E0 | 36 | 3A |
| Octal | 131 | 171 | 316 | 71 | 51 | 0 | 23 | 340 | 66 | 72 |
| Binary | 1011001 | 1111001 | 11001110 | 111001 | 101001 | 0 | 10011 | 11100000 | 110110 | 111010 |
Color Harmonies of #5979CE
Complementary color
Monochromatic Colors of #5979CE
Black with #5979CE
Text Example
Text Example
White with #5979CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5979CE; }
p { color: rgb(89,121,206); }
H1.HeaderClassName
{
color: #5979CE;
}
.AnyTagClassName
{
color: #5979CE;
}
</style>
background-color css
<style>
a { background-color: #5979CE; }
a { background-color: rgb(89,121,206); }
div.DivClassName
{
background-color: #5979CE;
}
.BgClassName
{
background-color: #5979CE;
}
</style>
border-color css
<style>
span { border-color: #5979CE; }
span { border-color: rgb(89,121,206); }
td.TdClassName
{
border-color: #5979CE;
}
.TagClassName
{
border-color: #5979CE;
}
</style>