Shades of Havelock Blue #5584BA
Tints of Havelock Blue #5584BA
RGB
CMYK
RGB Variations
Color information
#5584BA (or 0x5584BA) is known color: Havelock Blue. HEX triplet: 55, 84 and BA. RGB value is (85,132,186). Sum of RGB (Red+Green+Blue) = 85+132+186=403 (53% of max value = 765). Red value is 85 (33.59% from 255 or 21.09% from 403); Green value is 132 (51.95% from 255 or 32.75% from 403); Blue value is 186 (73.05% from 255 or 46.15% from 403); Max value from RGB is 186 - color contains mainly: blue. Hex color #5584BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5584BA is #AA7B45. Grayscale: #7B7B7B. Windows color (decimal): -11172678 or 12223573. OLE color: 12223573.
HSL color Cylindrical-coordinate representation of color #5584BA: hue angle of 212.08º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5584BA is Cyan = 0.54, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 85 | 132 | 186 | - |
| CMYK | 0.54 | 0.29 | 0 | 0.27 |
| HSL | 212.08º | 0.42% | 0.53% | - |
| HSV(B) | 212.08º | 0.54% | 0.73% | - |
| XYZ | 20.86 | 21.98 | 49.6 | - |
| YUV | 124.1 | 162.93 | 100.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 132 | 186 | 0.54 | 0.29 | 0 | 0.27 | 212.08 | 0.42 | 0.53 |
| Hex | 55 | 84 | BA | 36 | 1D | 0 | 1B | D4 | 2A | 35 |
| Octal | 125 | 204 | 272 | 66 | 35 | 0 | 33 | 324 | 52 | 65 |
| Binary | 1010101 | 10000100 | 10111010 | 110110 | 11101 | 0 | 11011 | 11010100 | 101010 | 110101 |
Color Harmonies of #5584BA
Complementary color
Monochromatic Colors of #5584BA
Black with #5584BA
Text Example
Text Example
White with #5584BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5584BA; }
p { color: rgb(85,132,186); }
H1.HeaderClassName
{
color: #5584BA;
}
.AnyTagClassName
{
color: #5584BA;
}
</style>
background-color css
<style>
a { background-color: #5584BA; }
a { background-color: rgb(85,132,186); }
div.DivClassName
{
background-color: #5584BA;
}
.BgClassName
{
background-color: #5584BA;
}
</style>
border-color css
<style>
span { border-color: #5584BA; }
span { border-color: rgb(85,132,186); }
td.TdClassName
{
border-color: #5584BA;
}
.TagClassName
{
border-color: #5584BA;
}
</style>