Shades of Fruit Salad #529658
Tints of Fruit Salad #529658
RGB
CMYK
RGB Variations
Color information
#529658 (or 0x529658) is known color: Fruit Salad. HEX triplet: 52, 96 and 58. RGB value is (82,150,88). Sum of RGB (Red+Green+Blue) = 82+150+88=320 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.62% from 320); Green value is 150 (58.98% from 255 or 46.88% from 320); Blue value is 88 (34.77% from 255 or 27.5% from 320); Max value from RGB is 150 - color contains mainly: green. Hex color #529658 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529658 is #AD69A7. Grayscale: #7A7A7A. Windows color (decimal): -11364776 or 5805650. OLE color: 5805650.
HSL color Cylindrical-coordinate representation of color #529658: hue angle of 125.29º 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 #529658 is Cyan = 0.45, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 82 | 150 | 88 | - |
| CMYK | 0.45 | 0 | 0.41 | 0.41 |
| HSL | 125.29º | 0.29% | 0.45% | - |
| HSV(B) | 125.29º | 0.45% | 0.59% | - |
| XYZ | 16.15 | 24.31 | 13.07 | - |
| YUV | 122.6 | 108.47 | 99.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 150 | 88 | 0.45 | 0 | 0.41 | 0.41 | 125.29 | 0.29 | 0.45 |
| Hex | 52 | 96 | 58 | 2D | 0 | 29 | 29 | 7D | 1D | 2D |
| Octal | 122 | 226 | 130 | 55 | 0 | 51 | 51 | 175 | 35 | 55 |
| Binary | 1010010 | 10010110 | 1011000 | 101101 | 0 | 101001 | 101001 | 1111101 | 11101 | 101101 |
Color Harmonies of #529658
Complementary color
Monochromatic Colors of #529658
Black with #529658
Text Example
Text Example
White with #529658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529658; }
p { color: rgb(82,150,88); }
H1.HeaderClassName
{
color: #529658;
}
.AnyTagClassName
{
color: #529658;
}
</style>
background-color css
<style>
a { background-color: #529658; }
a { background-color: rgb(82,150,88); }
div.DivClassName
{
background-color: #529658;
}
.BgClassName
{
background-color: #529658;
}
</style>
border-color css
<style>
span { border-color: #529658; }
span { border-color: rgb(82,150,88); }
td.TdClassName
{
border-color: #529658;
}
.TagClassName
{
border-color: #529658;
}
</style>