Shades of Silver Tree #5BCC92
Tints of Silver Tree #5BCC92
RGB
CMYK
RGB Variations
Color information
#5BCC92 (or 0x5BCC92) is known color: Silver Tree. HEX triplet: 5B, CC and 92. RGB value is (91,204,146). Sum of RGB (Red+Green+Blue) = 91+204+146=441 (58% of max value = 765). Red value is 91 (35.94% from 255 or 20.63% from 441); Green value is 204 (80.08% from 255 or 46.26% from 441); Blue value is 146 (57.42% from 255 or 33.11% from 441); Max value from RGB is 204 - color contains mainly: green. Hex color #5BCC92 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5BCC92 is #A4336D. Grayscale: #A3A3A3. Windows color (decimal): -10761070 or 9620571. OLE color: 9620571.
HSL color Cylindrical-coordinate representation of color #5BCC92: hue angle of 149.2º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5BCC92 is Cyan = 0.55, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 91 | 204 | 146 | - |
| CMYK | 0.55 | 0 | 0.28 | 0.2 |
| HSL | 149.2º | 0.53% | 0.58% | - |
| HSV(B) | 149.2º | 0.55% | 0.8% | - |
| XYZ | 31.1 | 47.49 | 34.72 | - |
| YUV | 163.6 | 118.06 | 76.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 204 | 146 | 0.55 | 0 | 0.28 | 0.2 | 149.2 | 0.53 | 0.58 |
| Hex | 5B | CC | 92 | 37 | 0 | 1C | 14 | 95 | 35 | 3A |
| Octal | 133 | 314 | 222 | 67 | 0 | 34 | 24 | 225 | 65 | 72 |
| Binary | 1011011 | 11001100 | 10010010 | 110111 | 0 | 11100 | 10100 | 10010101 | 110101 | 111010 |
Color Harmonies of #5BCC92
Complementary color
Monochromatic Colors of #5BCC92
Black with #5BCC92
Text Example
Text Example
White with #5BCC92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BCC92; }
p { color: rgb(91,204,146); }
H1.HeaderClassName
{
color: #5BCC92;
}
.AnyTagClassName
{
color: #5BCC92;
}
</style>
background-color css
<style>
a { background-color: #5BCC92; }
a { background-color: rgb(91,204,146); }
div.DivClassName
{
background-color: #5BCC92;
}
.BgClassName
{
background-color: #5BCC92;
}
</style>
border-color css
<style>
span { border-color: #5BCC92; }
span { border-color: rgb(91,204,146); }
td.TdClassName
{
border-color: #5BCC92;
}
.TagClassName
{
border-color: #5BCC92;
}
</style>