Shades of Silver Tree #54BA86
Tints of Silver Tree #54BA86
RGB
CMYK
RGB Variations
Color information
#54BA86 (or 0x54BA86) is known color: Silver Tree. HEX triplet: 54, BA and 86. RGB value is (84,186,134). Sum of RGB (Red+Green+Blue) = 84+186+134=404 (53% of max value = 765). Red value is 84 (33.20% from 255 or 20.79% from 404); Green value is 186 (73.05% from 255 or 46.04% from 404); Blue value is 134 (52.73% from 255 or 33.17% from 404); Max value from RGB is 186 - color contains mainly: green. Hex color #54BA86 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #54BA86 is #AB4579. Grayscale: #959595. Windows color (decimal): -11224442 or 8829524. OLE color: 8829524.
HSL color Cylindrical-coordinate representation of color #54BA86: hue angle of 149.41º 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 #54BA86 is Cyan = 0.55, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 84 | 186 | 134 | - |
| CMYK | 0.55 | 0 | 0.28 | 0.27 |
| HSL | 149.41º | 0.43% | 0.53% | - |
| HSV(B) | 149.41º | 0.55% | 0.73% | - |
| XYZ | 25.52 | 38.72 | 28.68 | - |
| YUV | 149.57 | 119.21 | 81.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 186 | 134 | 0.55 | 0 | 0.28 | 0.27 | 149.41 | 0.43 | 0.53 |
| Hex | 54 | BA | 86 | 37 | 0 | 1C | 1B | 95 | 2A | 35 |
| Octal | 124 | 272 | 206 | 67 | 0 | 34 | 33 | 225 | 52 | 65 |
| Binary | 1010100 | 10111010 | 10000110 | 110111 | 0 | 11100 | 11011 | 10010101 | 101010 | 110101 |
Color Harmonies of #54BA86
Complementary color
Monochromatic Colors of #54BA86
Black with #54BA86
Text Example
Text Example
White with #54BA86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54BA86; }
p { color: rgb(84,186,134); }
H1.HeaderClassName
{
color: #54BA86;
}
.AnyTagClassName
{
color: #54BA86;
}
</style>
background-color css
<style>
a { background-color: #54BA86; }
a { background-color: rgb(84,186,134); }
div.DivClassName
{
background-color: #54BA86;
}
.BgClassName
{
background-color: #54BA86;
}
</style>
border-color css
<style>
span { border-color: #54BA86; }
span { border-color: rgb(84,186,134); }
td.TdClassName
{
border-color: #54BA86;
}
.TagClassName
{
border-color: #54BA86;
}
</style>