Shades of Havelock Blue #5585BA
Tints of Havelock Blue #5585BA
RGB
CMYK
RGB Variations
Color information
#5585BA (or 0x5585BA) is known color: Havelock Blue. HEX triplet: 55, 85 and BA. RGB value is (85,133,186). Sum of RGB (Red+Green+Blue) = 85+133+186=404 (53% of max value = 765). Red value is 85 (33.59% from 255 or 21.04% from 404); Green value is 133 (52.34% from 255 or 32.92% from 404); Blue value is 186 (73.05% from 255 or 46.04% from 404); Max value from RGB is 186 - color contains mainly: blue. Hex color #5585BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5585BA is #AA7A45. Grayscale: #7C7C7C. Windows color (decimal): -11172422 or 12223829. OLE color: 12223829.
HSL color Cylindrical-coordinate representation of color #5585BA: hue angle of 211.49º 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 #5585BA is Cyan = 0.54, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 85 | 133 | 186 | - |
| CMYK | 0.54 | 0.28 | 0 | 0.27 |
| HSL | 211.49º | 0.42% | 0.53% | - |
| HSV(B) | 211.49º | 0.54% | 0.73% | - |
| XYZ | 21 | 22.25 | 49.64 | - |
| YUV | 124.69 | 162.6 | 99.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 133 | 186 | 0.54 | 0.28 | 0 | 0.27 | 211.49 | 0.42 | 0.53 |
| Hex | 55 | 85 | BA | 36 | 1C | 0 | 1B | D3 | 2A | 35 |
| Octal | 125 | 205 | 272 | 66 | 34 | 0 | 33 | 323 | 52 | 65 |
| Binary | 1010101 | 10000101 | 10111010 | 110110 | 11100 | 0 | 11011 | 11010011 | 101010 | 110101 |
Color Harmonies of #5585BA
Complementary color
Monochromatic Colors of #5585BA
Black with #5585BA
Text Example
Text Example
White with #5585BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5585BA; }
p { color: rgb(85,133,186); }
H1.HeaderClassName
{
color: #5585BA;
}
.AnyTagClassName
{
color: #5585BA;
}
</style>
background-color css
<style>
a { background-color: #5585BA; }
a { background-color: rgb(85,133,186); }
div.DivClassName
{
background-color: #5585BA;
}
.BgClassName
{
background-color: #5585BA;
}
</style>
border-color css
<style>
span { border-color: #5585BA; }
span { border-color: rgb(85,133,186); }
td.TdClassName
{
border-color: #5585BA;
}
.TagClassName
{
border-color: #5585BA;
}
</style>