Shades of Silver Tree #53BB86
Tints of Silver Tree #53BB86
RGB
CMYK
RGB Variations
Color information
#53BB86 (or 0x53BB86) is known color: Silver Tree. HEX triplet: 53, BB and 86. RGB value is (83,187,134). Sum of RGB (Red+Green+Blue) = 83+187+134=404 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.54% from 404); Green value is 187 (73.44% from 255 or 46.29% from 404); Blue value is 134 (52.73% from 255 or 33.17% from 404); Max value from RGB is 187 - color contains mainly: green. Hex color #53BB86 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53BB86 is #AC4479. Grayscale: #959595. Windows color (decimal): -11289722 or 8829779. OLE color: 8829779.
HSL color Cylindrical-coordinate representation of color #53BB86: hue angle of 149.42º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #53BB86 is Cyan = 0.56, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 83 | 187 | 134 | - |
| CMYK | 0.56 | 0 | 0.28 | 0.27 |
| HSL | 149.42º | 0.43% | 0.53% | - |
| HSV(B) | 149.42º | 0.56% | 0.73% | - |
| XYZ | 25.64 | 39.1 | 28.75 | - |
| YUV | 149.86 | 119.04 | 80.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 187 | 134 | 0.56 | 0 | 0.28 | 0.27 | 149.42 | 0.43 | 0.53 |
| Hex | 53 | BB | 86 | 38 | 0 | 1C | 1B | 95 | 2B | 35 |
| Octal | 123 | 273 | 206 | 70 | 0 | 34 | 33 | 225 | 53 | 65 |
| Binary | 1010011 | 10111011 | 10000110 | 111000 | 0 | 11100 | 11011 | 10010101 | 101011 | 110101 |
Color Harmonies of #53BB86
Complementary color
Monochromatic Colors of #53BB86
Black with #53BB86
Text Example
Text Example
White with #53BB86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53BB86; }
p { color: rgb(83,187,134); }
H1.HeaderClassName
{
color: #53BB86;
}
.AnyTagClassName
{
color: #53BB86;
}
</style>
background-color css
<style>
a { background-color: #53BB86; }
a { background-color: rgb(83,187,134); }
div.DivClassName
{
background-color: #53BB86;
}
.BgClassName
{
background-color: #53BB86;
}
</style>
border-color css
<style>
span { border-color: #53BB86; }
span { border-color: rgb(83,187,134); }
td.TdClassName
{
border-color: #53BB86;
}
.TagClassName
{
border-color: #53BB86;
}
</style>