Shades of Fruit Salad #529253
Tints of Fruit Salad #529253
RGB
CMYK
RGB Variations
Color information
#529253 (or 0x529253) is known color: Fruit Salad. HEX triplet: 52, 92 and 53. RGB value is (82,146,83). Sum of RGB (Red+Green+Blue) = 82+146+83=311 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.37% from 311); Green value is 146 (57.42% from 255 or 46.95% from 311); Blue value is 83 (32.81% from 255 or 26.69% from 311); Max value from RGB is 146 - color contains mainly: green. Hex color #529253 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529253 is #AD6DAC. Grayscale: #777777. Windows color (decimal): -11365805 or 5476946. OLE color: 5476946.
HSL color Cylindrical-coordinate representation of color #529253: hue angle of 120.94º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #529253 is Cyan = 0.44, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 82 | 146 | 83 | - |
| CMYK | 0.44 | 0 | 0.43 | 0.43 |
| HSL | 120.94º | 0.28% | 0.45% | - |
| HSV(B) | 120.94º | 0.44% | 0.57% | - |
| XYZ | 15.32 | 22.98 | 11.81 | - |
| YUV | 119.68 | 107.3 | 101.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 146 | 83 | 0.44 | 0 | 0.43 | 0.43 | 120.94 | 0.28 | 0.45 |
| Hex | 52 | 92 | 53 | 2C | 0 | 2B | 2B | 79 | 1C | 2D |
| Octal | 122 | 222 | 123 | 54 | 0 | 53 | 53 | 171 | 34 | 55 |
| Binary | 1010010 | 10010010 | 1010011 | 101100 | 0 | 101011 | 101011 | 1111001 | 11100 | 101101 |
Color Harmonies of #529253
Complementary color
Monochromatic Colors of #529253
Black with #529253
Text Example
Text Example
White with #529253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529253; }
p { color: rgb(82,146,83); }
H1.HeaderClassName
{
color: #529253;
}
.AnyTagClassName
{
color: #529253;
}
</style>
background-color css
<style>
a { background-color: #529253; }
a { background-color: rgb(82,146,83); }
div.DivClassName
{
background-color: #529253;
}
.BgClassName
{
background-color: #529253;
}
</style>
border-color css
<style>
span { border-color: #529253; }
span { border-color: rgb(82,146,83); }
td.TdClassName
{
border-color: #529253;
}
.TagClassName
{
border-color: #529253;
}
</style>