Shades of Fruit Salad #529659
Tints of Fruit Salad #529659
RGB
CMYK
RGB Variations
Color information
#529659 (or 0x529659) is known color: Fruit Salad. HEX triplet: 52, 96 and 59. RGB value is (82,150,89). Sum of RGB (Red+Green+Blue) = 82+150+89=321 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.55% from 321); Green value is 150 (58.98% from 255 or 46.73% from 321); Blue value is 89 (35.16% from 255 or 27.73% from 321); Max value from RGB is 150 - color contains mainly: green. Hex color #529659 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529659 is #AD69A6. Grayscale: #7A7A7A. Windows color (decimal): -11364775 or 5871186. OLE color: 5871186.
HSL color Cylindrical-coordinate representation of color #529659: hue angle of 126.18º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #529659 is Cyan = 0.45, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 82 | 150 | 89 | - |
| CMYK | 0.45 | 0 | 0.41 | 0.41 |
| HSL | 126.18º | 0.29% | 0.45% | - |
| HSV(B) | 126.18º | 0.45% | 0.59% | - |
| XYZ | 16.19 | 24.33 | 13.29 | - |
| YUV | 122.71 | 108.97 | 98.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 150 | 89 | 0.45 | 0 | 0.41 | 0.41 | 126.18 | 0.29 | 0.45 |
| Hex | 52 | 96 | 59 | 2D | 0 | 29 | 29 | 7E | 1D | 2D |
| Octal | 122 | 226 | 131 | 55 | 0 | 51 | 51 | 176 | 35 | 55 |
| Binary | 1010010 | 10010110 | 1011001 | 101101 | 0 | 101001 | 101001 | 1111110 | 11101 | 101101 |
Color Harmonies of #529659
Complementary color
Monochromatic Colors of #529659
Black with #529659
Text Example
Text Example
White with #529659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529659; }
p { color: rgb(82,150,89); }
H1.HeaderClassName
{
color: #529659;
}
.AnyTagClassName
{
color: #529659;
}
</style>
background-color css
<style>
a { background-color: #529659; }
a { background-color: rgb(82,150,89); }
div.DivClassName
{
background-color: #529659;
}
.BgClassName
{
background-color: #529659;
}
</style>
border-color css
<style>
span { border-color: #529659; }
span { border-color: rgb(82,150,89); }
td.TdClassName
{
border-color: #529659;
}
.TagClassName
{
border-color: #529659;
}
</style>