Shades of Silver Tree #5FB490
Tints of Silver Tree #5FB490
RGB
CMYK
RGB Variations
Color information
#5FB490 (or 0x5FB490) is known color: Silver Tree. HEX triplet: 5F, B4 and 90. RGB value is (95,180,144). Sum of RGB (Red+Green+Blue) = 95+180+144=419 (55% of max value = 765). Red value is 95 (37.5% from 255 or 22.67% from 419); Green value is 180 (70.70% from 255 or 42.96% from 419); Blue value is 144 (56.64% from 255 or 34.37% from 419); Max value from RGB is 180 - color contains mainly: green. Hex color #5FB490 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FB490 is #A04B6F. Grayscale: #969696. Windows color (decimal): -10505072 or 9483359. OLE color: 9483359.
HSL color Cylindrical-coordinate representation of color #5FB490: hue angle of 154.59º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5FB490 is Cyan = 0.47, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 95 | 180 | 144 | - |
| CMYK | 0.47 | 0 | 0.2 | 0.29 |
| HSL | 154.59º | 0.36% | 0.54% | - |
| HSV(B) | 154.59º | 0.47% | 0.71% | - |
| XYZ | 26.07 | 37.09 | 32.17 | - |
| YUV | 150.48 | 124.34 | 88.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 180 | 144 | 0.47 | 0 | 0.2 | 0.29 | 154.59 | 0.36 | 0.54 |
| Hex | 5F | B4 | 90 | 2F | 0 | 14 | 1D | 9B | 24 | 36 |
| Octal | 137 | 264 | 220 | 57 | 0 | 24 | 35 | 233 | 44 | 66 |
| Binary | 1011111 | 10110100 | 10010000 | 101111 | 0 | 10100 | 11101 | 10011011 | 100100 | 110110 |
Color Harmonies of #5FB490
Complementary color
Monochromatic Colors of #5FB490
Black with #5FB490
Text Example
Text Example
White with #5FB490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FB490; }
p { color: rgb(95,180,144); }
H1.HeaderClassName
{
color: #5FB490;
}
.AnyTagClassName
{
color: #5FB490;
}
</style>
background-color css
<style>
a { background-color: #5FB490; }
a { background-color: rgb(95,180,144); }
div.DivClassName
{
background-color: #5FB490;
}
.BgClassName
{
background-color: #5FB490;
}
</style>
border-color css
<style>
span { border-color: #5FB490; }
span { border-color: rgb(95,180,144); }
td.TdClassName
{
border-color: #5FB490;
}
.TagClassName
{
border-color: #5FB490;
}
</style>