Shades of Havelock Blue #5584DB
Tints of Havelock Blue #5584DB
RGB
CMYK
RGB Variations
Color information
#5584DB (or 0x5584DB) is known color: Havelock Blue. HEX triplet: 55, 84 and DB. RGB value is (85,132,219). Sum of RGB (Red+Green+Blue) = 85+132+219=436 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.50% from 436); Green value is 132 (51.95% from 255 or 30.28% from 436); Blue value is 219 (85.94% from 255 or 50.23% from 436); Max value from RGB is 219 - color contains mainly: blue. Hex color #5584DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5584DB is #AA7B24. Grayscale: #7F7F7F. Windows color (decimal): -11172645 or 14386261. OLE color: 14386261.
HSL color Cylindrical-coordinate representation of color #5584DB: hue angle of 218.96º 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 #5584DB is Cyan = 0.61, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 85 | 132 | 219 | - |
| CMYK | 0.61 | 0.40 | 0 | 0.14 |
| HSL | 218.96º | 0.65% | 0.6% | - |
| HSV(B) | 218.96º | 0.61% | 0.86% | - |
| XYZ | 24.78 | 23.55 | 70.26 | - |
| YUV | 127.87 | 179.43 | 97.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 132 | 219 | 0.61 | 0.40 | 0 | 0.14 | 218.96 | 0.65 | 0.6 |
| Hex | 55 | 84 | DB | 3D | 28 | 0 | E | DB | 41 | 3C |
| Octal | 125 | 204 | 333 | 75 | 50 | 0 | 16 | 333 | 101 | 74 |
| Binary | 1010101 | 10000100 | 11011011 | 111101 | 101000 | 0 | 1110 | 11011011 | 1000001 | 111100 |
Color Harmonies of #5584DB
Complementary color
Monochromatic Colors of #5584DB
Black with #5584DB
Text Example
Text Example
White with #5584DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5584DB; }
p { color: rgb(85,132,219); }
H1.HeaderClassName
{
color: #5584DB;
}
.AnyTagClassName
{
color: #5584DB;
}
</style>
background-color css
<style>
a { background-color: #5584DB; }
a { background-color: rgb(85,132,219); }
div.DivClassName
{
background-color: #5584DB;
}
.BgClassName
{
background-color: #5584DB;
}
</style>
border-color css
<style>
span { border-color: #5584DB; }
span { border-color: rgb(85,132,219); }
td.TdClassName
{
border-color: #5584DB;
}
.TagClassName
{
border-color: #5584DB;
}
</style>