Shades of Silver Tree #56BB86
Tints of Silver Tree #56BB86
RGB
CMYK
RGB Variations
Color information
#56BB86 (or 0x56BB86) is known color: Silver Tree. HEX triplet: 56, BB and 86. RGB value is (86,187,134). Sum of RGB (Red+Green+Blue) = 86+187+134=407 (53% of max value = 765). Red value is 86 (33.98% from 255 or 21.13% from 407); Green value is 187 (73.44% from 255 or 45.95% from 407); Blue value is 134 (52.73% from 255 or 32.92% from 407); Max value from RGB is 187 - color contains mainly: green. Hex color #56BB86 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #56BB86 is #A94479. Grayscale: #969696. Windows color (decimal): -11093114 or 8829782. OLE color: 8829782.
HSL color Cylindrical-coordinate representation of color #56BB86: hue angle of 148.51º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #56BB86 is Cyan = 0.54, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 86 | 187 | 134 | - |
| CMYK | 0.54 | 0 | 0.28 | 0.27 |
| HSL | 148.51º | 0.43% | 0.54% | - |
| HSV(B) | 148.51º | 0.54% | 0.73% | - |
| XYZ | 25.91 | 39.24 | 28.76 | - |
| YUV | 150.76 | 118.54 | 81.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 187 | 134 | 0.54 | 0 | 0.28 | 0.27 | 148.51 | 0.43 | 0.54 |
| Hex | 56 | BB | 86 | 36 | 0 | 1C | 1B | 95 | 2B | 36 |
| Octal | 126 | 273 | 206 | 66 | 0 | 34 | 33 | 225 | 53 | 66 |
| Binary | 1010110 | 10111011 | 10000110 | 110110 | 0 | 11100 | 11011 | 10010101 | 101011 | 110110 |
Color Harmonies of #56BB86
Complementary color
Monochromatic Colors of #56BB86
Black with #56BB86
Text Example
Text Example
White with #56BB86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56BB86; }
p { color: rgb(86,187,134); }
H1.HeaderClassName
{
color: #56BB86;
}
.AnyTagClassName
{
color: #56BB86;
}
</style>
background-color css
<style>
a { background-color: #56BB86; }
a { background-color: rgb(86,187,134); }
div.DivClassName
{
background-color: #56BB86;
}
.BgClassName
{
background-color: #56BB86;
}
</style>
border-color css
<style>
span { border-color: #56BB86; }
span { border-color: rgb(86,187,134); }
td.TdClassName
{
border-color: #56BB86;
}
.TagClassName
{
border-color: #56BB86;
}
</style>