Shades of Havelock Blue #5572BA
Tints of Havelock Blue #5572BA
RGB
CMYK
RGB Variations
Color information
#5572BA (or 0x5572BA) is known color: Havelock Blue. HEX triplet: 55, 72 and BA. RGB value is (85,114,186). Sum of RGB (Red+Green+Blue) = 85+114+186=385 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.08% from 385); Green value is 114 (44.92% from 255 or 29.61% from 385); Blue value is 186 (73.05% from 255 or 48.31% from 385); Max value from RGB is 186 - color contains mainly: blue. Hex color #5572BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5572BA is #AA8D45. Grayscale: #717171. Windows color (decimal): -11177286 or 12218965. OLE color: 12218965.
HSL color Cylindrical-coordinate representation of color #5572BA: hue angle of 222.77º 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 #5572BA is Cyan = 0.54, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 85 | 114 | 186 | - |
| CMYK | 0.54 | 0.39 | 0 | 0.27 |
| HSL | 222.77º | 0.42% | 0.53% | - |
| HSV(B) | 222.77º | 0.54% | 0.73% | - |
| XYZ | 18.63 | 17.51 | 48.85 | - |
| YUV | 113.54 | 168.89 | 107.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 114 | 186 | 0.54 | 0.39 | 0 | 0.27 | 222.77 | 0.42 | 0.53 |
| Hex | 55 | 72 | BA | 36 | 27 | 0 | 1B | DF | 2A | 35 |
| Octal | 125 | 162 | 272 | 66 | 47 | 0 | 33 | 337 | 52 | 65 |
| Binary | 1010101 | 1110010 | 10111010 | 110110 | 100111 | 0 | 11011 | 11011111 | 101010 | 110101 |
Color Harmonies of #5572BA
Complementary color
Monochromatic Colors of #5572BA
Black with #5572BA
Text Example
Text Example
White with #5572BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5572BA; }
p { color: rgb(85,114,186); }
H1.HeaderClassName
{
color: #5572BA;
}
.AnyTagClassName
{
color: #5572BA;
}
</style>
background-color css
<style>
a { background-color: #5572BA; }
a { background-color: rgb(85,114,186); }
div.DivClassName
{
background-color: #5572BA;
}
.BgClassName
{
background-color: #5572BA;
}
</style>
border-color css
<style>
span { border-color: #5572BA; }
span { border-color: rgb(85,114,186); }
td.TdClassName
{
border-color: #5572BA;
}
.TagClassName
{
border-color: #5572BA;
}
</style>