Shades of Fruit Salad #529C55
Tints of Fruit Salad #529C55
RGB
CMYK
RGB Variations
Color information
#529C55 (or 0x529C55) is known color: Fruit Salad. HEX triplet: 52, 9C and 55. RGB value is (82,156,85). Sum of RGB (Red+Green+Blue) = 82+156+85=323 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.39% from 323); Green value is 156 (61.33% from 255 or 48.30% from 323); Blue value is 85 (33.59% from 255 or 26.32% from 323); Max value from RGB is 156 - color contains mainly: green. Hex color #529C55 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529C55 is #AD63AA. Grayscale: #7D7D7D. Windows color (decimal): -11363243 or 5610578. OLE color: 5610578.
HSL color Cylindrical-coordinate representation of color #529C55: hue angle of 122.43º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #529C55 is Cyan = 0.47, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 82 | 156 | 85 | - |
| CMYK | 0.47 | 0 | 0.46 | 0.39 |
| HSL | 122.43º | 0.31% | 0.47% | - |
| HSV(B) | 122.43º | 0.47% | 0.61% | - |
| XYZ | 17.01 | 26.23 | 12.76 | - |
| YUV | 125.78 | 104.98 | 96.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 156 | 85 | 0.47 | 0 | 0.46 | 0.39 | 122.43 | 0.31 | 0.47 |
| Hex | 52 | 9C | 55 | 2F | 0 | 2E | 27 | 7A | 1F | 2F |
| Octal | 122 | 234 | 125 | 57 | 0 | 56 | 47 | 172 | 37 | 57 |
| Binary | 1010010 | 10011100 | 1010101 | 101111 | 0 | 101110 | 100111 | 1111010 | 11111 | 101111 |
Color Harmonies of #529C55
Complementary color
Monochromatic Colors of #529C55
Black with #529C55
Text Example
Text Example
White with #529C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529C55; }
p { color: rgb(82,156,85); }
H1.HeaderClassName
{
color: #529C55;
}
.AnyTagClassName
{
color: #529C55;
}
</style>
background-color css
<style>
a { background-color: #529C55; }
a { background-color: rgb(82,156,85); }
div.DivClassName
{
background-color: #529C55;
}
.BgClassName
{
background-color: #529C55;
}
</style>
border-color css
<style>
span { border-color: #529C55; }
span { border-color: rgb(82,156,85); }
td.TdClassName
{
border-color: #529C55;
}
.TagClassName
{
border-color: #529C55;
}
</style>