Shades of Fruit Salad #529153
Tints of Fruit Salad #529153
RGB
CMYK
RGB Variations
Color information
#529153 (or 0x529153) is known color: Fruit Salad. HEX triplet: 52, 91 and 53. RGB value is (82,145,83). Sum of RGB (Red+Green+Blue) = 82+145+83=310 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.45% from 310); Green value is 145 (57.03% from 255 or 46.77% from 310); Blue value is 83 (32.81% from 255 or 26.77% from 310); Max value from RGB is 145 - color contains mainly: green. Hex color #529153 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529153 is #AD6EAC. Grayscale: #777777. Windows color (decimal): -11366061 or 5476690. OLE color: 5476690.
HSL color Cylindrical-coordinate representation of color #529153: hue angle of 120.95º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #529153 is Cyan = 0.43, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 82 | 145 | 83 | - |
| CMYK | 0.43 | 0 | 0.43 | 0.43 |
| HSL | 120.95º | 0.28% | 0.45% | - |
| HSV(B) | 120.95º | 0.43% | 0.57% | - |
| XYZ | 15.17 | 22.67 | 11.76 | - |
| YUV | 119.1 | 107.63 | 101.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 145 | 83 | 0.43 | 0 | 0.43 | 0.43 | 120.95 | 0.28 | 0.45 |
| Hex | 52 | 91 | 53 | 2B | 0 | 2B | 2B | 79 | 1C | 2D |
| Octal | 122 | 221 | 123 | 53 | 0 | 53 | 53 | 171 | 34 | 55 |
| Binary | 1010010 | 10010001 | 1010011 | 101011 | 0 | 101011 | 101011 | 1111001 | 11100 | 101101 |
Color Harmonies of #529153
Complementary color
Monochromatic Colors of #529153
Black with #529153
Text Example
Text Example
White with #529153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529153; }
p { color: rgb(82,145,83); }
H1.HeaderClassName
{
color: #529153;
}
.AnyTagClassName
{
color: #529153;
}
</style>
background-color css
<style>
a { background-color: #529153; }
a { background-color: rgb(82,145,83); }
div.DivClassName
{
background-color: #529153;
}
.BgClassName
{
background-color: #529153;
}
</style>
border-color css
<style>
span { border-color: #529153; }
span { border-color: rgb(82,145,83); }
td.TdClassName
{
border-color: #529153;
}
.TagClassName
{
border-color: #529153;
}
</style>