Shades of Havelock Blue #5983CD
Tints of Havelock Blue #5983CD
RGB
CMYK
RGB Variations
Color information
#5983CD (or 0x5983CD) is known color: Havelock Blue. HEX triplet: 59, 83 and CD. RGB value is (89,131,205). Sum of RGB (Red+Green+Blue) = 89+131+205=425 (56% of max value = 765). Red value is 89 (35.16% from 255 or 20.94% from 425); Green value is 131 (51.56% from 255 or 30.82% from 425); Blue value is 205 (80.47% from 255 or 48.24% from 425); Max value from RGB is 205 - color contains mainly: blue. Hex color #5983CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5983CD is #A67C32. Grayscale: #7E7E7E. Windows color (decimal): -10910771 or 13468505. OLE color: 13468505.
HSL color Cylindrical-coordinate representation of color #5983CD: hue angle of 218.28º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5983CD is Cyan = 0.57, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 89 | 131 | 205 | - |
| CMYK | 0.57 | 0.36 | 0 | 0.20 |
| HSL | 218.28º | 0.54% | 0.58% | - |
| HSV(B) | 218.28º | 0.57% | 0.8% | - |
| XYZ | 23.26 | 22.76 | 60.93 | - |
| YUV | 126.88 | 172.09 | 100.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 131 | 205 | 0.57 | 0.36 | 0 | 0.20 | 218.28 | 0.54 | 0.58 |
| Hex | 59 | 83 | CD | 39 | 24 | 0 | 14 | DA | 36 | 3A |
| Octal | 131 | 203 | 315 | 71 | 44 | 0 | 24 | 332 | 66 | 72 |
| Binary | 1011001 | 10000011 | 11001101 | 111001 | 100100 | 0 | 10100 | 11011010 | 110110 | 111010 |
Color Harmonies of #5983CD
Complementary color
Monochromatic Colors of #5983CD
Black with #5983CD
Text Example
Text Example
White with #5983CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5983CD; }
p { color: rgb(89,131,205); }
H1.HeaderClassName
{
color: #5983CD;
}
.AnyTagClassName
{
color: #5983CD;
}
</style>
background-color css
<style>
a { background-color: #5983CD; }
a { background-color: rgb(89,131,205); }
div.DivClassName
{
background-color: #5983CD;
}
.BgClassName
{
background-color: #5983CD;
}
</style>
border-color css
<style>
span { border-color: #5983CD; }
span { border-color: rgb(89,131,205); }
td.TdClassName
{
border-color: #5983CD;
}
.TagClassName
{
border-color: #5983CD;
}
</style>