Shades of Havelock Blue #5572C0
Tints of Havelock Blue #5572C0
RGB
CMYK
RGB Variations
Color information
#5572C0 (or 0x5572C0) is known color: Havelock Blue. HEX triplet: 55, 72 and C0. RGB value is (85,114,192). Sum of RGB (Red+Green+Blue) = 85+114+192=391 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.74% from 391); Green value is 114 (44.92% from 255 or 29.16% from 391); Blue value is 192 (75.39% from 255 or 49.10% from 391); Max value from RGB is 192 - color contains mainly: blue. Hex color #5572C0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5572C0 is #AA8D3F. Grayscale: #717171. Windows color (decimal): -11177280 or 12612181. OLE color: 12612181.
HSL color Cylindrical-coordinate representation of color #5572C0: hue angle of 223.74º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5572C0 is Cyan = 0.56, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 85 | 114 | 192 | - |
| CMYK | 0.56 | 0.41 | 0 | 0.25 |
| HSL | 223.74º | 0.46% | 0.54% | - |
| HSV(B) | 223.74º | 0.56% | 0.75% | - |
| XYZ | 19.28 | 17.77 | 52.28 | - |
| YUV | 114.22 | 171.89 | 107.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 114 | 192 | 0.56 | 0.41 | 0 | 0.25 | 223.74 | 0.46 | 0.54 |
| Hex | 55 | 72 | C0 | 38 | 29 | 0 | 19 | E0 | 2E | 36 |
| Octal | 125 | 162 | 300 | 70 | 51 | 0 | 31 | 340 | 56 | 66 |
| Binary | 1010101 | 1110010 | 11000000 | 111000 | 101001 | 0 | 11001 | 11100000 | 101110 | 110110 |
Color Harmonies of #5572C0
Complementary color
Monochromatic Colors of #5572C0
Black with #5572C0
Text Example
Text Example
White with #5572C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5572C0; }
p { color: rgb(85,114,192); }
H1.HeaderClassName
{
color: #5572C0;
}
.AnyTagClassName
{
color: #5572C0;
}
</style>
background-color css
<style>
a { background-color: #5572C0; }
a { background-color: rgb(85,114,192); }
div.DivClassName
{
background-color: #5572C0;
}
.BgClassName
{
background-color: #5572C0;
}
</style>
border-color css
<style>
span { border-color: #5572C0; }
span { border-color: rgb(85,114,192); }
td.TdClassName
{
border-color: #5572C0;
}
.TagClassName
{
border-color: #5572C0;
}
</style>