Shades of Silver Tree #5BBC88
Tints of Silver Tree #5BBC88
RGB
CMYK
RGB Variations
Color information
#5BBC88 (or 0x5BBC88) is known color: Silver Tree. HEX triplet: 5B, BC and 88. RGB value is (91,188,136). Sum of RGB (Red+Green+Blue) = 91+188+136=415 (54% of max value = 765). Red value is 91 (35.94% from 255 or 21.93% from 415); Green value is 188 (73.83% from 255 or 45.30% from 415); Blue value is 136 (53.52% from 255 or 32.77% from 415); Max value from RGB is 188 - color contains mainly: green. Hex color #5BBC88 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5BBC88 is #A44377. Grayscale: #999999. Windows color (decimal): -10765176 or 8961115. OLE color: 8961115.
HSL color Cylindrical-coordinate representation of color #5BBC88: hue angle of 147.84º 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 #5BBC88 is Cyan = 0.52, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 91 | 188 | 136 | - |
| CMYK | 0.52 | 0 | 0.28 | 0.26 |
| HSL | 147.84º | 0.42% | 0.55% | - |
| HSV(B) | 147.84º | 0.52% | 0.74% | - |
| XYZ | 26.74 | 39.97 | 29.6 | - |
| YUV | 153.07 | 118.36 | 83.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 188 | 136 | 0.52 | 0 | 0.28 | 0.26 | 147.84 | 0.42 | 0.55 |
| Hex | 5B | BC | 88 | 34 | 0 | 1C | 1A | 94 | 2A | 37 |
| Octal | 133 | 274 | 210 | 64 | 0 | 34 | 32 | 224 | 52 | 67 |
| Binary | 1011011 | 10111100 | 10001000 | 110100 | 0 | 11100 | 11010 | 10010100 | 101010 | 110111 |
Color Harmonies of #5BBC88
Complementary color
Monochromatic Colors of #5BBC88
Black with #5BBC88
Text Example
Text Example
White with #5BBC88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BBC88; }
p { color: rgb(91,188,136); }
H1.HeaderClassName
{
color: #5BBC88;
}
.AnyTagClassName
{
color: #5BBC88;
}
</style>
background-color css
<style>
a { background-color: #5BBC88; }
a { background-color: rgb(91,188,136); }
div.DivClassName
{
background-color: #5BBC88;
}
.BgClassName
{
background-color: #5BBC88;
}
</style>
border-color css
<style>
span { border-color: #5BBC88; }
span { border-color: rgb(91,188,136); }
td.TdClassName
{
border-color: #5BBC88;
}
.TagClassName
{
border-color: #5BBC88;
}
</style>