Shades of Havelock Blue #5583DB
Tints of Havelock Blue #5583DB
RGB
CMYK
RGB Variations
Color information
#5583DB (or 0x5583DB) is known color: Havelock Blue. HEX triplet: 55, 83 and DB. RGB value is (85,131,219). Sum of RGB (Red+Green+Blue) = 85+131+219=435 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.54% from 435); Green value is 131 (51.56% from 255 or 30.11% from 435); Blue value is 219 (85.94% from 255 or 50.34% from 435); Max value from RGB is 219 - color contains mainly: blue. Hex color #5583DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5583DB is #AA7C24. Grayscale: #7E7E7E. Windows color (decimal): -11172901 or 14386005. OLE color: 14386005.
HSL color Cylindrical-coordinate representation of color #5583DB: hue angle of 219.4º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5583DB is Cyan = 0.61, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 85 | 131 | 219 | - |
| CMYK | 0.61 | 0.40 | 0 | 0.14 |
| HSL | 219.4º | 0.65% | 0.6% | - |
| HSV(B) | 219.4º | 0.61% | 0.86% | - |
| XYZ | 24.65 | 23.28 | 70.21 | - |
| YUV | 127.28 | 179.76 | 97.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 131 | 219 | 0.61 | 0.40 | 0 | 0.14 | 219.4 | 0.65 | 0.6 |
| Hex | 55 | 83 | DB | 3D | 28 | 0 | E | DB | 41 | 3C |
| Octal | 125 | 203 | 333 | 75 | 50 | 0 | 16 | 333 | 101 | 74 |
| Binary | 1010101 | 10000011 | 11011011 | 111101 | 101000 | 0 | 1110 | 11011011 | 1000001 | 111100 |
Color Harmonies of #5583DB
Complementary color
Monochromatic Colors of #5583DB
Black with #5583DB
Text Example
Text Example
White with #5583DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5583DB; }
p { color: rgb(85,131,219); }
H1.HeaderClassName
{
color: #5583DB;
}
.AnyTagClassName
{
color: #5583DB;
}
</style>
background-color css
<style>
a { background-color: #5583DB; }
a { background-color: rgb(85,131,219); }
div.DivClassName
{
background-color: #5583DB;
}
.BgClassName
{
background-color: #5583DB;
}
</style>
border-color css
<style>
span { border-color: #5583DB; }
span { border-color: rgb(85,131,219); }
td.TdClassName
{
border-color: #5583DB;
}
.TagClassName
{
border-color: #5583DB;
}
</style>