Shades of Havelock Blue #5577CB
Tints of Havelock Blue #5577CB
RGB
CMYK
RGB Variations
Color information
#5577CB (or 0x5577CB) is known color: Havelock Blue. HEX triplet: 55, 77 and CB. RGB value is (85,119,203). Sum of RGB (Red+Green+Blue) = 85+119+203=407 (53% of max value = 765). Red value is 85 (33.59% from 255 or 20.88% from 407); Green value is 119 (46.88% from 255 or 29.24% from 407); Blue value is 203 (79.69% from 255 or 49.88% from 407); Max value from RGB is 203 - color contains mainly: blue. Hex color #5577CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5577CB is #AA8834. Grayscale: #767676. Windows color (decimal): -11175989 or 13334357. OLE color: 13334357.
HSL color Cylindrical-coordinate representation of color #5577CB: hue angle of 222.71º 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 #5577CB is Cyan = 0.58, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 85 | 119 | 203 | - |
| CMYK | 0.58 | 0.41 | 0 | 0.20 |
| HSL | 222.71º | 0.53% | 0.56% | - |
| HSV(B) | 222.71º | 0.58% | 0.8% | - |
| XYZ | 21.12 | 19.44 | 59.14 | - |
| YUV | 118.41 | 175.74 | 104.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 119 | 203 | 0.58 | 0.41 | 0 | 0.20 | 222.71 | 0.53 | 0.56 |
| Hex | 55 | 77 | CB | 3A | 29 | 0 | 14 | DF | 35 | 38 |
| Octal | 125 | 167 | 313 | 72 | 51 | 0 | 24 | 337 | 65 | 70 |
| Binary | 1010101 | 1110111 | 11001011 | 111010 | 101001 | 0 | 10100 | 11011111 | 110101 | 111000 |
Color Harmonies of #5577CB
Complementary color
Monochromatic Colors of #5577CB
Black with #5577CB
Text Example
Text Example
White with #5577CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5577CB; }
p { color: rgb(85,119,203); }
H1.HeaderClassName
{
color: #5577CB;
}
.AnyTagClassName
{
color: #5577CB;
}
</style>
background-color css
<style>
a { background-color: #5577CB; }
a { background-color: rgb(85,119,203); }
div.DivClassName
{
background-color: #5577CB;
}
.BgClassName
{
background-color: #5577CB;
}
</style>
border-color css
<style>
span { border-color: #5577CB; }
span { border-color: rgb(85,119,203); }
td.TdClassName
{
border-color: #5577CB;
}
.TagClassName
{
border-color: #5577CB;
}
</style>