Shades of Silver Tree #5BC292
Tints of Silver Tree #5BC292
RGB
CMYK
RGB Variations
Color information
#5BC292 (or 0x5BC292) is known color: Silver Tree. HEX triplet: 5B, C2 and 92. RGB value is (91,194,146). Sum of RGB (Red+Green+Blue) = 91+194+146=431 (57% of max value = 765). Red value is 91 (35.94% from 255 or 21.11% from 431); Green value is 194 (76.17% from 255 or 45.01% from 431); Blue value is 146 (57.42% from 255 or 33.87% from 431); Max value from RGB is 194 - color contains mainly: green. Hex color #5BC292 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5BC292 is #A43D6D. Grayscale: #9D9D9D. Windows color (decimal): -10763630 or 9618011. OLE color: 9618011.
HSL color Cylindrical-coordinate representation of color #5BC292: hue angle of 152.04º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5BC292 is Cyan = 0.53, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 91 | 194 | 146 | - |
| CMYK | 0.53 | 0 | 0.25 | 0.24 |
| HSL | 152.04º | 0.46% | 0.56% | - |
| HSV(B) | 152.04º | 0.53% | 0.76% | - |
| XYZ | 28.79 | 42.88 | 33.95 | - |
| YUV | 157.73 | 121.38 | 80.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 194 | 146 | 0.53 | 0 | 0.25 | 0.24 | 152.04 | 0.46 | 0.56 |
| Hex | 5B | C2 | 92 | 35 | 0 | 19 | 18 | 98 | 2E | 38 |
| Octal | 133 | 302 | 222 | 65 | 0 | 31 | 30 | 230 | 56 | 70 |
| Binary | 1011011 | 11000010 | 10010010 | 110101 | 0 | 11001 | 11000 | 10011000 | 101110 | 111000 |
Color Harmonies of #5BC292
Complementary color
Monochromatic Colors of #5BC292
Black with #5BC292
Text Example
Text Example
White with #5BC292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BC292; }
p { color: rgb(91,194,146); }
H1.HeaderClassName
{
color: #5BC292;
}
.AnyTagClassName
{
color: #5BC292;
}
</style>
background-color css
<style>
a { background-color: #5BC292; }
a { background-color: rgb(91,194,146); }
div.DivClassName
{
background-color: #5BC292;
}
.BgClassName
{
background-color: #5BC292;
}
</style>
border-color css
<style>
span { border-color: #5BC292; }
span { border-color: rgb(91,194,146); }
td.TdClassName
{
border-color: #5BC292;
}
.TagClassName
{
border-color: #5BC292;
}
</style>