Shades of Havelock Blue #5983BB
Tints of Havelock Blue #5983BB
RGB
CMYK
RGB Variations
Color information
#5983BB (or 0x5983BB) is known color: Havelock Blue. HEX triplet: 59, 83 and BB. RGB value is (89,131,187). Sum of RGB (Red+Green+Blue) = 89+131+187=407 (53% of max value = 765). Red value is 89 (35.16% from 255 or 21.87% from 407); Green value is 131 (51.56% from 255 or 32.19% from 407); Blue value is 187 (73.44% from 255 or 45.95% from 407); Max value from RGB is 187 - color contains mainly: blue. Hex color #5983BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5983BB is #A67C44. Grayscale: #7C7C7C. Windows color (decimal): -10910789 or 12288857. OLE color: 12288857.
HSL color Cylindrical-coordinate representation of color #5983BB: hue angle of 214.29º degrees, saturation: 0.42, 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 #5983BB is Cyan = 0.52, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 89 | 131 | 187 | - |
| CMYK | 0.52 | 0.30 | 0 | 0.27 |
| HSL | 214.29º | 0.42% | 0.54% | - |
| HSV(B) | 214.29º | 0.52% | 0.73% | - |
| XYZ | 21.21 | 21.94 | 50.13 | - |
| YUV | 124.83 | 163.09 | 102.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 131 | 187 | 0.52 | 0.30 | 0 | 0.27 | 214.29 | 0.42 | 0.54 |
| Hex | 59 | 83 | BB | 34 | 1E | 0 | 1B | D6 | 2A | 36 |
| Octal | 131 | 203 | 273 | 64 | 36 | 0 | 33 | 326 | 52 | 66 |
| Binary | 1011001 | 10000011 | 10111011 | 110100 | 11110 | 0 | 11011 | 11010110 | 101010 | 110110 |
Color Harmonies of #5983BB
Complementary color
Monochromatic Colors of #5983BB
Black with #5983BB
Text Example
Text Example
White with #5983BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5983BB; }
p { color: rgb(89,131,187); }
H1.HeaderClassName
{
color: #5983BB;
}
.AnyTagClassName
{
color: #5983BB;
}
</style>
background-color css
<style>
a { background-color: #5983BB; }
a { background-color: rgb(89,131,187); }
div.DivClassName
{
background-color: #5983BB;
}
.BgClassName
{
background-color: #5983BB;
}
</style>
border-color css
<style>
span { border-color: #5983BB; }
span { border-color: rgb(89,131,187); }
td.TdClassName
{
border-color: #5983BB;
}
.TagClassName
{
border-color: #5983BB;
}
</style>