Shades of Silver Tree #54BA88
Tints of Silver Tree #54BA88
RGB
CMYK
RGB Variations
Color information
#54BA88 (or 0x54BA88) is known color: Silver Tree. HEX triplet: 54, BA and 88. RGB value is (84,186,136). Sum of RGB (Red+Green+Blue) = 84+186+136=406 (53% of max value = 765). Red value is 84 (33.20% from 255 or 20.69% from 406); Green value is 186 (73.05% from 255 or 45.81% from 406); Blue value is 136 (53.52% from 255 or 33.50% from 406); Max value from RGB is 186 - color contains mainly: green. Hex color #54BA88 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #54BA88 is #AB4577. Grayscale: #959595. Windows color (decimal): -11224440 or 8960596. OLE color: 8960596.
HSL color Cylindrical-coordinate representation of color #54BA88: hue angle of 150.59º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #54BA88 is Cyan = 0.55, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 84 | 186 | 136 | - |
| CMYK | 0.55 | 0 | 0.27 | 0.27 |
| HSL | 150.59º | 0.43% | 0.53% | - |
| HSV(B) | 150.59º | 0.55% | 0.73% | - |
| XYZ | 25.66 | 38.78 | 29.43 | - |
| YUV | 149.8 | 120.21 | 81.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 186 | 136 | 0.55 | 0 | 0.27 | 0.27 | 150.59 | 0.43 | 0.53 |
| Hex | 54 | BA | 88 | 37 | 0 | 1B | 1B | 97 | 2A | 35 |
| Octal | 124 | 272 | 210 | 67 | 0 | 33 | 33 | 227 | 52 | 65 |
| Binary | 1010100 | 10111010 | 10001000 | 110111 | 0 | 11011 | 11011 | 10010111 | 101010 | 110101 |
Color Harmonies of #54BA88
Complementary color
Monochromatic Colors of #54BA88
Black with #54BA88
Text Example
Text Example
White with #54BA88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54BA88; }
p { color: rgb(84,186,136); }
H1.HeaderClassName
{
color: #54BA88;
}
.AnyTagClassName
{
color: #54BA88;
}
</style>
background-color css
<style>
a { background-color: #54BA88; }
a { background-color: rgb(84,186,136); }
div.DivClassName
{
background-color: #54BA88;
}
.BgClassName
{
background-color: #54BA88;
}
</style>
border-color css
<style>
span { border-color: #54BA88; }
span { border-color: rgb(84,186,136); }
td.TdClassName
{
border-color: #54BA88;
}
.TagClassName
{
border-color: #54BA88;
}
</style>