Shades of Fruit Salad #539D5C
Tints of Fruit Salad #539D5C
RGB
CMYK
RGB Variations
Color information
#539D5C (or 0x539D5C) is known color: Fruit Salad. HEX triplet: 53, 9D and 5C. RGB value is (83,157,92). Sum of RGB (Red+Green+Blue) = 83+157+92=332 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25% from 332); Green value is 157 (61.72% from 255 or 47.29% from 332); Blue value is 92 (36.33% from 255 or 27.71% from 332); Max value from RGB is 157 - color contains mainly: green. Hex color #539D5C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #539D5C is #AC62A3. Grayscale: #7F7F7F. Windows color (decimal): -11297444 or 6069587. OLE color: 6069587.
HSL color Cylindrical-coordinate representation of color #539D5C: hue angle of 127.3º 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 #539D5C is Cyan = 0.47, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 83 | 157 | 92 | - |
| CMYK | 0.47 | 0 | 0.41 | 0.38 |
| HSL | 127.3º | 0.31% | 0.47% | - |
| HSV(B) | 127.3º | 0.47% | 0.62% | - |
| XYZ | 17.56 | 26.73 | 14.36 | - |
| YUV | 127.46 | 107.98 | 96.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 157 | 92 | 0.47 | 0 | 0.41 | 0.38 | 127.3 | 0.31 | 0.47 |
| Hex | 53 | 9D | 5C | 2F | 0 | 29 | 26 | 7F | 1F | 2F |
| Octal | 123 | 235 | 134 | 57 | 0 | 51 | 46 | 177 | 37 | 57 |
| Binary | 1010011 | 10011101 | 1011100 | 101111 | 0 | 101001 | 100110 | 1111111 | 11111 | 101111 |
Color Harmonies of #539D5C
Complementary color
Monochromatic Colors of #539D5C
Black with #539D5C
Text Example
Text Example
White with #539D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #539D5C; }
p { color: rgb(83,157,92); }
H1.HeaderClassName
{
color: #539D5C;
}
.AnyTagClassName
{
color: #539D5C;
}
</style>
background-color css
<style>
a { background-color: #539D5C; }
a { background-color: rgb(83,157,92); }
div.DivClassName
{
background-color: #539D5C;
}
.BgClassName
{
background-color: #539D5C;
}
</style>
border-color css
<style>
span { border-color: #539D5C; }
span { border-color: rgb(83,157,92); }
td.TdClassName
{
border-color: #539D5C;
}
.TagClassName
{
border-color: #539D5C;
}
</style>