Shades of Silver Tree #53BC86
Tints of Silver Tree #53BC86
RGB
CMYK
RGB Variations
Color information
#53BC86 (or 0x53BC86) is known color: Silver Tree. HEX triplet: 53, BC and 86. RGB value is (83,188,134). Sum of RGB (Red+Green+Blue) = 83+188+134=405 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.49% from 405); Green value is 188 (73.83% from 255 or 46.42% from 405); Blue value is 134 (52.73% from 255 or 33.09% from 405); Max value from RGB is 188 - color contains mainly: green. Hex color #53BC86 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53BC86 is #AC4379. Grayscale: #969696. Windows color (decimal): -11289466 or 8830035. OLE color: 8830035.
HSL color Cylindrical-coordinate representation of color #53BC86: hue angle of 149.14º 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 #53BC86 is Cyan = 0.56, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 83 | 188 | 134 | - |
| CMYK | 0.56 | 0 | 0.29 | 0.26 |
| HSL | 149.14º | 0.44% | 0.53% | - |
| HSV(B) | 149.14º | 0.56% | 0.74% | - |
| XYZ | 25.85 | 39.53 | 28.82 | - |
| YUV | 150.45 | 118.71 | 79.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 188 | 134 | 0.56 | 0 | 0.29 | 0.26 | 149.14 | 0.44 | 0.53 |
| Hex | 53 | BC | 86 | 38 | 0 | 1D | 1A | 95 | 2C | 35 |
| Octal | 123 | 274 | 206 | 70 | 0 | 35 | 32 | 225 | 54 | 65 |
| Binary | 1010011 | 10111100 | 10000110 | 111000 | 0 | 11101 | 11010 | 10010101 | 101100 | 110101 |
Color Harmonies of #53BC86
Complementary color
Monochromatic Colors of #53BC86
Black with #53BC86
Text Example
Text Example
White with #53BC86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53BC86; }
p { color: rgb(83,188,134); }
H1.HeaderClassName
{
color: #53BC86;
}
.AnyTagClassName
{
color: #53BC86;
}
</style>
background-color css
<style>
a { background-color: #53BC86; }
a { background-color: rgb(83,188,134); }
div.DivClassName
{
background-color: #53BC86;
}
.BgClassName
{
background-color: #53BC86;
}
</style>
border-color css
<style>
span { border-color: #53BC86; }
span { border-color: rgb(83,188,134); }
td.TdClassName
{
border-color: #53BC86;
}
.TagClassName
{
border-color: #53BC86;
}
</style>