Shades of Silver Tree #56BE8B
Tints of Silver Tree #56BE8B
RGB
CMYK
RGB Variations
Color information
#56BE8B (or 0x56BE8B) is known color: Silver Tree. HEX triplet: 56, BE and 8B. RGB value is (86,190,139). Sum of RGB (Red+Green+Blue) = 86+190+139=415 (54% of max value = 765). Red value is 86 (33.98% from 255 or 20.72% from 415); Green value is 190 (74.61% from 255 or 45.78% from 415); Blue value is 139 (54.69% from 255 or 33.49% from 415); Max value from RGB is 190 - color contains mainly: green. Hex color #56BE8B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #56BE8B is #A94174. Grayscale: #999999. Windows color (decimal): -11092341 or 9158230. OLE color: 9158230.
HSL color Cylindrical-coordinate representation of color #56BE8B: hue angle of 150.58º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #56BE8B is Cyan = 0.55, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 86 | 190 | 139 | - |
| CMYK | 0.55 | 0 | 0.27 | 0.25 |
| HSL | 150.58º | 0.44% | 0.54% | - |
| HSV(B) | 150.58º | 0.55% | 0.75% | - |
| XYZ | 26.91 | 40.67 | 30.86 | - |
| YUV | 153.09 | 120.04 | 80.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 190 | 139 | 0.55 | 0 | 0.27 | 0.25 | 150.58 | 0.44 | 0.54 |
| Hex | 56 | BE | 8B | 37 | 0 | 1B | 19 | 97 | 2C | 36 |
| Octal | 126 | 276 | 213 | 67 | 0 | 33 | 31 | 227 | 54 | 66 |
| Binary | 1010110 | 10111110 | 10001011 | 110111 | 0 | 11011 | 11001 | 10010111 | 101100 | 110110 |
Color Harmonies of #56BE8B
Complementary color
Monochromatic Colors of #56BE8B
Black with #56BE8B
Text Example
Text Example
White with #56BE8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56BE8B; }
p { color: rgb(86,190,139); }
H1.HeaderClassName
{
color: #56BE8B;
}
.AnyTagClassName
{
color: #56BE8B;
}
</style>
background-color css
<style>
a { background-color: #56BE8B; }
a { background-color: rgb(86,190,139); }
div.DivClassName
{
background-color: #56BE8B;
}
.BgClassName
{
background-color: #56BE8B;
}
</style>
border-color css
<style>
span { border-color: #56BE8B; }
span { border-color: rgb(86,190,139); }
td.TdClassName
{
border-color: #56BE8B;
}
.TagClassName
{
border-color: #56BE8B;
}
</style>