Shades of Havelock Blue #5984CB
Tints of Havelock Blue #5984CB
RGB
CMYK
RGB Variations
Color information
#5984CB (or 0x5984CB) is known color: Havelock Blue. HEX triplet: 59, 84 and CB. RGB value is (89,132,203). Sum of RGB (Red+Green+Blue) = 89+132+203=424 (56% of max value = 765). Red value is 89 (35.16% from 255 or 20.99% from 424); Green value is 132 (51.95% from 255 or 31.13% from 424); Blue value is 203 (79.69% from 255 or 47.88% from 424); Max value from RGB is 203 - color contains mainly: blue. Hex color #5984CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5984CB is #A67B34. Grayscale: #7E7E7E. Windows color (decimal): -10910517 or 13337689. OLE color: 13337689.
HSL color Cylindrical-coordinate representation of color #5984CB: hue angle of 217.37º 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 #5984CB is Cyan = 0.56, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 89 | 132 | 203 | - |
| CMYK | 0.56 | 0.35 | 0 | 0.20 |
| HSL | 217.37º | 0.52% | 0.57% | - |
| HSV(B) | 217.37º | 0.56% | 0.8% | - |
| XYZ | 23.15 | 22.94 | 59.71 | - |
| YUV | 127.24 | 170.75 | 100.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 132 | 203 | 0.56 | 0.35 | 0 | 0.20 | 217.37 | 0.52 | 0.57 |
| Hex | 59 | 84 | CB | 38 | 23 | 0 | 14 | D9 | 34 | 39 |
| Octal | 131 | 204 | 313 | 70 | 43 | 0 | 24 | 331 | 64 | 71 |
| Binary | 1011001 | 10000100 | 11001011 | 111000 | 100011 | 0 | 10100 | 11011001 | 110100 | 111001 |
Color Harmonies of #5984CB
Complementary color
Monochromatic Colors of #5984CB
Black with #5984CB
Text Example
Text Example
White with #5984CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5984CB; }
p { color: rgb(89,132,203); }
H1.HeaderClassName
{
color: #5984CB;
}
.AnyTagClassName
{
color: #5984CB;
}
</style>
background-color css
<style>
a { background-color: #5984CB; }
a { background-color: rgb(89,132,203); }
div.DivClassName
{
background-color: #5984CB;
}
.BgClassName
{
background-color: #5984CB;
}
</style>
border-color css
<style>
span { border-color: #5984CB; }
span { border-color: rgb(89,132,203); }
td.TdClassName
{
border-color: #5984CB;
}
.TagClassName
{
border-color: #5984CB;
}
</style>