Shades of Emerald #53C587
Tints of Emerald #53C587
RGB
CMYK
RGB Variations
Color information
#53C587 (or 0x53C587) is known color: Emerald. HEX triplet: 53, C5 and 87. RGB value is (83,197,135). Sum of RGB (Red+Green+Blue) = 83+197+135=415 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20% from 415); Green value is 197 (77.34% from 255 or 47.47% from 415); Blue value is 135 (53.12% from 255 or 32.53% from 415); Max value from RGB is 197 - color contains mainly: green. Hex color #53C587 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53C587 is #AC3A78. Grayscale: #9B9B9B. Windows color (decimal): -11287161 or 8897875. OLE color: 8897875.
HSL color Cylindrical-coordinate representation of color #53C587: hue angle of 147.37º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #53C587 is Cyan = 0.58, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 83 | 197 | 135 | - |
| CMYK | 0.58 | 0 | 0.31 | 0.23 |
| HSL | 147.37º | 0.5% | 0.55% | - |
| HSV(B) | 147.37º | 0.58% | 0.77% | - |
| XYZ | 27.91 | 43.52 | 29.85 | - |
| YUV | 155.85 | 116.23 | 76.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 197 | 135 | 0.58 | 0 | 0.31 | 0.23 | 147.37 | 0.5 | 0.55 |
| Hex | 53 | C5 | 87 | 3A | 0 | 1F | 17 | 93 | 32 | 37 |
| Octal | 123 | 305 | 207 | 72 | 0 | 37 | 27 | 223 | 62 | 67 |
| Binary | 1010011 | 11000101 | 10000111 | 111010 | 0 | 11111 | 10111 | 10010011 | 110010 | 110111 |
Color Harmonies of #53C587
Complementary color
Monochromatic Colors of #53C587
Black with #53C587
Text Example
Text Example
White with #53C587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53C587; }
p { color: rgb(83,197,135); }
H1.HeaderClassName
{
color: #53C587;
}
.AnyTagClassName
{
color: #53C587;
}
</style>
background-color css
<style>
a { background-color: #53C587; }
a { background-color: rgb(83,197,135); }
div.DivClassName
{
background-color: #53C587;
}
.BgClassName
{
background-color: #53C587;
}
</style>
border-color css
<style>
span { border-color: #53C587; }
span { border-color: rgb(83,197,135); }
td.TdClassName
{
border-color: #53C587;
}
.TagClassName
{
border-color: #53C587;
}
</style>