Shades of Emerald #55C583
Tints of Emerald #55C583
RGB
CMYK
RGB Variations
Color information
#55C583 (or 0x55C583) is known color: Emerald. HEX triplet: 55, C5 and 83. RGB value is (85,197,131). Sum of RGB (Red+Green+Blue) = 85+197+131=413 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.58% from 413); Green value is 197 (77.34% from 255 or 47.70% from 413); Blue value is 131 (51.56% from 255 or 31.72% from 413); Max value from RGB is 197 - color contains mainly: green. Hex color #55C583 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55C583 is #AA3A7C. Grayscale: #9C9C9C. Windows color (decimal): -11156093 or 8635733. OLE color: 8635733.
HSL color Cylindrical-coordinate representation of color #55C583: hue angle of 144.64º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #55C583 is Cyan = 0.57, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 85 | 197 | 131 | - |
| CMYK | 0.57 | 0 | 0.34 | 0.23 |
| HSL | 144.64º | 0.49% | 0.55% | - |
| HSV(B) | 144.64º | 0.57% | 0.77% | - |
| XYZ | 27.81 | 43.5 | 28.4 | - |
| YUV | 155.99 | 113.89 | 77.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 197 | 131 | 0.57 | 0 | 0.34 | 0.23 | 144.64 | 0.49 | 0.55 |
| Hex | 55 | C5 | 83 | 39 | 0 | 22 | 17 | 91 | 31 | 37 |
| Octal | 125 | 305 | 203 | 71 | 0 | 42 | 27 | 221 | 61 | 67 |
| Binary | 1010101 | 11000101 | 10000011 | 111001 | 0 | 100010 | 10111 | 10010001 | 110001 | 110111 |
Color Harmonies of #55C583
Complementary color
Monochromatic Colors of #55C583
Black with #55C583
Text Example
Text Example
White with #55C583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55C583; }
p { color: rgb(85,197,131); }
H1.HeaderClassName
{
color: #55C583;
}
.AnyTagClassName
{
color: #55C583;
}
</style>
background-color css
<style>
a { background-color: #55C583; }
a { background-color: rgb(85,197,131); }
div.DivClassName
{
background-color: #55C583;
}
.BgClassName
{
background-color: #55C583;
}
</style>
border-color css
<style>
span { border-color: #55C583; }
span { border-color: rgb(85,197,131); }
td.TdClassName
{
border-color: #55C583;
}
.TagClassName
{
border-color: #55C583;
}
</style>