Shades of Silver Tree #54B686
Tints of Silver Tree #54B686
RGB
CMYK
RGB Variations
Color information
#54B686 (or 0x54B686) is known color: Silver Tree. HEX triplet: 54, B6 and 86. RGB value is (84,182,134). Sum of RGB (Red+Green+Blue) = 84+182+134=400 (52% of max value = 765). Red value is 84 (33.20% from 255 or 21% from 400); Green value is 182 (71.48% from 255 or 45.5% from 400); Blue value is 134 (52.73% from 255 or 33.5% from 400); Max value from RGB is 182 - color contains mainly: green. Hex color #54B686 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #54B686 is #AB4979. Grayscale: #939393. Windows color (decimal): -11225466 or 8828500. OLE color: 8828500.
HSL color Cylindrical-coordinate representation of color #54B686: hue angle of 150.61º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #54B686 is Cyan = 0.54, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 84 | 182 | 134 | - |
| CMYK | 0.54 | 0 | 0.26 | 0.29 |
| HSL | 150.61º | 0.4% | 0.52% | - |
| HSV(B) | 150.61º | 0.54% | 0.71% | - |
| XYZ | 24.69 | 37.06 | 28.41 | - |
| YUV | 147.23 | 120.53 | 82.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 182 | 134 | 0.54 | 0 | 0.26 | 0.29 | 150.61 | 0.4 | 0.52 |
| Hex | 54 | B6 | 86 | 36 | 0 | 1A | 1D | 97 | 28 | 34 |
| Octal | 124 | 266 | 206 | 66 | 0 | 32 | 35 | 227 | 50 | 64 |
| Binary | 1010100 | 10110110 | 10000110 | 110110 | 0 | 11010 | 11101 | 10010111 | 101000 | 110100 |
Color Harmonies of #54B686
Complementary color
Monochromatic Colors of #54B686
Black with #54B686
Text Example
Text Example
White with #54B686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54B686; }
p { color: rgb(84,182,134); }
H1.HeaderClassName
{
color: #54B686;
}
.AnyTagClassName
{
color: #54B686;
}
</style>
background-color css
<style>
a { background-color: #54B686; }
a { background-color: rgb(84,182,134); }
div.DivClassName
{
background-color: #54B686;
}
.BgClassName
{
background-color: #54B686;
}
</style>
border-color css
<style>
span { border-color: #54B686; }
span { border-color: rgb(84,182,134); }
td.TdClassName
{
border-color: #54B686;
}
.TagClassName
{
border-color: #54B686;
}
</style>