Shades of Fruit Salad #539F5C
Tints of Fruit Salad #539F5C
RGB
CMYK
RGB Variations
Color information
#539F5C (or 0x539F5C) is known color: Fruit Salad. HEX triplet: 53, 9F and 5C. RGB value is (83,159,92). Sum of RGB (Red+Green+Blue) = 83+159+92=334 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.85% from 334); Green value is 159 (62.5% from 255 or 47.60% from 334); Blue value is 92 (36.33% from 255 or 27.54% from 334); Max value from RGB is 159 - color contains mainly: green. Hex color #539F5C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #539F5C is #AC60A3. Grayscale: #808080. Windows color (decimal): -11296932 or 6070099. OLE color: 6070099.
HSL color Cylindrical-coordinate representation of color #539F5C: hue angle of 127.11º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #539F5C is Cyan = 0.48, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 83 | 159 | 92 | - |
| CMYK | 0.48 | 0 | 0.42 | 0.38 |
| HSL | 127.11º | 0.31% | 0.47% | - |
| HSV(B) | 127.11º | 0.48% | 0.62% | - |
| XYZ | 17.9 | 27.41 | 14.47 | - |
| YUV | 128.64 | 107.32 | 95.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 159 | 92 | 0.48 | 0 | 0.42 | 0.38 | 127.11 | 0.31 | 0.47 |
| Hex | 53 | 9F | 5C | 30 | 0 | 2A | 26 | 7F | 1F | 2F |
| Octal | 123 | 237 | 134 | 60 | 0 | 52 | 46 | 177 | 37 | 57 |
| Binary | 1010011 | 10011111 | 1011100 | 110000 | 0 | 101010 | 100110 | 1111111 | 11111 | 101111 |
Color Harmonies of #539F5C
Complementary color
Monochromatic Colors of #539F5C
Black with #539F5C
Text Example
Text Example
White with #539F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #539F5C; }
p { color: rgb(83,159,92); }
H1.HeaderClassName
{
color: #539F5C;
}
.AnyTagClassName
{
color: #539F5C;
}
</style>
background-color css
<style>
a { background-color: #539F5C; }
a { background-color: rgb(83,159,92); }
div.DivClassName
{
background-color: #539F5C;
}
.BgClassName
{
background-color: #539F5C;
}
</style>
border-color css
<style>
span { border-color: #539F5C; }
span { border-color: rgb(83,159,92); }
td.TdClassName
{
border-color: #539F5C;
}
.TagClassName
{
border-color: #539F5C;
}
</style>