Shades of Fruit Salad #539F57
Tints of Fruit Salad #539F57
RGB
CMYK
RGB Variations
Color information
#539F57 (or 0x539F57) is known color: Fruit Salad. HEX triplet: 53, 9F and 57. RGB value is (83,159,87). Sum of RGB (Red+Green+Blue) = 83+159+87=329 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.23% from 329); Green value is 159 (62.5% from 255 or 48.33% from 329); Blue value is 87 (34.38% from 255 or 26.44% from 329); Max value from RGB is 159 - color contains mainly: green. Hex color #539F57 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #539F57 is #AC60A8. Grayscale: #808080. Windows color (decimal): -11296937 or 5742419. OLE color: 5742419.
HSL color Cylindrical-coordinate representation of color #539F57: hue angle of 123.16º 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 #539F57 is Cyan = 0.48, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 83 | 159 | 87 | - |
| CMYK | 0.48 | 0 | 0.45 | 0.38 |
| HSL | 123.16º | 0.31% | 0.47% | - |
| HSV(B) | 123.16º | 0.48% | 0.62% | - |
| XYZ | 17.69 | 27.32 | 13.36 | - |
| YUV | 128.07 | 104.82 | 95.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 159 | 87 | 0.48 | 0 | 0.45 | 0.38 | 123.16 | 0.31 | 0.47 |
| Hex | 53 | 9F | 57 | 30 | 0 | 2D | 26 | 7B | 1F | 2F |
| Octal | 123 | 237 | 127 | 60 | 0 | 55 | 46 | 173 | 37 | 57 |
| Binary | 1010011 | 10011111 | 1010111 | 110000 | 0 | 101101 | 100110 | 1111011 | 11111 | 101111 |
Color Harmonies of #539F57
Complementary color
Monochromatic Colors of #539F57
Black with #539F57
Text Example
Text Example
White with #539F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #539F57; }
p { color: rgb(83,159,87); }
H1.HeaderClassName
{
color: #539F57;
}
.AnyTagClassName
{
color: #539F57;
}
</style>
background-color css
<style>
a { background-color: #539F57; }
a { background-color: rgb(83,159,87); }
div.DivClassName
{
background-color: #539F57;
}
.BgClassName
{
background-color: #539F57;
}
</style>
border-color css
<style>
span { border-color: #539F57; }
span { border-color: rgb(83,159,87); }
td.TdClassName
{
border-color: #539F57;
}
.TagClassName
{
border-color: #539F57;
}
</style>