Shades of Emerald #55B777
Tints of Emerald #55B777
RGB
CMYK
RGB Variations
Color information
#55B777 (or 0x55B777) is known color: Emerald. HEX triplet: 55, B7 and 77. RGB value is (85,183,119). Sum of RGB (Red+Green+Blue) = 85+183+119=387 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.96% from 387); Green value is 183 (71.88% from 255 or 47.29% from 387); Blue value is 119 (46.88% from 255 or 30.75% from 387); Max value from RGB is 183 - color contains mainly: green. Hex color #55B777 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55B777 is #AA4888. Grayscale: #929292. Windows color (decimal): -11159689 or 7845717. OLE color: 7845717.
HSL color Cylindrical-coordinate representation of color #55B777: hue angle of 140.82º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #55B777 is Cyan = 0.54, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 85 | 183 | 119 | - |
| CMYK | 0.54 | 0 | 0.35 | 0.28 |
| HSL | 140.82º | 0.4% | 0.53% | - |
| HSV(B) | 140.82º | 0.54% | 0.72% | - |
| XYZ | 24.01 | 37.13 | 23.35 | - |
| YUV | 146.4 | 112.53 | 84.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 183 | 119 | 0.54 | 0 | 0.35 | 0.28 | 140.82 | 0.4 | 0.53 |
| Hex | 55 | B7 | 77 | 36 | 0 | 23 | 1C | 8D | 28 | 35 |
| Octal | 125 | 267 | 167 | 66 | 0 | 43 | 34 | 215 | 50 | 65 |
| Binary | 1010101 | 10110111 | 1110111 | 110110 | 0 | 100011 | 11100 | 10001101 | 101000 | 110101 |
Color Harmonies of #55B777
Complementary color
Monochromatic Colors of #55B777
Black with #55B777
Text Example
Text Example
White with #55B777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55B777; }
p { color: rgb(85,183,119); }
H1.HeaderClassName
{
color: #55B777;
}
.AnyTagClassName
{
color: #55B777;
}
</style>
background-color css
<style>
a { background-color: #55B777; }
a { background-color: rgb(85,183,119); }
div.DivClassName
{
background-color: #55B777;
}
.BgClassName
{
background-color: #55B777;
}
</style>
border-color css
<style>
span { border-color: #55B777; }
span { border-color: rgb(85,183,119); }
td.TdClassName
{
border-color: #55B777;
}
.TagClassName
{
border-color: #55B777;
}
</style>