Shades of Emerald #53D586
Tints of Emerald #53D586
RGB
CMYK
RGB Variations
Color information
#53D586 (or 0x53D586) is known color: Emerald. HEX triplet: 53, D5 and 86. RGB value is (83,213,134). Sum of RGB (Red+Green+Blue) = 83+213+134=430 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.30% from 430); Green value is 213 (83.59% from 255 or 49.53% from 430); Blue value is 134 (52.73% from 255 or 31.16% from 430); Max value from RGB is 213 - color contains mainly: green. Hex color #53D586 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53D586 is #AC2A79. Grayscale: #A5A5A5. Windows color (decimal): -11283066 or 8836435. OLE color: 8836435.
HSL color Cylindrical-coordinate representation of color #53D586: hue angle of 143.54º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #53D586 is Cyan = 0.61, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 83 | 213 | 134 | - |
| CMYK | 0.61 | 0 | 0.37 | 0.16 |
| HSL | 143.54º | 0.61% | 0.58% | - |
| HSV(B) | 143.54º | 0.61% | 0.84% | - |
| XYZ | 31.66 | 51.15 | 30.76 | - |
| YUV | 165.12 | 110.43 | 69.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 213 | 134 | 0.61 | 0 | 0.37 | 0.16 | 143.54 | 0.61 | 0.58 |
| Hex | 53 | D5 | 86 | 3D | 0 | 25 | 10 | 90 | 3D | 3A |
| Octal | 123 | 325 | 206 | 75 | 0 | 45 | 20 | 220 | 75 | 72 |
| Binary | 1010011 | 11010101 | 10000110 | 111101 | 0 | 100101 | 10000 | 10010000 | 111101 | 111010 |
Color Harmonies of #53D586
Complementary color
Monochromatic Colors of #53D586
Black with #53D586
Text Example
Text Example
White with #53D586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53D586; }
p { color: rgb(83,213,134); }
H1.HeaderClassName
{
color: #53D586;
}
.AnyTagClassName
{
color: #53D586;
}
</style>
background-color css
<style>
a { background-color: #53D586; }
a { background-color: rgb(83,213,134); }
div.DivClassName
{
background-color: #53D586;
}
.BgClassName
{
background-color: #53D586;
}
</style>
border-color css
<style>
span { border-color: #53D586; }
span { border-color: rgb(83,213,134); }
td.TdClassName
{
border-color: #53D586;
}
.TagClassName
{
border-color: #53D586;
}
</style>