Shades of Silver Tree #5BC195
Tints of Silver Tree #5BC195
RGB
CMYK
RGB Variations
Color information
#5BC195 (or 0x5BC195) is known color: Silver Tree. HEX triplet: 5B, C1 and 95. RGB value is (91,193,149). Sum of RGB (Red+Green+Blue) = 91+193+149=433 (57% of max value = 765). Red value is 91 (35.94% from 255 or 21.02% from 433); Green value is 193 (75.78% from 255 or 44.57% from 433); Blue value is 149 (58.59% from 255 or 34.41% from 433); Max value from RGB is 193 - color contains mainly: green. Hex color #5BC195 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5BC195 is #A43E6A. Grayscale: #9D9D9D. Windows color (decimal): -10763883 or 9814363. OLE color: 9814363.
HSL color Cylindrical-coordinate representation of color #5BC195: hue angle of 154.12º degrees, saturation: 0.45, 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 #5BC195 is Cyan = 0.53, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 91 | 193 | 149 | - |
| CMYK | 0.53 | 0 | 0.23 | 0.24 |
| HSL | 154.12º | 0.45% | 0.56% | - |
| HSV(B) | 154.12º | 0.53% | 0.76% | - |
| XYZ | 28.81 | 42.53 | 35.13 | - |
| YUV | 157.49 | 123.21 | 80.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 193 | 149 | 0.53 | 0 | 0.23 | 0.24 | 154.12 | 0.45 | 0.56 |
| Hex | 5B | C1 | 95 | 35 | 0 | 17 | 18 | 9A | 2D | 38 |
| Octal | 133 | 301 | 225 | 65 | 0 | 27 | 30 | 232 | 55 | 70 |
| Binary | 1011011 | 11000001 | 10010101 | 110101 | 0 | 10111 | 11000 | 10011010 | 101101 | 111000 |
Color Harmonies of #5BC195
Complementary color
Monochromatic Colors of #5BC195
Black with #5BC195
Text Example
Text Example
White with #5BC195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BC195; }
p { color: rgb(91,193,149); }
H1.HeaderClassName
{
color: #5BC195;
}
.AnyTagClassName
{
color: #5BC195;
}
</style>
background-color css
<style>
a { background-color: #5BC195; }
a { background-color: rgb(91,193,149); }
div.DivClassName
{
background-color: #5BC195;
}
.BgClassName
{
background-color: #5BC195;
}
</style>
border-color css
<style>
span { border-color: #5BC195; }
span { border-color: rgb(91,193,149); }
td.TdClassName
{
border-color: #5BC195;
}
.TagClassName
{
border-color: #5BC195;
}
</style>