Shades of Silver Tree #5BAF83
Tints of Silver Tree #5BAF83
RGB
CMYK
RGB Variations
Color information
#5BAF83 (or 0x5BAF83) is known color: Silver Tree. HEX triplet: 5B, AF and 83. RGB value is (91,175,131). Sum of RGB (Red+Green+Blue) = 91+175+131=397 (52% of max value = 765). Red value is 91 (35.94% from 255 or 22.92% from 397); Green value is 175 (68.75% from 255 or 44.08% from 397); Blue value is 131 (51.56% from 255 or 33.00% from 397); Max value from RGB is 175 - color contains mainly: green. Hex color #5BAF83 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5BAF83 is #A4507C. Grayscale: #909090. Windows color (decimal): -10768509 or 8630107. OLE color: 8630107.
HSL color Cylindrical-coordinate representation of color #5BAF83: hue angle of 148.57º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5BAF83 is Cyan = 0.48, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 91 | 175 | 131 | - |
| CMYK | 0.48 | 0 | 0.25 | 0.31 |
| HSL | 148.57º | 0.34% | 0.52% | - |
| HSV(B) | 148.57º | 0.48% | 0.69% | - |
| XYZ | 23.74 | 34.52 | 26.89 | - |
| YUV | 144.87 | 120.17 | 89.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 175 | 131 | 0.48 | 0 | 0.25 | 0.31 | 148.57 | 0.34 | 0.52 |
| Hex | 5B | AF | 83 | 30 | 0 | 19 | 1F | 95 | 22 | 34 |
| Octal | 133 | 257 | 203 | 60 | 0 | 31 | 37 | 225 | 42 | 64 |
| Binary | 1011011 | 10101111 | 10000011 | 110000 | 0 | 11001 | 11111 | 10010101 | 100010 | 110100 |
Color Harmonies of #5BAF83
Complementary color
Monochromatic Colors of #5BAF83
Black with #5BAF83
Text Example
Text Example
White with #5BAF83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BAF83; }
p { color: rgb(91,175,131); }
H1.HeaderClassName
{
color: #5BAF83;
}
.AnyTagClassName
{
color: #5BAF83;
}
</style>
background-color css
<style>
a { background-color: #5BAF83; }
a { background-color: rgb(91,175,131); }
div.DivClassName
{
background-color: #5BAF83;
}
.BgClassName
{
background-color: #5BAF83;
}
</style>
border-color css
<style>
span { border-color: #5BAF83; }
span { border-color: rgb(91,175,131); }
td.TdClassName
{
border-color: #5BAF83;
}
.TagClassName
{
border-color: #5BAF83;
}
</style>