Shades of Havelock Blue #5577D1
Tints of Havelock Blue #5577D1
RGB
CMYK
RGB Variations
Color information
#5577D1 (or 0x5577D1) is known color: Havelock Blue. HEX triplet: 55, 77 and D1. RGB value is (85,119,209). Sum of RGB (Red+Green+Blue) = 85+119+209=413 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.58% from 413); Green value is 119 (46.88% from 255 or 28.81% from 413); Blue value is 209 (82.03% from 255 or 50.61% from 413); Max value from RGB is 209 - color contains mainly: blue. Hex color #5577D1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5577D1 is #AA882E. Grayscale: #767676. Windows color (decimal): -11175983 or 13727573. OLE color: 13727573.
HSL color Cylindrical-coordinate representation of color #5577D1: hue angle of 223.55º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5577D1 is Cyan = 0.59, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 85 | 119 | 209 | - |
| CMYK | 0.59 | 0.43 | 0 | 0.18 |
| HSL | 223.55º | 0.57% | 0.58% | - |
| HSV(B) | 223.55º | 0.59% | 0.82% | - |
| XYZ | 21.85 | 19.73 | 62.98 | - |
| YUV | 119.09 | 178.74 | 103.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 119 | 209 | 0.59 | 0.43 | 0 | 0.18 | 223.55 | 0.57 | 0.58 |
| Hex | 55 | 77 | D1 | 3B | 2B | 0 | 12 | E0 | 39 | 3A |
| Octal | 125 | 167 | 321 | 73 | 53 | 0 | 22 | 340 | 71 | 72 |
| Binary | 1010101 | 1110111 | 11010001 | 111011 | 101011 | 0 | 10010 | 11100000 | 111001 | 111010 |
Color Harmonies of #5577D1
Complementary color
Monochromatic Colors of #5577D1
Black with #5577D1
Text Example
Text Example
White with #5577D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5577D1; }
p { color: rgb(85,119,209); }
H1.HeaderClassName
{
color: #5577D1;
}
.AnyTagClassName
{
color: #5577D1;
}
</style>
background-color css
<style>
a { background-color: #5577D1; }
a { background-color: rgb(85,119,209); }
div.DivClassName
{
background-color: #5577D1;
}
.BgClassName
{
background-color: #5577D1;
}
</style>
border-color css
<style>
span { border-color: #5577D1; }
span { border-color: rgb(85,119,209); }
td.TdClassName
{
border-color: #5577D1;
}
.TagClassName
{
border-color: #5577D1;
}
</style>