Shades of Havelock Blue #5977B6
Tints of Havelock Blue #5977B6
RGB
CMYK
RGB Variations
Color information
#5977B6 (or 0x5977B6) is known color: Havelock Blue. HEX triplet: 59, 77 and B6. RGB value is (89,119,182). Sum of RGB (Red+Green+Blue) = 89+119+182=390 (51% of max value = 765). Red value is 89 (35.16% from 255 or 22.82% from 390); Green value is 119 (46.88% from 255 or 30.51% from 390); Blue value is 182 (71.48% from 255 or 46.67% from 390); Max value from RGB is 182 - color contains mainly: blue. Hex color #5977B6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5977B6 is #A68849. Grayscale: #747474. Windows color (decimal): -10913866 or 11958105. OLE color: 11958105.
HSL color Cylindrical-coordinate representation of color #5977B6: hue angle of 220.65º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5977B6 is Cyan = 0.51, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 89 | 119 | 182 | - |
| CMYK | 0.51 | 0.35 | 0 | 0.29 |
| HSL | 220.65º | 0.39% | 0.53% | - |
| HSV(B) | 220.65º | 0.51% | 0.71% | - |
| XYZ | 19.16 | 18.69 | 46.85 | - |
| YUV | 117.21 | 164.56 | 107.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 119 | 182 | 0.51 | 0.35 | 0 | 0.29 | 220.65 | 0.39 | 0.53 |
| Hex | 59 | 77 | B6 | 33 | 23 | 0 | 1D | DD | 27 | 35 |
| Octal | 131 | 167 | 266 | 63 | 43 | 0 | 35 | 335 | 47 | 65 |
| Binary | 1011001 | 1110111 | 10110110 | 110011 | 100011 | 0 | 11101 | 11011101 | 100111 | 110101 |
Color Harmonies of #5977B6
Complementary color
Monochromatic Colors of #5977B6
Black with #5977B6
Text Example
Text Example
White with #5977B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5977B6; }
p { color: rgb(89,119,182); }
H1.HeaderClassName
{
color: #5977B6;
}
.AnyTagClassName
{
color: #5977B6;
}
</style>
background-color css
<style>
a { background-color: #5977B6; }
a { background-color: rgb(89,119,182); }
div.DivClassName
{
background-color: #5977B6;
}
.BgClassName
{
background-color: #5977B6;
}
</style>
border-color css
<style>
span { border-color: #5977B6; }
span { border-color: rgb(89,119,182); }
td.TdClassName
{
border-color: #5977B6;
}
.TagClassName
{
border-color: #5977B6;
}
</style>