Shades of Fruit Salad #529D53
Tints of Fruit Salad #529D53
RGB
CMYK
RGB Variations
Color information
#529D53 (or 0x529D53) is known color: Fruit Salad. HEX triplet: 52, 9D and 53. RGB value is (82,157,83). Sum of RGB (Red+Green+Blue) = 82+157+83=322 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.47% from 322); Green value is 157 (61.72% from 255 or 48.76% from 322); Blue value is 83 (32.81% from 255 or 25.78% from 322); Max value from RGB is 157 - color contains mainly: green. Hex color #529D53 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529D53 is #AD62AC. Grayscale: #7E7E7E. Windows color (decimal): -11362989 or 5479762. OLE color: 5479762.
HSL color Cylindrical-coordinate representation of color #529D53: hue angle of 120.8º 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 #529D53 is Cyan = 0.48, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 82 | 157 | 83 | - |
| CMYK | 0.48 | 0 | 0.47 | 0.38 |
| HSL | 120.8º | 0.31% | 0.47% | - |
| HSV(B) | 120.8º | 0.48% | 0.62% | - |
| XYZ | 17.1 | 26.53 | 12.4 | - |
| YUV | 126.14 | 103.65 | 96.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 157 | 83 | 0.48 | 0 | 0.47 | 0.38 | 120.8 | 0.31 | 0.47 |
| Hex | 52 | 9D | 53 | 30 | 0 | 2F | 26 | 79 | 1F | 2F |
| Octal | 122 | 235 | 123 | 60 | 0 | 57 | 46 | 171 | 37 | 57 |
| Binary | 1010010 | 10011101 | 1010011 | 110000 | 0 | 101111 | 100110 | 1111001 | 11111 | 101111 |
Color Harmonies of #529D53
Complementary color
Monochromatic Colors of #529D53
Black with #529D53
Text Example
Text Example
White with #529D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529D53; }
p { color: rgb(82,157,83); }
H1.HeaderClassName
{
color: #529D53;
}
.AnyTagClassName
{
color: #529D53;
}
</style>
background-color css
<style>
a { background-color: #529D53; }
a { background-color: rgb(82,157,83); }
div.DivClassName
{
background-color: #529D53;
}
.BgClassName
{
background-color: #529D53;
}
</style>
border-color css
<style>
span { border-color: #529D53; }
span { border-color: rgb(82,157,83); }
td.TdClassName
{
border-color: #529D53;
}
.TagClassName
{
border-color: #529D53;
}
</style>