Shades of Havelock Blue #5572CB
Tints of Havelock Blue #5572CB
RGB
CMYK
RGB Variations
Color information
#5572CB (or 0x5572CB) is known color: Havelock Blue. HEX triplet: 55, 72 and CB. RGB value is (85,114,203). Sum of RGB (Red+Green+Blue) = 85+114+203=402 (53% of max value = 765). Red value is 85 (33.59% from 255 or 21.14% from 402); Green value is 114 (44.92% from 255 or 28.36% from 402); Blue value is 203 (79.69% from 255 or 50.50% from 402); Max value from RGB is 203 - color contains mainly: blue. Hex color #5572CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5572CB is #AA8D34. Grayscale: #737373. Windows color (decimal): -11177269 or 13333077. OLE color: 13333077.
HSL color Cylindrical-coordinate representation of color #5572CB: hue angle of 225.25º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5572CB is Cyan = 0.58, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 85 | 114 | 203 | - |
| CMYK | 0.58 | 0.44 | 0 | 0.20 |
| HSL | 225.25º | 0.53% | 0.56% | - |
| HSV(B) | 225.25º | 0.58% | 0.8% | - |
| XYZ | 20.54 | 18.28 | 58.95 | - |
| YUV | 115.48 | 177.39 | 106.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 114 | 203 | 0.58 | 0.44 | 0 | 0.20 | 225.25 | 0.53 | 0.56 |
| Hex | 55 | 72 | CB | 3A | 2C | 0 | 14 | E1 | 35 | 38 |
| Octal | 125 | 162 | 313 | 72 | 54 | 0 | 24 | 341 | 65 | 70 |
| Binary | 1010101 | 1110010 | 11001011 | 111010 | 101100 | 0 | 10100 | 11100001 | 110101 | 111000 |
Color Harmonies of #5572CB
Complementary color
Monochromatic Colors of #5572CB
Black with #5572CB
Text Example
Text Example
White with #5572CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5572CB; }
p { color: rgb(85,114,203); }
H1.HeaderClassName
{
color: #5572CB;
}
.AnyTagClassName
{
color: #5572CB;
}
</style>
background-color css
<style>
a { background-color: #5572CB; }
a { background-color: rgb(85,114,203); }
div.DivClassName
{
background-color: #5572CB;
}
.BgClassName
{
background-color: #5572CB;
}
</style>
border-color css
<style>
span { border-color: #5572CB; }
span { border-color: rgb(85,114,203); }
td.TdClassName
{
border-color: #5572CB;
}
.TagClassName
{
border-color: #5572CB;
}
</style>