Shades of Fruit Salad #529558
Tints of Fruit Salad #529558
RGB
CMYK
RGB Variations
Color information
#529558 (or 0x529558) is known color: Fruit Salad. HEX triplet: 52, 95 and 58. RGB value is (82,149,88). Sum of RGB (Red+Green+Blue) = 82+149+88=319 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.71% from 319); Green value is 149 (58.59% from 255 or 46.71% from 319); Blue value is 88 (34.77% from 255 or 27.59% from 319); Max value from RGB is 149 - color contains mainly: green. Hex color #529558 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529558 is #AD6AA7. Grayscale: #7A7A7A. Windows color (decimal): -11365032 or 5805394. OLE color: 5805394.
HSL color Cylindrical-coordinate representation of color #529558: hue angle of 125.37º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #529558 is Cyan = 0.45, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 82 | 149 | 88 | - |
| CMYK | 0.45 | 0 | 0.41 | 0.42 |
| HSL | 125.37º | 0.29% | 0.45% | - |
| HSV(B) | 125.37º | 0.45% | 0.58% | - |
| XYZ | 15.99 | 23.99 | 13.02 | - |
| YUV | 122.01 | 108.8 | 99.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 149 | 88 | 0.45 | 0 | 0.41 | 0.42 | 125.37 | 0.29 | 0.45 |
| Hex | 52 | 95 | 58 | 2D | 0 | 29 | 2A | 7D | 1D | 2D |
| Octal | 122 | 225 | 130 | 55 | 0 | 51 | 52 | 175 | 35 | 55 |
| Binary | 1010010 | 10010101 | 1011000 | 101101 | 0 | 101001 | 101010 | 1111101 | 11101 | 101101 |
Color Harmonies of #529558
Complementary color
Monochromatic Colors of #529558
Black with #529558
Text Example
Text Example
White with #529558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529558; }
p { color: rgb(82,149,88); }
H1.HeaderClassName
{
color: #529558;
}
.AnyTagClassName
{
color: #529558;
}
</style>
background-color css
<style>
a { background-color: #529558; }
a { background-color: rgb(82,149,88); }
div.DivClassName
{
background-color: #529558;
}
.BgClassName
{
background-color: #529558;
}
</style>
border-color css
<style>
span { border-color: #529558; }
span { border-color: rgb(82,149,88); }
td.TdClassName
{
border-color: #529558;
}
.TagClassName
{
border-color: #529558;
}
</style>