Shades of Fruit Salad #529858
Tints of Fruit Salad #529858
RGB
CMYK
RGB Variations
Color information
#529858 (or 0x529858) is known color: Fruit Salad. HEX triplet: 52, 98 and 58. RGB value is (82,152,88). Sum of RGB (Red+Green+Blue) = 82+152+88=322 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.47% from 322); Green value is 152 (59.77% from 255 or 47.20% from 322); Blue value is 88 (34.77% from 255 or 27.33% from 322); Max value from RGB is 152 - color contains mainly: green. Hex color #529858 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529858 is #AD67A7. Grayscale: #7B7B7B. Windows color (decimal): -11364264 or 5806162. OLE color: 5806162.
HSL color Cylindrical-coordinate representation of color #529858: hue angle of 125.14º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #529858 is Cyan = 0.46, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 82 | 152 | 88 | - |
| CMYK | 0.46 | 0 | 0.42 | 0.40 |
| HSL | 125.14º | 0.3% | 0.46% | - |
| HSV(B) | 125.14º | 0.46% | 0.6% | - |
| XYZ | 16.47 | 24.95 | 13.18 | - |
| YUV | 123.77 | 107.81 | 98.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 152 | 88 | 0.46 | 0 | 0.42 | 0.40 | 125.14 | 0.3 | 0.46 |
| Hex | 52 | 98 | 58 | 2E | 0 | 2A | 28 | 7D | 1E | 2E |
| Octal | 122 | 230 | 130 | 56 | 0 | 52 | 50 | 175 | 36 | 56 |
| Binary | 1010010 | 10011000 | 1011000 | 101110 | 0 | 101010 | 101000 | 1111101 | 11110 | 101110 |
Color Harmonies of #529858
Complementary color
Monochromatic Colors of #529858
Black with #529858
Text Example
Text Example
White with #529858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529858; }
p { color: rgb(82,152,88); }
H1.HeaderClassName
{
color: #529858;
}
.AnyTagClassName
{
color: #529858;
}
</style>
background-color css
<style>
a { background-color: #529858; }
a { background-color: rgb(82,152,88); }
div.DivClassName
{
background-color: #529858;
}
.BgClassName
{
background-color: #529858;
}
</style>
border-color css
<style>
span { border-color: #529858; }
span { border-color: rgb(82,152,88); }
td.TdClassName
{
border-color: #529858;
}
.TagClassName
{
border-color: #529858;
}
</style>