Shades of Emerald #53C584
Tints of Emerald #53C584
RGB
CMYK
RGB Variations
Color information
#53C584 (or 0x53C584) is known color: Emerald. HEX triplet: 53, C5 and 84. RGB value is (83,197,132). Sum of RGB (Red+Green+Blue) = 83+197+132=412 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20.15% from 412); Green value is 197 (77.34% from 255 or 47.82% from 412); Blue value is 132 (51.95% from 255 or 32.04% from 412); Max value from RGB is 197 - color contains mainly: green. Hex color #53C584 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53C584 is #AC3A7B. Grayscale: #9B9B9B. Windows color (decimal): -11287164 or 8701267. OLE color: 8701267.
HSL color Cylindrical-coordinate representation of color #53C584: hue angle of 145.79º 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 #53C584 is Cyan = 0.58, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 83 | 197 | 132 | - |
| CMYK | 0.58 | 0 | 0.33 | 0.23 |
| HSL | 145.79º | 0.5% | 0.55% | - |
| HSV(B) | 145.79º | 0.58% | 0.77% | - |
| XYZ | 27.7 | 43.44 | 28.75 | - |
| YUV | 155.5 | 114.73 | 76.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 197 | 132 | 0.58 | 0 | 0.33 | 0.23 | 145.79 | 0.5 | 0.55 |
| Hex | 53 | C5 | 84 | 3A | 0 | 21 | 17 | 92 | 32 | 37 |
| Octal | 123 | 305 | 204 | 72 | 0 | 41 | 27 | 222 | 62 | 67 |
| Binary | 1010011 | 11000101 | 10000100 | 111010 | 0 | 100001 | 10111 | 10010010 | 110010 | 110111 |
Color Harmonies of #53C584
Complementary color
Monochromatic Colors of #53C584
Black with #53C584
Text Example
Text Example
White with #53C584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53C584; }
p { color: rgb(83,197,132); }
H1.HeaderClassName
{
color: #53C584;
}
.AnyTagClassName
{
color: #53C584;
}
</style>
background-color css
<style>
a { background-color: #53C584; }
a { background-color: rgb(83,197,132); }
div.DivClassName
{
background-color: #53C584;
}
.BgClassName
{
background-color: #53C584;
}
</style>
border-color css
<style>
span { border-color: #53C584; }
span { border-color: rgb(83,197,132); }
td.TdClassName
{
border-color: #53C584;
}
.TagClassName
{
border-color: #53C584;
}
</style>