Shades of Havelock Blue #5981CB
Tints of Havelock Blue #5981CB
RGB
CMYK
RGB Variations
Color information
#5981CB (or 0x5981CB) is known color: Havelock Blue. HEX triplet: 59, 81 and CB. RGB value is (89,129,203). Sum of RGB (Red+Green+Blue) = 89+129+203=421 (55% of max value = 765). Red value is 89 (35.16% from 255 or 21.14% from 421); Green value is 129 (50.78% from 255 or 30.64% from 421); Blue value is 203 (79.69% from 255 or 48.22% from 421); Max value from RGB is 203 - color contains mainly: blue. Hex color #5981CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5981CB is #A67E34. Grayscale: #7D7D7D. Windows color (decimal): -10911285 or 13336921. OLE color: 13336921.
HSL color Cylindrical-coordinate representation of color #5981CB: hue angle of 218.95º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5981CB is Cyan = 0.56, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 89 | 129 | 203 | - |
| CMYK | 0.56 | 0.36 | 0 | 0.20 |
| HSL | 218.95º | 0.52% | 0.57% | - |
| HSV(B) | 218.95º | 0.56% | 0.8% | - |
| XYZ | 22.75 | 22.14 | 59.57 | - |
| YUV | 125.48 | 171.75 | 101.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 129 | 203 | 0.56 | 0.36 | 0 | 0.20 | 218.95 | 0.52 | 0.57 |
| Hex | 59 | 81 | CB | 38 | 24 | 0 | 14 | DB | 34 | 39 |
| Octal | 131 | 201 | 313 | 70 | 44 | 0 | 24 | 333 | 64 | 71 |
| Binary | 1011001 | 10000001 | 11001011 | 111000 | 100100 | 0 | 10100 | 11011011 | 110100 | 111001 |
Color Harmonies of #5981CB
Complementary color
Monochromatic Colors of #5981CB
Black with #5981CB
Text Example
Text Example
White with #5981CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5981CB; }
p { color: rgb(89,129,203); }
H1.HeaderClassName
{
color: #5981CB;
}
.AnyTagClassName
{
color: #5981CB;
}
</style>
background-color css
<style>
a { background-color: #5981CB; }
a { background-color: rgb(89,129,203); }
div.DivClassName
{
background-color: #5981CB;
}
.BgClassName
{
background-color: #5981CB;
}
</style>
border-color css
<style>
span { border-color: #5981CB; }
span { border-color: rgb(89,129,203); }
td.TdClassName
{
border-color: #5981CB;
}
.TagClassName
{
border-color: #5981CB;
}
</style>