Shades of Silver Tree #5DBB8F
Tints of Silver Tree #5DBB8F
RGB
CMYK
RGB Variations
Color information
#5DBB8F (or 0x5DBB8F) is known color: Silver Tree. HEX triplet: 5D, BB and 8F. RGB value is (93,187,143). Sum of RGB (Red+Green+Blue) = 93+187+143=423 (56% of max value = 765). Red value is 93 (36.72% from 255 or 21.99% from 423); Green value is 187 (73.44% from 255 or 44.21% from 423); Blue value is 143 (56.25% from 255 or 33.81% from 423); Max value from RGB is 187 - color contains mainly: green. Hex color #5DBB8F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DBB8F is #A24470. Grayscale: #999999. Windows color (decimal): -10634353 or 9419613. OLE color: 9419613.
HSL color Cylindrical-coordinate representation of color #5DBB8F: hue angle of 151.91º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5DBB8F is Cyan = 0.50, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 93 | 187 | 143 | - |
| CMYK | 0.50 | 0 | 0.24 | 0.27 |
| HSL | 151.91º | 0.41% | 0.55% | - |
| HSV(B) | 151.91º | 0.5% | 0.73% | - |
| XYZ | 27.24 | 39.85 | 32.24 | - |
| YUV | 153.88 | 121.86 | 84.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 187 | 143 | 0.50 | 0 | 0.24 | 0.27 | 151.91 | 0.41 | 0.55 |
| Hex | 5D | BB | 8F | 32 | 0 | 18 | 1B | 98 | 29 | 37 |
| Octal | 135 | 273 | 217 | 62 | 0 | 30 | 33 | 230 | 51 | 67 |
| Binary | 1011101 | 10111011 | 10001111 | 110010 | 0 | 11000 | 11011 | 10011000 | 101001 | 110111 |
Color Harmonies of #5DBB8F
Complementary color
Monochromatic Colors of #5DBB8F
Black with #5DBB8F
Text Example
Text Example
White with #5DBB8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DBB8F; }
p { color: rgb(93,187,143); }
H1.HeaderClassName
{
color: #5DBB8F;
}
.AnyTagClassName
{
color: #5DBB8F;
}
</style>
background-color css
<style>
a { background-color: #5DBB8F; }
a { background-color: rgb(93,187,143); }
div.DivClassName
{
background-color: #5DBB8F;
}
.BgClassName
{
background-color: #5DBB8F;
}
</style>
border-color css
<style>
span { border-color: #5DBB8F; }
span { border-color: rgb(93,187,143); }
td.TdClassName
{
border-color: #5DBB8F;
}
.TagClassName
{
border-color: #5DBB8F;
}
</style>