Shades of Silver Tree #53BA85
Tints of Silver Tree #53BA85
RGB
CMYK
RGB Variations
Color information
#53BA85 (or 0x53BA85) is known color: Silver Tree. HEX triplet: 53, BA and 85. RGB value is (83,186,133). Sum of RGB (Red+Green+Blue) = 83+186+133=402 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.65% from 402); Green value is 186 (73.05% from 255 or 46.27% from 402); Blue value is 133 (52.34% from 255 or 33.08% from 402); Max value from RGB is 186 - color contains mainly: green. Hex color #53BA85 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53BA85 is #AC457A. Grayscale: #959595. Windows color (decimal): -11289979 or 8763987. OLE color: 8763987.
HSL color Cylindrical-coordinate representation of color #53BA85: hue angle of 149.13º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #53BA85 is Cyan = 0.55, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 83 | 186 | 133 | - |
| CMYK | 0.55 | 0 | 0.28 | 0.27 |
| HSL | 149.13º | 0.43% | 0.53% | - |
| HSV(B) | 149.13º | 0.55% | 0.73% | - |
| XYZ | 25.36 | 38.65 | 28.31 | - |
| YUV | 149.16 | 118.88 | 80.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 186 | 133 | 0.55 | 0 | 0.28 | 0.27 | 149.13 | 0.43 | 0.53 |
| Hex | 53 | BA | 85 | 37 | 0 | 1C | 1B | 95 | 2B | 35 |
| Octal | 123 | 272 | 205 | 67 | 0 | 34 | 33 | 225 | 53 | 65 |
| Binary | 1010011 | 10111010 | 10000101 | 110111 | 0 | 11100 | 11011 | 10010101 | 101011 | 110101 |
Color Harmonies of #53BA85
Complementary color
Monochromatic Colors of #53BA85
Black with #53BA85
Text Example
Text Example
White with #53BA85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53BA85; }
p { color: rgb(83,186,133); }
H1.HeaderClassName
{
color: #53BA85;
}
.AnyTagClassName
{
color: #53BA85;
}
</style>
background-color css
<style>
a { background-color: #53BA85; }
a { background-color: rgb(83,186,133); }
div.DivClassName
{
background-color: #53BA85;
}
.BgClassName
{
background-color: #53BA85;
}
</style>
border-color css
<style>
span { border-color: #53BA85; }
span { border-color: rgb(83,186,133); }
td.TdClassName
{
border-color: #53BA85;
}
.TagClassName
{
border-color: #53BA85;
}
</style>