Shades of Silver Tree #56BB8B
Tints of Silver Tree #56BB8B
RGB
CMYK
RGB Variations
Color information
#56BB8B (or 0x56BB8B) is known color: Silver Tree. HEX triplet: 56, BB and 8B. RGB value is (86,187,139). Sum of RGB (Red+Green+Blue) = 86+187+139=412 (54% of max value = 765). Red value is 86 (33.98% from 255 or 20.87% from 412); Green value is 187 (73.44% from 255 or 45.39% from 412); Blue value is 139 (54.69% from 255 or 33.74% from 412); Max value from RGB is 187 - color contains mainly: green. Hex color #56BB8B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #56BB8B is #A94474. Grayscale: #979797. Windows color (decimal): -11093109 or 9157462. OLE color: 9157462.
HSL color Cylindrical-coordinate representation of color #56BB8B: hue angle of 151.49º 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 #56BB8B is Cyan = 0.54, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 86 | 187 | 139 | - |
| CMYK | 0.54 | 0 | 0.26 | 0.27 |
| HSL | 151.49º | 0.43% | 0.54% | - |
| HSV(B) | 151.49º | 0.54% | 0.73% | - |
| XYZ | 26.27 | 39.38 | 30.64 | - |
| YUV | 151.33 | 121.04 | 81.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 187 | 139 | 0.54 | 0 | 0.26 | 0.27 | 151.49 | 0.43 | 0.54 |
| Hex | 56 | BB | 8B | 36 | 0 | 1A | 1B | 97 | 2B | 36 |
| Octal | 126 | 273 | 213 | 66 | 0 | 32 | 33 | 227 | 53 | 66 |
| Binary | 1010110 | 10111011 | 10001011 | 110110 | 0 | 11010 | 11011 | 10010111 | 101011 | 110110 |
Color Harmonies of #56BB8B
Complementary color
Monochromatic Colors of #56BB8B
Black with #56BB8B
Text Example
Text Example
White with #56BB8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56BB8B; }
p { color: rgb(86,187,139); }
H1.HeaderClassName
{
color: #56BB8B;
}
.AnyTagClassName
{
color: #56BB8B;
}
</style>
background-color css
<style>
a { background-color: #56BB8B; }
a { background-color: rgb(86,187,139); }
div.DivClassName
{
background-color: #56BB8B;
}
.BgClassName
{
background-color: #56BB8B;
}
</style>
border-color css
<style>
span { border-color: #56BB8B; }
span { border-color: rgb(86,187,139); }
td.TdClassName
{
border-color: #56BB8B;
}
.TagClassName
{
border-color: #56BB8B;
}
</style>