Shades of Silver Tree #5BC695
Tints of Silver Tree #5BC695
RGB
CMYK
RGB Variations
Color information
#5BC695 (or 0x5BC695) is known color: Silver Tree. HEX triplet: 5B, C6 and 95. RGB value is (91,198,149). Sum of RGB (Red+Green+Blue) = 91+198+149=438 (58% of max value = 765). Red value is 91 (35.94% from 255 or 20.78% from 438); Green value is 198 (77.73% from 255 or 45.21% from 438); Blue value is 149 (58.59% from 255 or 34.02% from 438); Max value from RGB is 198 - color contains mainly: green. Hex color #5BC695 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5BC695 is #A4396A. Grayscale: #A0A0A0. Windows color (decimal): -10762603 or 9815643. OLE color: 9815643.
HSL color Cylindrical-coordinate representation of color #5BC695: hue angle of 152.52º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5BC695 is Cyan = 0.54, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 91 | 198 | 149 | - |
| CMYK | 0.54 | 0 | 0.25 | 0.22 |
| HSL | 152.52º | 0.48% | 0.57% | - |
| HSV(B) | 152.52º | 0.54% | 0.78% | - |
| XYZ | 29.93 | 44.78 | 35.5 | - |
| YUV | 160.42 | 121.55 | 78.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 198 | 149 | 0.54 | 0 | 0.25 | 0.22 | 152.52 | 0.48 | 0.57 |
| Hex | 5B | C6 | 95 | 36 | 0 | 19 | 16 | 99 | 30 | 39 |
| Octal | 133 | 306 | 225 | 66 | 0 | 31 | 26 | 231 | 60 | 71 |
| Binary | 1011011 | 11000110 | 10010101 | 110110 | 0 | 11001 | 10110 | 10011001 | 110000 | 111001 |
Color Harmonies of #5BC695
Complementary color
Monochromatic Colors of #5BC695
Black with #5BC695
Text Example
Text Example
White with #5BC695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BC695; }
p { color: rgb(91,198,149); }
H1.HeaderClassName
{
color: #5BC695;
}
.AnyTagClassName
{
color: #5BC695;
}
</style>
background-color css
<style>
a { background-color: #5BC695; }
a { background-color: rgb(91,198,149); }
div.DivClassName
{
background-color: #5BC695;
}
.BgClassName
{
background-color: #5BC695;
}
</style>
border-color css
<style>
span { border-color: #5BC695; }
span { border-color: rgb(91,198,149); }
td.TdClassName
{
border-color: #5BC695;
}
.TagClassName
{
border-color: #5BC695;
}
</style>