Shades of Silver Tree #53BC8B
Tints of Silver Tree #53BC8B
RGB
CMYK
RGB Variations
Color information
#53BC8B (or 0x53BC8B) is known color: Silver Tree. HEX triplet: 53, BC and 8B. RGB value is (83,188,139). Sum of RGB (Red+Green+Blue) = 83+188+139=410 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20.24% from 410); Green value is 188 (73.83% from 255 or 45.85% from 410); Blue value is 139 (54.69% from 255 or 33.90% from 410); Max value from RGB is 188 - color contains mainly: green. Hex color #53BC8B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53BC8B is #AC4374. Grayscale: #979797. Windows color (decimal): -11289461 or 9157715. OLE color: 9157715.
HSL color Cylindrical-coordinate representation of color #53BC8B: hue angle of 152º degrees, saturation: 0.44, 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 #53BC8B is Cyan = 0.56, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 83 | 188 | 139 | - |
| CMYK | 0.56 | 0 | 0.26 | 0.26 |
| HSL | 152º | 0.44% | 0.53% | - |
| HSV(B) | 152º | 0.56% | 0.74% | - |
| XYZ | 26.21 | 39.67 | 30.7 | - |
| YUV | 151.02 | 121.21 | 79.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 188 | 139 | 0.56 | 0 | 0.26 | 0.26 | 152 | 0.44 | 0.53 |
| Hex | 53 | BC | 8B | 38 | 0 | 1A | 1A | 98 | 2C | 35 |
| Octal | 123 | 274 | 213 | 70 | 0 | 32 | 32 | 230 | 54 | 65 |
| Binary | 1010011 | 10111100 | 10001011 | 111000 | 0 | 11010 | 11010 | 10011000 | 101100 | 110101 |
Color Harmonies of #53BC8B
Complementary color
Monochromatic Colors of #53BC8B
Black with #53BC8B
Text Example
Text Example
White with #53BC8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53BC8B; }
p { color: rgb(83,188,139); }
H1.HeaderClassName
{
color: #53BC8B;
}
.AnyTagClassName
{
color: #53BC8B;
}
</style>
background-color css
<style>
a { background-color: #53BC8B; }
a { background-color: rgb(83,188,139); }
div.DivClassName
{
background-color: #53BC8B;
}
.BgClassName
{
background-color: #53BC8B;
}
</style>
border-color css
<style>
span { border-color: #53BC8B; }
span { border-color: rgb(83,188,139); }
td.TdClassName
{
border-color: #53BC8B;
}
.TagClassName
{
border-color: #53BC8B;
}
</style>