Shades of Fruit Salad #529C54
Tints of Fruit Salad #529C54
RGB
CMYK
RGB Variations
Color information
#529C54 (or 0x529C54) is known color: Fruit Salad. HEX triplet: 52, 9C and 54. RGB value is (82,156,84). Sum of RGB (Red+Green+Blue) = 82+156+84=322 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.47% from 322); Green value is 156 (61.33% from 255 or 48.45% from 322); Blue value is 84 (33.20% from 255 or 26.09% from 322); Max value from RGB is 156 - color contains mainly: green. Hex color #529C54 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529C54 is #AD63AB. Grayscale: #7D7D7D. Windows color (decimal): -11363244 or 5545042. OLE color: 5545042.
HSL color Cylindrical-coordinate representation of color #529C54: hue angle of 121.62º 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 #529C54 is Cyan = 0.47, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 82 | 156 | 84 | - |
| CMYK | 0.47 | 0 | 0.46 | 0.39 |
| HSL | 121.62º | 0.31% | 0.47% | - |
| HSV(B) | 121.62º | 0.47% | 0.61% | - |
| XYZ | 16.97 | 26.21 | 12.55 | - |
| YUV | 125.67 | 104.48 | 96.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 156 | 84 | 0.47 | 0 | 0.46 | 0.39 | 121.62 | 0.31 | 0.47 |
| Hex | 52 | 9C | 54 | 2F | 0 | 2E | 27 | 7A | 1F | 2F |
| Octal | 122 | 234 | 124 | 57 | 0 | 56 | 47 | 172 | 37 | 57 |
| Binary | 1010010 | 10011100 | 1010100 | 101111 | 0 | 101110 | 100111 | 1111010 | 11111 | 101111 |
Color Harmonies of #529C54
Complementary color
Monochromatic Colors of #529C54
Black with #529C54
Text Example
Text Example
White with #529C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529C54; }
p { color: rgb(82,156,84); }
H1.HeaderClassName
{
color: #529C54;
}
.AnyTagClassName
{
color: #529C54;
}
</style>
background-color css
<style>
a { background-color: #529C54; }
a { background-color: rgb(82,156,84); }
div.DivClassName
{
background-color: #529C54;
}
.BgClassName
{
background-color: #529C54;
}
</style>
border-color css
<style>
span { border-color: #529C54; }
span { border-color: rgb(82,156,84); }
td.TdClassName
{
border-color: #529C54;
}
.TagClassName
{
border-color: #529C54;
}
</style>