Shades of Fruit Salad #52935C
Tints of Fruit Salad #52935C
RGB
CMYK
RGB Variations
Color information
#52935C (or 0x52935C) is known color: Fruit Salad. HEX triplet: 52, 93 and 5C. RGB value is (82,147,92). Sum of RGB (Red+Green+Blue) = 82+147+92=321 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.55% from 321); Green value is 147 (57.81% from 255 or 45.79% from 321); Blue value is 92 (36.33% from 255 or 28.66% from 321); Max value from RGB is 147 - color contains mainly: green. Hex color #52935C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52935C is #AD6CA3. Grayscale: #797979. Windows color (decimal): -11365540 or 6067026. OLE color: 6067026.
HSL color Cylindrical-coordinate representation of color #52935C: hue angle of 129.23º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #52935C is Cyan = 0.44, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 82 | 147 | 92 | - |
| CMYK | 0.44 | 0 | 0.37 | 0.42 |
| HSL | 129.23º | 0.28% | 0.45% | - |
| HSV(B) | 129.23º | 0.44% | 0.58% | - |
| XYZ | 15.85 | 23.43 | 13.81 | - |
| YUV | 121.3 | 111.47 | 99.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 147 | 92 | 0.44 | 0 | 0.37 | 0.42 | 129.23 | 0.28 | 0.45 |
| Hex | 52 | 93 | 5C | 2C | 0 | 25 | 2A | 81 | 1C | 2D |
| Octal | 122 | 223 | 134 | 54 | 0 | 45 | 52 | 201 | 34 | 55 |
| Binary | 1010010 | 10010011 | 1011100 | 101100 | 0 | 100101 | 101010 | 10000001 | 11100 | 101101 |
Color Harmonies of #52935C
Complementary color
Monochromatic Colors of #52935C
Black with #52935C
Text Example
Text Example
White with #52935C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52935C; }
p { color: rgb(82,147,92); }
H1.HeaderClassName
{
color: #52935C;
}
.AnyTagClassName
{
color: #52935C;
}
</style>
background-color css
<style>
a { background-color: #52935C; }
a { background-color: rgb(82,147,92); }
div.DivClassName
{
background-color: #52935C;
}
.BgClassName
{
background-color: #52935C;
}
</style>
border-color css
<style>
span { border-color: #52935C; }
span { border-color: rgb(82,147,92); }
td.TdClassName
{
border-color: #52935C;
}
.TagClassName
{
border-color: #52935C;
}
</style>