Shades of Fruit Salad #539E55
Tints of Fruit Salad #539E55
RGB
CMYK
RGB Variations
Color information
#539E55 (or 0x539E55) is known color: Fruit Salad. HEX triplet: 53, 9E and 55. RGB value is (83,158,85). Sum of RGB (Red+Green+Blue) = 83+158+85=326 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.46% from 326); Green value is 158 (62.11% from 255 or 48.47% from 326); Blue value is 85 (33.59% from 255 or 26.07% from 326); Max value from RGB is 158 - color contains mainly: green. Hex color #539E55 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #539E55 is #AC61AA. Grayscale: #7F7F7F. Windows color (decimal): -11297195 or 5611091. OLE color: 5611091.
HSL color Cylindrical-coordinate representation of color #539E55: hue angle of 121.6º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #539E55 is Cyan = 0.47, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 83 | 158 | 85 | - |
| CMYK | 0.47 | 0 | 0.46 | 0.38 |
| HSL | 121.6º | 0.31% | 0.47% | - |
| HSV(B) | 121.6º | 0.47% | 0.62% | - |
| XYZ | 17.43 | 26.95 | 12.88 | - |
| YUV | 127.25 | 104.15 | 96.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 158 | 85 | 0.47 | 0 | 0.46 | 0.38 | 121.6 | 0.31 | 0.47 |
| Hex | 53 | 9E | 55 | 2F | 0 | 2E | 26 | 7A | 1F | 2F |
| Octal | 123 | 236 | 125 | 57 | 0 | 56 | 46 | 172 | 37 | 57 |
| Binary | 1010011 | 10011110 | 1010101 | 101111 | 0 | 101110 | 100110 | 1111010 | 11111 | 101111 |
Color Harmonies of #539E55
Complementary color
Monochromatic Colors of #539E55
Black with #539E55
Text Example
Text Example
White with #539E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #539E55; }
p { color: rgb(83,158,85); }
H1.HeaderClassName
{
color: #539E55;
}
.AnyTagClassName
{
color: #539E55;
}
</style>
background-color css
<style>
a { background-color: #539E55; }
a { background-color: rgb(83,158,85); }
div.DivClassName
{
background-color: #539E55;
}
.BgClassName
{
background-color: #539E55;
}
</style>
border-color css
<style>
span { border-color: #539E55; }
span { border-color: rgb(83,158,85); }
td.TdClassName
{
border-color: #539E55;
}
.TagClassName
{
border-color: #539E55;
}
</style>