Shades of Silver Tree #5AB888
Tints of Silver Tree #5AB888
RGB
CMYK
RGB Variations
Color information
#5AB888 (or 0x5AB888) is known color: Silver Tree. HEX triplet: 5A, B8 and 88. RGB value is (90,184,136). Sum of RGB (Red+Green+Blue) = 90+184+136=410 (54% of max value = 765). Red value is 90 (35.55% from 255 or 21.95% from 410); Green value is 184 (72.27% from 255 or 44.88% from 410); Blue value is 136 (53.52% from 255 or 33.17% from 410); Max value from RGB is 184 - color contains mainly: green. Hex color #5AB888 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5AB888 is #A54777. Grayscale: #969696. Windows color (decimal): -10831736 or 8960090. OLE color: 8960090.
HSL color Cylindrical-coordinate representation of color #5AB888: hue angle of 149.36º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5AB888 is Cyan = 0.51, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 90 | 184 | 136 | - |
| CMYK | 0.51 | 0 | 0.26 | 0.28 |
| HSL | 149.36º | 0.4% | 0.54% | - |
| HSV(B) | 149.36º | 0.51% | 0.72% | - |
| XYZ | 25.8 | 38.23 | 29.31 | - |
| YUV | 150.42 | 119.86 | 84.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 184 | 136 | 0.51 | 0 | 0.26 | 0.28 | 149.36 | 0.4 | 0.54 |
| Hex | 5A | B8 | 88 | 33 | 0 | 1A | 1C | 95 | 28 | 36 |
| Octal | 132 | 270 | 210 | 63 | 0 | 32 | 34 | 225 | 50 | 66 |
| Binary | 1011010 | 10111000 | 10001000 | 110011 | 0 | 11010 | 11100 | 10010101 | 101000 | 110110 |
Color Harmonies of #5AB888
Complementary color
Monochromatic Colors of #5AB888
Black with #5AB888
Text Example
Text Example
White with #5AB888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB888; }
p { color: rgb(90,184,136); }
H1.HeaderClassName
{
color: #5AB888;
}
.AnyTagClassName
{
color: #5AB888;
}
</style>
background-color css
<style>
a { background-color: #5AB888; }
a { background-color: rgb(90,184,136); }
div.DivClassName
{
background-color: #5AB888;
}
.BgClassName
{
background-color: #5AB888;
}
</style>
border-color css
<style>
span { border-color: #5AB888; }
span { border-color: rgb(90,184,136); }
td.TdClassName
{
border-color: #5AB888;
}
.TagClassName
{
border-color: #5AB888;
}
</style>