Shades of Havelock Blue #5984C7
Tints of Havelock Blue #5984C7
RGB
CMYK
RGB Variations
Color information
#5984C7 (or 0x5984C7) is known color: Havelock Blue. HEX triplet: 59, 84 and C7. RGB value is (89,132,199). Sum of RGB (Red+Green+Blue) = 89+132+199=420 (55% of max value = 765). Red value is 89 (35.16% from 255 or 21.19% from 420); Green value is 132 (51.95% from 255 or 31.43% from 420); Blue value is 199 (78.12% from 255 or 47.38% from 420); Max value from RGB is 199 - color contains mainly: blue. Hex color #5984C7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5984C7 is #A67B38. Grayscale: #7E7E7E. Windows color (decimal): -10910521 or 13075545. OLE color: 13075545.
HSL color Cylindrical-coordinate representation of color #5984C7: hue angle of 216.55º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5984C7 is Cyan = 0.55, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 89 | 132 | 199 | - |
| CMYK | 0.55 | 0.34 | 0 | 0.22 |
| HSL | 216.55º | 0.5% | 0.56% | - |
| HSV(B) | 216.55º | 0.55% | 0.78% | - |
| XYZ | 22.68 | 22.75 | 57.23 | - |
| YUV | 126.78 | 168.75 | 101.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 132 | 199 | 0.55 | 0.34 | 0 | 0.22 | 216.55 | 0.5 | 0.56 |
| Hex | 59 | 84 | C7 | 37 | 22 | 0 | 16 | D9 | 32 | 38 |
| Octal | 131 | 204 | 307 | 67 | 42 | 0 | 26 | 331 | 62 | 70 |
| Binary | 1011001 | 10000100 | 11000111 | 110111 | 100010 | 0 | 10110 | 11011001 | 110010 | 111000 |
Color Harmonies of #5984C7
Complementary color
Monochromatic Colors of #5984C7
Black with #5984C7
Text Example
Text Example
White with #5984C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5984C7; }
p { color: rgb(89,132,199); }
H1.HeaderClassName
{
color: #5984C7;
}
.AnyTagClassName
{
color: #5984C7;
}
</style>
background-color css
<style>
a { background-color: #5984C7; }
a { background-color: rgb(89,132,199); }
div.DivClassName
{
background-color: #5984C7;
}
.BgClassName
{
background-color: #5984C7;
}
</style>
border-color css
<style>
span { border-color: #5984C7; }
span { border-color: rgb(89,132,199); }
td.TdClassName
{
border-color: #5984C7;
}
.TagClassName
{
border-color: #5984C7;
}
</style>