Shades of Silver Tree #5DBB93
Tints of Silver Tree #5DBB93
RGB
CMYK
RGB Variations
Color information
#5DBB93 (or 0x5DBB93) is known color: Silver Tree. HEX triplet: 5D, BB and 93. RGB value is (93,187,147). Sum of RGB (Red+Green+Blue) = 93+187+147=427 (56% of max value = 765). Red value is 93 (36.72% from 255 or 21.78% from 427); Green value is 187 (73.44% from 255 or 43.79% from 427); Blue value is 147 (57.81% from 255 or 34.43% from 427); Max value from RGB is 187 - color contains mainly: green. Hex color #5DBB93 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DBB93 is #A2446C. Grayscale: #9A9A9A. Windows color (decimal): -10634349 or 9681757. OLE color: 9681757.
HSL color Cylindrical-coordinate representation of color #5DBB93: hue angle of 154.47º 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 #5DBB93 is Cyan = 0.50, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 93 | 187 | 147 | - |
| CMYK | 0.50 | 0 | 0.21 | 0.27 |
| HSL | 154.47º | 0.41% | 0.55% | - |
| HSV(B) | 154.47º | 0.5% | 0.73% | - |
| XYZ | 27.55 | 39.97 | 33.87 | - |
| YUV | 154.33 | 123.86 | 84.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 187 | 147 | 0.50 | 0 | 0.21 | 0.27 | 154.47 | 0.41 | 0.55 |
| Hex | 5D | BB | 93 | 32 | 0 | 15 | 1B | 9A | 29 | 37 |
| Octal | 135 | 273 | 223 | 62 | 0 | 25 | 33 | 232 | 51 | 67 |
| Binary | 1011101 | 10111011 | 10010011 | 110010 | 0 | 10101 | 11011 | 10011010 | 101001 | 110111 |
Color Harmonies of #5DBB93
Complementary color
Monochromatic Colors of #5DBB93
Black with #5DBB93
Text Example
Text Example
White with #5DBB93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DBB93; }
p { color: rgb(93,187,147); }
H1.HeaderClassName
{
color: #5DBB93;
}
.AnyTagClassName
{
color: #5DBB93;
}
</style>
background-color css
<style>
a { background-color: #5DBB93; }
a { background-color: rgb(93,187,147); }
div.DivClassName
{
background-color: #5DBB93;
}
.BgClassName
{
background-color: #5DBB93;
}
</style>
border-color css
<style>
span { border-color: #5DBB93; }
span { border-color: rgb(93,187,147); }
td.TdClassName
{
border-color: #5DBB93;
}
.TagClassName
{
border-color: #5DBB93;
}
</style>