Shades of Havelock Blue #5981BE
Tints of Havelock Blue #5981BE
RGB
CMYK
RGB Variations
Color information
#5981BE (or 0x5981BE) is known color: Havelock Blue. HEX triplet: 59, 81 and BE. RGB value is (89,129,190). Sum of RGB (Red+Green+Blue) = 89+129+190=408 (54% of max value = 765). Red value is 89 (35.16% from 255 or 21.81% from 408); Green value is 129 (50.78% from 255 or 31.62% from 408); Blue value is 190 (74.61% from 255 or 46.57% from 408); Max value from RGB is 190 - color contains mainly: blue. Hex color #5981BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5981BE is #A67E41. Grayscale: #7B7B7B. Windows color (decimal): -10911298 or 12484953. OLE color: 12484953.
HSL color Cylindrical-coordinate representation of color #5981BE: hue angle of 216.24º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5981BE is Cyan = 0.53, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 89 | 129 | 190 | - |
| CMYK | 0.53 | 0.32 | 0 | 0.25 |
| HSL | 216.24º | 0.44% | 0.55% | - |
| HSV(B) | 216.24º | 0.53% | 0.75% | - |
| XYZ | 21.26 | 21.54 | 51.75 | - |
| YUV | 123.99 | 165.25 | 103.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 129 | 190 | 0.53 | 0.32 | 0 | 0.25 | 216.24 | 0.44 | 0.55 |
| Hex | 59 | 81 | BE | 35 | 20 | 0 | 19 | D8 | 2C | 37 |
| Octal | 131 | 201 | 276 | 65 | 40 | 0 | 31 | 330 | 54 | 67 |
| Binary | 1011001 | 10000001 | 10111110 | 110101 | 100000 | 0 | 11001 | 11011000 | 101100 | 110111 |
Color Harmonies of #5981BE
Complementary color
Monochromatic Colors of #5981BE
Black with #5981BE
Text Example
Text Example
White with #5981BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5981BE; }
p { color: rgb(89,129,190); }
H1.HeaderClassName
{
color: #5981BE;
}
.AnyTagClassName
{
color: #5981BE;
}
</style>
background-color css
<style>
a { background-color: #5981BE; }
a { background-color: rgb(89,129,190); }
div.DivClassName
{
background-color: #5981BE;
}
.BgClassName
{
background-color: #5981BE;
}
</style>
border-color css
<style>
span { border-color: #5981BE; }
span { border-color: rgb(89,129,190); }
td.TdClassName
{
border-color: #5981BE;
}
.TagClassName
{
border-color: #5981BE;
}
</style>