Shades of Silver Tree #5BBC8F
Tints of Silver Tree #5BBC8F
RGB
CMYK
RGB Variations
Color information
#5BBC8F (or 0x5BBC8F) is known color: Silver Tree. HEX triplet: 5B, BC and 8F. RGB value is (91,188,143). Sum of RGB (Red+Green+Blue) = 91+188+143=422 (55% of max value = 765). Red value is 91 (35.94% from 255 or 21.56% from 422); Green value is 188 (73.83% from 255 or 44.55% from 422); Blue value is 143 (56.25% from 255 or 33.89% from 422); Max value from RGB is 188 - color contains mainly: green. Hex color #5BBC8F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5BBC8F is #A44370. Grayscale: #999999. Windows color (decimal): -10765169 or 9419867. OLE color: 9419867.
HSL color Cylindrical-coordinate representation of color #5BBC8F: hue angle of 152.16º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5BBC8F is Cyan = 0.52, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 91 | 188 | 143 | - |
| CMYK | 0.52 | 0 | 0.24 | 0.26 |
| HSL | 152.16º | 0.42% | 0.55% | - |
| HSV(B) | 152.16º | 0.52% | 0.74% | - |
| XYZ | 27.26 | 40.17 | 32.3 | - |
| YUV | 153.87 | 121.86 | 83.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 188 | 143 | 0.52 | 0 | 0.24 | 0.26 | 152.16 | 0.42 | 0.55 |
| Hex | 5B | BC | 8F | 34 | 0 | 18 | 1A | 98 | 2A | 37 |
| Octal | 133 | 274 | 217 | 64 | 0 | 30 | 32 | 230 | 52 | 67 |
| Binary | 1011011 | 10111100 | 10001111 | 110100 | 0 | 11000 | 11010 | 10011000 | 101010 | 110111 |
Color Harmonies of #5BBC8F
Complementary color
Monochromatic Colors of #5BBC8F
Black with #5BBC8F
Text Example
Text Example
White with #5BBC8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BBC8F; }
p { color: rgb(91,188,143); }
H1.HeaderClassName
{
color: #5BBC8F;
}
.AnyTagClassName
{
color: #5BBC8F;
}
</style>
background-color css
<style>
a { background-color: #5BBC8F; }
a { background-color: rgb(91,188,143); }
div.DivClassName
{
background-color: #5BBC8F;
}
.BgClassName
{
background-color: #5BBC8F;
}
</style>
border-color css
<style>
span { border-color: #5BBC8F; }
span { border-color: rgb(91,188,143); }
td.TdClassName
{
border-color: #5BBC8F;
}
.TagClassName
{
border-color: #5BBC8F;
}
</style>