Shades of Emerald #53B883
Tints of Emerald #53B883
RGB
CMYK
RGB Variations
Color information
#53B883 (or 0x53B883) is known color: Emerald. HEX triplet: 53, B8 and 83. RGB value is (83,184,131). Sum of RGB (Red+Green+Blue) = 83+184+131=398 (52% of max value = 765). Red value is 83 (32.81% from 255 or 20.85% from 398); Green value is 184 (72.27% from 255 or 46.23% from 398); Blue value is 131 (51.56% from 255 or 32.91% from 398); Max value from RGB is 184 - color contains mainly: green. Hex color #53B883 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53B883 is #AC477C. Grayscale: #939393. Windows color (decimal): -11290493 or 8632403. OLE color: 8632403.
HSL color Cylindrical-coordinate representation of color #53B883: hue angle of 148.51º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #53B883 is Cyan = 0.55, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 83 | 184 | 131 | - |
| CMYK | 0.55 | 0 | 0.29 | 0.28 |
| HSL | 148.51º | 0.42% | 0.52% | - |
| HSV(B) | 148.51º | 0.55% | 0.72% | - |
| XYZ | 24.8 | 37.76 | 27.45 | - |
| YUV | 147.76 | 118.54 | 81.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 184 | 131 | 0.55 | 0 | 0.29 | 0.28 | 148.51 | 0.42 | 0.52 |
| Hex | 53 | B8 | 83 | 37 | 0 | 1D | 1C | 95 | 2A | 34 |
| Octal | 123 | 270 | 203 | 67 | 0 | 35 | 34 | 225 | 52 | 64 |
| Binary | 1010011 | 10111000 | 10000011 | 110111 | 0 | 11101 | 11100 | 10010101 | 101010 | 110100 |
Color Harmonies of #53B883
Complementary color
Monochromatic Colors of #53B883
Black with #53B883
Text Example
Text Example
White with #53B883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53B883; }
p { color: rgb(83,184,131); }
H1.HeaderClassName
{
color: #53B883;
}
.AnyTagClassName
{
color: #53B883;
}
</style>
background-color css
<style>
a { background-color: #53B883; }
a { background-color: rgb(83,184,131); }
div.DivClassName
{
background-color: #53B883;
}
.BgClassName
{
background-color: #53B883;
}
</style>
border-color css
<style>
span { border-color: #53B883; }
span { border-color: rgb(83,184,131); }
td.TdClassName
{
border-color: #53B883;
}
.TagClassName
{
border-color: #53B883;
}
</style>