Shades of Havelock Blue #5577CD
Tints of Havelock Blue #5577CD
RGB
CMYK
RGB Variations
Color information
#5577CD (or 0x5577CD) is known color: Havelock Blue. HEX triplet: 55, 77 and CD. RGB value is (85,119,205). Sum of RGB (Red+Green+Blue) = 85+119+205=409 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.78% from 409); Green value is 119 (46.88% from 255 or 29.10% from 409); Blue value is 205 (80.47% from 255 or 50.12% from 409); Max value from RGB is 205 - color contains mainly: blue. Hex color #5577CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5577CD is #AA8832. Grayscale: #767676. Windows color (decimal): -11175987 or 13465429. OLE color: 13465429.
HSL color Cylindrical-coordinate representation of color #5577CD: hue angle of 223º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5577CD is Cyan = 0.59, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 85 | 119 | 205 | - |
| CMYK | 0.59 | 0.42 | 0 | 0.20 |
| HSL | 223º | 0.55% | 0.57% | - |
| HSV(B) | 223º | 0.59% | 0.8% | - |
| XYZ | 21.36 | 19.53 | 60.4 | - |
| YUV | 118.64 | 176.74 | 104.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 119 | 205 | 0.59 | 0.42 | 0 | 0.20 | 223 | 0.55 | 0.57 |
| Hex | 55 | 77 | CD | 3B | 2A | 0 | 14 | DF | 37 | 39 |
| Octal | 125 | 167 | 315 | 73 | 52 | 0 | 24 | 337 | 67 | 71 |
| Binary | 1010101 | 1110111 | 11001101 | 111011 | 101010 | 0 | 10100 | 11011111 | 110111 | 111001 |
Color Harmonies of #5577CD
Complementary color
Monochromatic Colors of #5577CD
Black with #5577CD
Text Example
Text Example
White with #5577CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5577CD; }
p { color: rgb(85,119,205); }
H1.HeaderClassName
{
color: #5577CD;
}
.AnyTagClassName
{
color: #5577CD;
}
</style>
background-color css
<style>
a { background-color: #5577CD; }
a { background-color: rgb(85,119,205); }
div.DivClassName
{
background-color: #5577CD;
}
.BgClassName
{
background-color: #5577CD;
}
</style>
border-color css
<style>
span { border-color: #5577CD; }
span { border-color: rgb(85,119,205); }
td.TdClassName
{
border-color: #5577CD;
}
.TagClassName
{
border-color: #5577CD;
}
</style>