Shades of Havelock Blue #5983CC
Tints of Havelock Blue #5983CC
RGB
CMYK
RGB Variations
Color information
#5983CC (or 0x5983CC) is known color: Havelock Blue. HEX triplet: 59, 83 and CC. RGB value is (89,131,204). Sum of RGB (Red+Green+Blue) = 89+131+204=424 (56% of max value = 765). Red value is 89 (35.16% from 255 or 20.99% from 424); Green value is 131 (51.56% from 255 or 30.90% from 424); Blue value is 204 (80.08% from 255 or 48.11% from 424); Max value from RGB is 204 - color contains mainly: blue. Hex color #5983CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5983CC is #A67C33. Grayscale: #7E7E7E. Windows color (decimal): -10910772 or 13402969. OLE color: 13402969.
HSL color Cylindrical-coordinate representation of color #5983CC: hue angle of 218.09º degrees, saturation: 0.53, 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 #5983CC is Cyan = 0.56, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 89 | 131 | 204 | - |
| CMYK | 0.56 | 0.36 | 0 | 0.2 |
| HSL | 218.09º | 0.53% | 0.57% | - |
| HSV(B) | 218.09º | 0.56% | 0.8% | - |
| XYZ | 23.14 | 22.72 | 60.29 | - |
| YUV | 126.76 | 171.59 | 101.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 131 | 204 | 0.56 | 0.36 | 0 | 0.2 | 218.09 | 0.53 | 0.57 |
| Hex | 59 | 83 | CC | 38 | 24 | 0 | 14 | DA | 35 | 39 |
| Octal | 131 | 203 | 314 | 70 | 44 | 0 | 24 | 332 | 65 | 71 |
| Binary | 1011001 | 10000011 | 11001100 | 111000 | 100100 | 0 | 10100 | 11011010 | 110101 | 111001 |
Color Harmonies of #5983CC
Complementary color
Monochromatic Colors of #5983CC
Black with #5983CC
Text Example
Text Example
White with #5983CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5983CC; }
p { color: rgb(89,131,204); }
H1.HeaderClassName
{
color: #5983CC;
}
.AnyTagClassName
{
color: #5983CC;
}
</style>
background-color css
<style>
a { background-color: #5983CC; }
a { background-color: rgb(89,131,204); }
div.DivClassName
{
background-color: #5983CC;
}
.BgClassName
{
background-color: #5983CC;
}
</style>
border-color css
<style>
span { border-color: #5983CC; }
span { border-color: rgb(89,131,204); }
td.TdClassName
{
border-color: #5983CC;
}
.TagClassName
{
border-color: #5983CC;
}
</style>