Shades of Silver Tree #56C08C
Tints of Silver Tree #56C08C
RGB
CMYK
RGB Variations
Color information
#56C08C (or 0x56C08C) is known color: Silver Tree. HEX triplet: 56, C0 and 8C. RGB value is (86,192,140). Sum of RGB (Red+Green+Blue) = 86+192+140=418 (55% of max value = 765). Red value is 86 (33.98% from 255 or 20.57% from 418); Green value is 192 (75.39% from 255 or 45.93% from 418); Blue value is 140 (55.08% from 255 or 33.49% from 418); Max value from RGB is 192 - color contains mainly: green. Hex color #56C08C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #56C08C is #A93F73. Grayscale: #9A9A9A. Windows color (decimal): -11091828 or 9224278. OLE color: 9224278.
HSL color Cylindrical-coordinate representation of color #56C08C: hue angle of 150.57º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #56C08C is Cyan = 0.55, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 86 | 192 | 140 | - |
| CMYK | 0.55 | 0 | 0.27 | 0.25 |
| HSL | 150.57º | 0.46% | 0.55% | - |
| HSV(B) | 150.57º | 0.55% | 0.75% | - |
| XYZ | 27.42 | 41.57 | 31.39 | - |
| YUV | 154.38 | 119.88 | 79.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 192 | 140 | 0.55 | 0 | 0.27 | 0.25 | 150.57 | 0.46 | 0.55 |
| Hex | 56 | C0 | 8C | 37 | 0 | 1B | 19 | 97 | 2E | 37 |
| Octal | 126 | 300 | 214 | 67 | 0 | 33 | 31 | 227 | 56 | 67 |
| Binary | 1010110 | 11000000 | 10001100 | 110111 | 0 | 11011 | 11001 | 10010111 | 101110 | 110111 |
Color Harmonies of #56C08C
Complementary color
Monochromatic Colors of #56C08C
Black with #56C08C
Text Example
Text Example
White with #56C08C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56C08C; }
p { color: rgb(86,192,140); }
H1.HeaderClassName
{
color: #56C08C;
}
.AnyTagClassName
{
color: #56C08C;
}
</style>
background-color css
<style>
a { background-color: #56C08C; }
a { background-color: rgb(86,192,140); }
div.DivClassName
{
background-color: #56C08C;
}
.BgClassName
{
background-color: #56C08C;
}
</style>
border-color css
<style>
span { border-color: #56C08C; }
span { border-color: rgb(86,192,140); }
td.TdClassName
{
border-color: #56C08C;
}
.TagClassName
{
border-color: #56C08C;
}
</style>