Shades of Fruit Salad #54935D
Tints of Fruit Salad #54935D
RGB
CMYK
RGB Variations
Color information
#54935D (or 0x54935D) is known color: Fruit Salad. HEX triplet: 54, 93 and 5D. RGB value is (84,147,93). Sum of RGB (Red+Green+Blue) = 84+147+93=324 (42% of max value = 765). Red value is 84 (33.20% from 255 or 25.93% from 324); Green value is 147 (57.81% from 255 or 45.37% from 324); Blue value is 93 (36.72% from 255 or 28.70% from 324); Max value from RGB is 147 - color contains mainly: green. Hex color #54935D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54935D is #AB6CA2. Grayscale: #7A7A7A. Windows color (decimal): -11234467 or 6132564. OLE color: 6132564.
HSL color Cylindrical-coordinate representation of color #54935D: hue angle of 128.57º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #54935D is Cyan = 0.43, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 84 | 147 | 93 | - |
| CMYK | 0.43 | 0 | 0.37 | 0.42 |
| HSL | 128.57º | 0.27% | 0.45% | - |
| HSV(B) | 128.57º | 0.43% | 0.58% | - |
| XYZ | 16.07 | 23.54 | 14.05 | - |
| YUV | 122.01 | 111.63 | 100.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 147 | 93 | 0.43 | 0 | 0.37 | 0.42 | 128.57 | 0.27 | 0.45 |
| Hex | 54 | 93 | 5D | 2B | 0 | 25 | 2A | 81 | 1B | 2D |
| Octal | 124 | 223 | 135 | 53 | 0 | 45 | 52 | 201 | 33 | 55 |
| Binary | 1010100 | 10010011 | 1011101 | 101011 | 0 | 100101 | 101010 | 10000001 | 11011 | 101101 |
Color Harmonies of #54935D
Complementary color
Monochromatic Colors of #54935D
Black with #54935D
Text Example
Text Example
White with #54935D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54935D; }
p { color: rgb(84,147,93); }
H1.HeaderClassName
{
color: #54935D;
}
.AnyTagClassName
{
color: #54935D;
}
</style>
background-color css
<style>
a { background-color: #54935D; }
a { background-color: rgb(84,147,93); }
div.DivClassName
{
background-color: #54935D;
}
.BgClassName
{
background-color: #54935D;
}
</style>
border-color css
<style>
span { border-color: #54935D; }
span { border-color: rgb(84,147,93); }
td.TdClassName
{
border-color: #54935D;
}
.TagClassName
{
border-color: #54935D;
}
</style>