Shades of Emerald #53BD85
Tints of Emerald #53BD85
RGB
CMYK
RGB Variations
Color information
#53BD85 (or 0x53BD85) is known color: Emerald. HEX triplet: 53, BD and 85. RGB value is (83,189,133). Sum of RGB (Red+Green+Blue) = 83+189+133=405 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.49% from 405); Green value is 189 (74.22% from 255 or 46.67% from 405); Blue value is 133 (52.34% from 255 or 32.84% from 405); Max value from RGB is 189 - color contains mainly: green. Hex color #53BD85 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53BD85 is #AC427A. Grayscale: #979797. Windows color (decimal): -11289211 or 8764755. OLE color: 8764755.
HSL color Cylindrical-coordinate representation of color #53BD85: hue angle of 148.3º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #53BD85 is Cyan = 0.56, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 83 | 189 | 133 | - |
| CMYK | 0.56 | 0 | 0.30 | 0.26 |
| HSL | 148.3º | 0.45% | 0.53% | - |
| HSV(B) | 148.3º | 0.56% | 0.74% | - |
| XYZ | 26 | 39.93 | 28.53 | - |
| YUV | 150.92 | 117.88 | 79.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 189 | 133 | 0.56 | 0 | 0.30 | 0.26 | 148.3 | 0.45 | 0.53 |
| Hex | 53 | BD | 85 | 38 | 0 | 1E | 1A | 94 | 2D | 35 |
| Octal | 123 | 275 | 205 | 70 | 0 | 36 | 32 | 224 | 55 | 65 |
| Binary | 1010011 | 10111101 | 10000101 | 111000 | 0 | 11110 | 11010 | 10010100 | 101101 | 110101 |
Color Harmonies of #53BD85
Complementary color
Monochromatic Colors of #53BD85
Black with #53BD85
Text Example
Text Example
White with #53BD85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53BD85; }
p { color: rgb(83,189,133); }
H1.HeaderClassName
{
color: #53BD85;
}
.AnyTagClassName
{
color: #53BD85;
}
</style>
background-color css
<style>
a { background-color: #53BD85; }
a { background-color: rgb(83,189,133); }
div.DivClassName
{
background-color: #53BD85;
}
.BgClassName
{
background-color: #53BD85;
}
</style>
border-color css
<style>
span { border-color: #53BD85; }
span { border-color: rgb(83,189,133); }
td.TdClassName
{
border-color: #53BD85;
}
.TagClassName
{
border-color: #53BD85;
}
</style>