Shades of Silver Tree #5CB48B
Tints of Silver Tree #5CB48B
RGB
CMYK
RGB Variations
Color information
#5CB48B (or 0x5CB48B) is known color: Silver Tree. HEX triplet: 5C, B4 and 8B. RGB value is (92,180,139). Sum of RGB (Red+Green+Blue) = 92+180+139=411 (54% of max value = 765). Red value is 92 (36.33% from 255 or 22.38% from 411); Green value is 180 (70.70% from 255 or 43.80% from 411); Blue value is 139 (54.69% from 255 or 33.82% from 411); Max value from RGB is 180 - color contains mainly: green. Hex color #5CB48B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5CB48B is #A34B74. Grayscale: #959595. Windows color (decimal): -10701685 or 9155676. OLE color: 9155676.
HSL color Cylindrical-coordinate representation of color #5CB48B: hue angle of 152.05º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5CB48B is Cyan = 0.49, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 92 | 180 | 139 | - |
| CMYK | 0.49 | 0 | 0.23 | 0.29 |
| HSL | 152.05º | 0.37% | 0.53% | - |
| HSV(B) | 152.05º | 0.49% | 0.71% | - |
| XYZ | 25.4 | 36.78 | 30.19 | - |
| YUV | 149.01 | 122.35 | 87.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 180 | 139 | 0.49 | 0 | 0.23 | 0.29 | 152.05 | 0.37 | 0.53 |
| Hex | 5C | B4 | 8B | 31 | 0 | 17 | 1D | 98 | 25 | 35 |
| Octal | 134 | 264 | 213 | 61 | 0 | 27 | 35 | 230 | 45 | 65 |
| Binary | 1011100 | 10110100 | 10001011 | 110001 | 0 | 10111 | 11101 | 10011000 | 100101 | 110101 |
Color Harmonies of #5CB48B
Complementary color
Monochromatic Colors of #5CB48B
Black with #5CB48B
Text Example
Text Example
White with #5CB48B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CB48B; }
p { color: rgb(92,180,139); }
H1.HeaderClassName
{
color: #5CB48B;
}
.AnyTagClassName
{
color: #5CB48B;
}
</style>
background-color css
<style>
a { background-color: #5CB48B; }
a { background-color: rgb(92,180,139); }
div.DivClassName
{
background-color: #5CB48B;
}
.BgClassName
{
background-color: #5CB48B;
}
</style>
border-color css
<style>
span { border-color: #5CB48B; }
span { border-color: rgb(92,180,139); }
td.TdClassName
{
border-color: #5CB48B;
}
.TagClassName
{
border-color: #5CB48B;
}
</style>