Shades of Silver Tree #5EAF82
Tints of Silver Tree #5EAF82
RGB
CMYK
RGB Variations
Color information
#5EAF82 (or 0x5EAF82) is known color: Silver Tree. HEX triplet: 5E, AF and 82. RGB value is (94,175,130). Sum of RGB (Red+Green+Blue) = 94+175+130=399 (52% of max value = 765). Red value is 94 (37.11% from 255 or 23.56% from 399); Green value is 175 (68.75% from 255 or 43.86% from 399); Blue value is 130 (51.17% from 255 or 32.58% from 399); Max value from RGB is 175 - color contains mainly: green. Hex color #5EAF82 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5EAF82 is #A1507D. Grayscale: #919191. Windows color (decimal): -10571902 or 8564574. OLE color: 8564574.
HSL color Cylindrical-coordinate representation of color #5EAF82: hue angle of 146.67º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5EAF82 is Cyan = 0.46, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 94 | 175 | 130 | - |
| CMYK | 0.46 | 0 | 0.26 | 0.31 |
| HSL | 146.67º | 0.34% | 0.53% | - |
| HSV(B) | 146.67º | 0.46% | 0.69% | - |
| XYZ | 23.98 | 34.65 | 26.54 | - |
| YUV | 145.65 | 119.16 | 91.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 175 | 130 | 0.46 | 0 | 0.26 | 0.31 | 146.67 | 0.34 | 0.53 |
| Hex | 5E | AF | 82 | 2E | 0 | 1A | 1F | 93 | 22 | 35 |
| Octal | 136 | 257 | 202 | 56 | 0 | 32 | 37 | 223 | 42 | 65 |
| Binary | 1011110 | 10101111 | 10000010 | 101110 | 0 | 11010 | 11111 | 10010011 | 100010 | 110101 |
Color Harmonies of #5EAF82
Complementary color
Monochromatic Colors of #5EAF82
Black with #5EAF82
Text Example
Text Example
White with #5EAF82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EAF82; }
p { color: rgb(94,175,130); }
H1.HeaderClassName
{
color: #5EAF82;
}
.AnyTagClassName
{
color: #5EAF82;
}
</style>
background-color css
<style>
a { background-color: #5EAF82; }
a { background-color: rgb(94,175,130); }
div.DivClassName
{
background-color: #5EAF82;
}
.BgClassName
{
background-color: #5EAF82;
}
</style>
border-color css
<style>
span { border-color: #5EAF82; }
span { border-color: rgb(94,175,130); }
td.TdClassName
{
border-color: #5EAF82;
}
.TagClassName
{
border-color: #5EAF82;
}
</style>