Shades of Havelock Blue #5979CB
Tints of Havelock Blue #5979CB
RGB
CMYK
RGB Variations
Color information
#5979CB (or 0x5979CB) is known color: Havelock Blue. HEX triplet: 59, 79 and CB. RGB value is (89,121,203). Sum of RGB (Red+Green+Blue) = 89+121+203=413 (54% of max value = 765). Red value is 89 (35.16% from 255 or 21.55% from 413); Green value is 121 (47.66% from 255 or 29.30% from 413); Blue value is 203 (79.69% from 255 or 49.15% from 413); Max value from RGB is 203 - color contains mainly: blue. Hex color #5979CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5979CB is #A68634. Grayscale: #787878. Windows color (decimal): -10913333 or 13334873. OLE color: 13334873.
HSL color Cylindrical-coordinate representation of color #5979CB: hue angle of 223.16º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5979CB is Cyan = 0.56, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 89 | 121 | 203 | - |
| CMYK | 0.56 | 0.40 | 0 | 0.20 |
| HSL | 223.16º | 0.52% | 0.57% | - |
| HSV(B) | 223.16º | 0.56% | 0.8% | - |
| XYZ | 21.74 | 20.11 | 59.24 | - |
| YUV | 120.78 | 174.4 | 105.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 121 | 203 | 0.56 | 0.40 | 0 | 0.20 | 223.16 | 0.52 | 0.57 |
| Hex | 59 | 79 | CB | 38 | 28 | 0 | 14 | DF | 34 | 39 |
| Octal | 131 | 171 | 313 | 70 | 50 | 0 | 24 | 337 | 64 | 71 |
| Binary | 1011001 | 1111001 | 11001011 | 111000 | 101000 | 0 | 10100 | 11011111 | 110100 | 111001 |
Color Harmonies of #5979CB
Complementary color
Monochromatic Colors of #5979CB
Black with #5979CB
Text Example
Text Example
White with #5979CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5979CB; }
p { color: rgb(89,121,203); }
H1.HeaderClassName
{
color: #5979CB;
}
.AnyTagClassName
{
color: #5979CB;
}
</style>
background-color css
<style>
a { background-color: #5979CB; }
a { background-color: rgb(89,121,203); }
div.DivClassName
{
background-color: #5979CB;
}
.BgClassName
{
background-color: #5979CB;
}
</style>
border-color css
<style>
span { border-color: #5979CB; }
span { border-color: rgb(89,121,203); }
td.TdClassName
{
border-color: #5979CB;
}
.TagClassName
{
border-color: #5979CB;
}
</style>