Shades of Silver Tree #5CBB89
Tints of Silver Tree #5CBB89
RGB
CMYK
RGB Variations
Color information
#5CBB89 (or 0x5CBB89) is known color: Silver Tree. HEX triplet: 5C, BB and 89. RGB value is (92,187,137). Sum of RGB (Red+Green+Blue) = 92+187+137=416 (55% of max value = 765). Red value is 92 (36.33% from 255 or 22.12% from 416); Green value is 187 (73.44% from 255 or 44.95% from 416); Blue value is 137 (53.91% from 255 or 32.93% from 416); Max value from RGB is 187 - color contains mainly: green. Hex color #5CBB89 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5CBB89 is #A34476. Grayscale: #999999. Windows color (decimal): -10699895 or 9026396. OLE color: 9026396.
HSL color Cylindrical-coordinate representation of color #5CBB89: hue angle of 148.42º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5CBB89 is Cyan = 0.51, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 92 | 187 | 137 | - |
| CMYK | 0.51 | 0 | 0.27 | 0.27 |
| HSL | 148.42º | 0.41% | 0.55% | - |
| HSV(B) | 148.42º | 0.51% | 0.73% | - |
| XYZ | 26.7 | 39.62 | 29.91 | - |
| YUV | 152.9 | 119.03 | 84.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 187 | 137 | 0.51 | 0 | 0.27 | 0.27 | 148.42 | 0.41 | 0.55 |
| Hex | 5C | BB | 89 | 33 | 0 | 1B | 1B | 94 | 29 | 37 |
| Octal | 134 | 273 | 211 | 63 | 0 | 33 | 33 | 224 | 51 | 67 |
| Binary | 1011100 | 10111011 | 10001001 | 110011 | 0 | 11011 | 11011 | 10010100 | 101001 | 110111 |
Color Harmonies of #5CBB89
Complementary color
Monochromatic Colors of #5CBB89
Black with #5CBB89
Text Example
Text Example
White with #5CBB89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CBB89; }
p { color: rgb(92,187,137); }
H1.HeaderClassName
{
color: #5CBB89;
}
.AnyTagClassName
{
color: #5CBB89;
}
</style>
background-color css
<style>
a { background-color: #5CBB89; }
a { background-color: rgb(92,187,137); }
div.DivClassName
{
background-color: #5CBB89;
}
.BgClassName
{
background-color: #5CBB89;
}
</style>
border-color css
<style>
span { border-color: #5CBB89; }
span { border-color: rgb(92,187,137); }
td.TdClassName
{
border-color: #5CBB89;
}
.TagClassName
{
border-color: #5CBB89;
}
</style>