Shades of Havelock Blue #5577C9
Tints of Havelock Blue #5577C9
RGB
CMYK
RGB Variations
Color information
#5577C9 (or 0x5577C9) is known color: Havelock Blue. HEX triplet: 55, 77 and C9. RGB value is (85,119,201). Sum of RGB (Red+Green+Blue) = 85+119+201=405 (53% of max value = 765). Red value is 85 (33.59% from 255 or 20.99% from 405); Green value is 119 (46.88% from 255 or 29.38% from 405); Blue value is 201 (78.91% from 255 or 49.63% from 405); Max value from RGB is 201 - color contains mainly: blue. Hex color #5577C9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5577C9 is #AA8836. Grayscale: #757575. Windows color (decimal): -11175991 or 13203285. OLE color: 13203285.
HSL color Cylindrical-coordinate representation of color #5577C9: hue angle of 222.41º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5577C9 is Cyan = 0.58, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 85 | 119 | 201 | - |
| CMYK | 0.58 | 0.41 | 0 | 0.21 |
| HSL | 222.41º | 0.52% | 0.56% | - |
| HSV(B) | 222.41º | 0.58% | 0.79% | - |
| XYZ | 20.89 | 19.34 | 57.89 | - |
| YUV | 118.18 | 174.74 | 104.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 119 | 201 | 0.58 | 0.41 | 0 | 0.21 | 222.41 | 0.52 | 0.56 |
| Hex | 55 | 77 | C9 | 3A | 29 | 0 | 15 | DE | 34 | 38 |
| Octal | 125 | 167 | 311 | 72 | 51 | 0 | 25 | 336 | 64 | 70 |
| Binary | 1010101 | 1110111 | 11001001 | 111010 | 101001 | 0 | 10101 | 11011110 | 110100 | 111000 |
Color Harmonies of #5577C9
Complementary color
Monochromatic Colors of #5577C9
Black with #5577C9
Text Example
Text Example
White with #5577C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5577C9; }
p { color: rgb(85,119,201); }
H1.HeaderClassName
{
color: #5577C9;
}
.AnyTagClassName
{
color: #5577C9;
}
</style>
background-color css
<style>
a { background-color: #5577C9; }
a { background-color: rgb(85,119,201); }
div.DivClassName
{
background-color: #5577C9;
}
.BgClassName
{
background-color: #5577C9;
}
</style>
border-color css
<style>
span { border-color: #5577C9; }
span { border-color: rgb(85,119,201); }
td.TdClassName
{
border-color: #5577C9;
}
.TagClassName
{
border-color: #5577C9;
}
</style>