Shades of Havelock Blue #5981BA
Tints of Havelock Blue #5981BA
RGB
CMYK
RGB Variations
Color information
#5981BA (or 0x5981BA) is known color: Havelock Blue. HEX triplet: 59, 81 and BA. RGB value is (89,129,186). Sum of RGB (Red+Green+Blue) = 89+129+186=404 (53% of max value = 765). Red value is 89 (35.16% from 255 or 22.03% from 404); Green value is 129 (50.78% from 255 or 31.93% from 404); Blue value is 186 (73.05% from 255 or 46.04% from 404); Max value from RGB is 186 - color contains mainly: blue. Hex color #5981BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5981BA is #A67E45. Grayscale: #7B7B7B. Windows color (decimal): -10911302 or 12222809. OLE color: 12222809.
HSL color Cylindrical-coordinate representation of color #5981BA: hue angle of 215.26º degrees, saturation: 0.41, 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 #5981BA is Cyan = 0.52, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 89 | 129 | 186 | - |
| CMYK | 0.52 | 0.31 | 0 | 0.27 |
| HSL | 215.26º | 0.41% | 0.54% | - |
| HSV(B) | 215.26º | 0.52% | 0.73% | - |
| XYZ | 20.83 | 21.37 | 49.48 | - |
| YUV | 123.54 | 163.25 | 103.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 129 | 186 | 0.52 | 0.31 | 0 | 0.27 | 215.26 | 0.41 | 0.54 |
| Hex | 59 | 81 | BA | 34 | 1F | 0 | 1B | D7 | 29 | 36 |
| Octal | 131 | 201 | 272 | 64 | 37 | 0 | 33 | 327 | 51 | 66 |
| Binary | 1011001 | 10000001 | 10111010 | 110100 | 11111 | 0 | 11011 | 11010111 | 101001 | 110110 |
Color Harmonies of #5981BA
Complementary color
Monochromatic Colors of #5981BA
Black with #5981BA
Text Example
Text Example
White with #5981BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5981BA; }
p { color: rgb(89,129,186); }
H1.HeaderClassName
{
color: #5981BA;
}
.AnyTagClassName
{
color: #5981BA;
}
</style>
background-color css
<style>
a { background-color: #5981BA; }
a { background-color: rgb(89,129,186); }
div.DivClassName
{
background-color: #5981BA;
}
.BgClassName
{
background-color: #5981BA;
}
</style>
border-color css
<style>
span { border-color: #5981BA; }
span { border-color: rgb(89,129,186); }
td.TdClassName
{
border-color: #5981BA;
}
.TagClassName
{
border-color: #5981BA;
}
</style>