Shades of Emerald #56C588
Tints of Emerald #56C588
RGB
CMYK
RGB Variations
Color information
#56C588 (or 0x56C588) is known color: Emerald. HEX triplet: 56, C5 and 88. RGB value is (86,197,136). Sum of RGB (Red+Green+Blue) = 86+197+136=419 (55% of max value = 765). Red value is 86 (33.98% from 255 or 20.53% from 419); Green value is 197 (77.34% from 255 or 47.02% from 419); Blue value is 136 (53.52% from 255 or 32.46% from 419); Max value from RGB is 197 - color contains mainly: green. Hex color #56C588 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #56C588 is #A93A77. Grayscale: #9C9C9C. Windows color (decimal): -11090552 or 8963414. OLE color: 8963414.
HSL color Cylindrical-coordinate representation of color #56C588: hue angle of 147.03º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #56C588 is Cyan = 0.56, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 86 | 197 | 136 | - |
| CMYK | 0.56 | 0 | 0.31 | 0.23 |
| HSL | 147.03º | 0.49% | 0.55% | - |
| HSV(B) | 147.03º | 0.56% | 0.77% | - |
| XYZ | 28.25 | 43.69 | 30.24 | - |
| YUV | 156.86 | 116.23 | 77.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 197 | 136 | 0.56 | 0 | 0.31 | 0.23 | 147.03 | 0.49 | 0.55 |
| Hex | 56 | C5 | 88 | 38 | 0 | 1F | 17 | 93 | 31 | 37 |
| Octal | 126 | 305 | 210 | 70 | 0 | 37 | 27 | 223 | 61 | 67 |
| Binary | 1010110 | 11000101 | 10001000 | 111000 | 0 | 11111 | 10111 | 10010011 | 110001 | 110111 |
Color Harmonies of #56C588
Complementary color
Monochromatic Colors of #56C588
Black with #56C588
Text Example
Text Example
White with #56C588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56C588; }
p { color: rgb(86,197,136); }
H1.HeaderClassName
{
color: #56C588;
}
.AnyTagClassName
{
color: #56C588;
}
</style>
background-color css
<style>
a { background-color: #56C588; }
a { background-color: rgb(86,197,136); }
div.DivClassName
{
background-color: #56C588;
}
.BgClassName
{
background-color: #56C588;
}
</style>
border-color css
<style>
span { border-color: #56C588; }
span { border-color: rgb(86,197,136); }
td.TdClassName
{
border-color: #56C588;
}
.TagClassName
{
border-color: #56C588;
}
</style>