Shades of Havelock Blue #5981B3
Tints of Havelock Blue #5981B3
RGB
CMYK
RGB Variations
Color information
#5981B3 (or 0x5981B3) is known color: Havelock Blue. HEX triplet: 59, 81 and B3. RGB value is (89,129,179). Sum of RGB (Red+Green+Blue) = 89+129+179=397 (52% of max value = 765). Red value is 89 (35.16% from 255 or 22.42% from 397); Green value is 129 (50.78% from 255 or 32.49% from 397); Blue value is 179 (70.31% from 255 or 45.09% from 397); Max value from RGB is 179 - color contains mainly: blue. Hex color #5981B3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5981B3 is #A67E4C. Grayscale: #7A7A7A. Windows color (decimal): -10911309 or 11764057. OLE color: 11764057.
HSL color Cylindrical-coordinate representation of color #5981B3: hue angle of 213.33º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5981B3 is Cyan = 0.50, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 89 | 129 | 179 | - |
| CMYK | 0.50 | 0.28 | 0 | 0.30 |
| HSL | 213.33º | 0.37% | 0.53% | - |
| HSV(B) | 213.33º | 0.5% | 0.7% | - |
| XYZ | 20.11 | 21.08 | 45.66 | - |
| YUV | 122.74 | 159.75 | 103.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 129 | 179 | 0.50 | 0.28 | 0 | 0.30 | 213.33 | 0.37 | 0.53 |
| Hex | 59 | 81 | B3 | 32 | 1C | 0 | 1E | D5 | 25 | 35 |
| Octal | 131 | 201 | 263 | 62 | 34 | 0 | 36 | 325 | 45 | 65 |
| Binary | 1011001 | 10000001 | 10110011 | 110010 | 11100 | 0 | 11110 | 11010101 | 100101 | 110101 |
Color Harmonies of #5981B3
Complementary color
Monochromatic Colors of #5981B3
Black with #5981B3
Text Example
Text Example
White with #5981B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5981B3; }
p { color: rgb(89,129,179); }
H1.HeaderClassName
{
color: #5981B3;
}
.AnyTagClassName
{
color: #5981B3;
}
</style>
background-color css
<style>
a { background-color: #5981B3; }
a { background-color: rgb(89,129,179); }
div.DivClassName
{
background-color: #5981B3;
}
.BgClassName
{
background-color: #5981B3;
}
</style>
border-color css
<style>
span { border-color: #5981B3; }
span { border-color: rgb(89,129,179); }
td.TdClassName
{
border-color: #5981B3;
}
.TagClassName
{
border-color: #5981B3;
}
</style>