Shades of Silver Tree #5CB689
Tints of Silver Tree #5CB689
RGB
CMYK
RGB Variations
Color information
#5CB689 (or 0x5CB689) is known color: Silver Tree. HEX triplet: 5C, B6 and 89. RGB value is (92,182,137). Sum of RGB (Red+Green+Blue) = 92+182+137=411 (54% of max value = 765). Red value is 92 (36.33% from 255 or 22.38% from 411); Green value is 182 (71.48% from 255 or 44.28% from 411); Blue value is 137 (53.91% from 255 or 33.33% from 411); Max value from RGB is 182 - color contains mainly: green. Hex color #5CB689 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5CB689 is #A34976. Grayscale: #969696. Windows color (decimal): -10701175 or 9025116. OLE color: 9025116.
HSL color Cylindrical-coordinate representation of color #5CB689: hue angle of 150º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5CB689 is Cyan = 0.49, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 92 | 182 | 137 | - |
| CMYK | 0.49 | 0 | 0.25 | 0.29 |
| HSL | 150º | 0.38% | 0.54% | - |
| HSV(B) | 150º | 0.49% | 0.71% | - |
| XYZ | 25.66 | 37.54 | 29.56 | - |
| YUV | 149.96 | 120.68 | 86.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 182 | 137 | 0.49 | 0 | 0.25 | 0.29 | 150 | 0.38 | 0.54 |
| Hex | 5C | B6 | 89 | 31 | 0 | 19 | 1D | 96 | 26 | 36 |
| Octal | 134 | 266 | 211 | 61 | 0 | 31 | 35 | 226 | 46 | 66 |
| Binary | 1011100 | 10110110 | 10001001 | 110001 | 0 | 11001 | 11101 | 10010110 | 100110 | 110110 |
Color Harmonies of #5CB689
Complementary color
Monochromatic Colors of #5CB689
Black with #5CB689
Text Example
Text Example
White with #5CB689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CB689; }
p { color: rgb(92,182,137); }
H1.HeaderClassName
{
color: #5CB689;
}
.AnyTagClassName
{
color: #5CB689;
}
</style>
background-color css
<style>
a { background-color: #5CB689; }
a { background-color: rgb(92,182,137); }
div.DivClassName
{
background-color: #5CB689;
}
.BgClassName
{
background-color: #5CB689;
}
</style>
border-color css
<style>
span { border-color: #5CB689; }
span { border-color: rgb(92,182,137); }
td.TdClassName
{
border-color: #5CB689;
}
.TagClassName
{
border-color: #5CB689;
}
</style>