Shades of Fruit Salad #529F55
Tints of Fruit Salad #529F55
RGB
CMYK
RGB Variations
Color information
#529F55 (or 0x529F55) is known color: Fruit Salad. HEX triplet: 52, 9F and 55. RGB value is (82,159,85). Sum of RGB (Red+Green+Blue) = 82+159+85=326 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25.15% from 326); Green value is 159 (62.5% from 255 or 48.77% from 326); Blue value is 85 (33.59% from 255 or 26.07% from 326); Max value from RGB is 159 - color contains mainly: green. Hex color #529F55 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529F55 is #AD60AA. Grayscale: #7F7F7F. Windows color (decimal): -11362475 or 5611346. OLE color: 5611346.
HSL color Cylindrical-coordinate representation of color #529F55: hue angle of 122.34º degrees, saturation: 0.32, 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 #529F55 is Cyan = 0.48, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 82 | 159 | 85 | - |
| CMYK | 0.48 | 0 | 0.47 | 0.38 |
| HSL | 122.34º | 0.32% | 0.47% | - |
| HSV(B) | 122.34º | 0.48% | 0.62% | - |
| XYZ | 17.52 | 27.25 | 12.93 | - |
| YUV | 127.54 | 103.99 | 95.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 159 | 85 | 0.48 | 0 | 0.47 | 0.38 | 122.34 | 0.32 | 0.47 |
| Hex | 52 | 9F | 55 | 30 | 0 | 2F | 26 | 7A | 20 | 2F |
| Octal | 122 | 237 | 125 | 60 | 0 | 57 | 46 | 172 | 40 | 57 |
| Binary | 1010010 | 10011111 | 1010101 | 110000 | 0 | 101111 | 100110 | 1111010 | 100000 | 101111 |
Color Harmonies of #529F55
Complementary color
Monochromatic Colors of #529F55
Black with #529F55
Text Example
Text Example
White with #529F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529F55; }
p { color: rgb(82,159,85); }
H1.HeaderClassName
{
color: #529F55;
}
.AnyTagClassName
{
color: #529F55;
}
</style>
background-color css
<style>
a { background-color: #529F55; }
a { background-color: rgb(82,159,85); }
div.DivClassName
{
background-color: #529F55;
}
.BgClassName
{
background-color: #529F55;
}
</style>
border-color css
<style>
span { border-color: #529F55; }
span { border-color: rgb(82,159,85); }
td.TdClassName
{
border-color: #529F55;
}
.TagClassName
{
border-color: #529F55;
}
</style>