Shades of Fruit Salad #529957
Tints of Fruit Salad #529957
RGB
CMYK
RGB Variations
Color information
#529957 (or 0x529957) is known color: Fruit Salad. HEX triplet: 52, 99 and 57. RGB value is (82,153,87). Sum of RGB (Red+Green+Blue) = 82+153+87=322 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.47% from 322); Green value is 153 (60.16% from 255 or 47.52% from 322); Blue value is 87 (34.38% from 255 or 27.02% from 322); Max value from RGB is 153 - color contains mainly: green. Hex color #529957 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529957 is #AD66A8. Grayscale: #7C7C7C. Windows color (decimal): -11364009 or 5740882. OLE color: 5740882.
HSL color Cylindrical-coordinate representation of color #529957: hue angle of 124.23º 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 #529957 is Cyan = 0.46, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 82 | 153 | 87 | - |
| CMYK | 0.46 | 0 | 0.43 | 0.4 |
| HSL | 124.23º | 0.3% | 0.46% | - |
| HSV(B) | 124.23º | 0.46% | 0.6% | - |
| XYZ | 16.59 | 25.26 | 13.02 | - |
| YUV | 124.25 | 106.98 | 97.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 153 | 87 | 0.46 | 0 | 0.43 | 0.4 | 124.23 | 0.3 | 0.46 |
| Hex | 52 | 99 | 57 | 2E | 0 | 2B | 28 | 7C | 1E | 2E |
| Octal | 122 | 231 | 127 | 56 | 0 | 53 | 50 | 174 | 36 | 56 |
| Binary | 1010010 | 10011001 | 1010111 | 101110 | 0 | 101011 | 101000 | 1111100 | 11110 | 101110 |
Color Harmonies of #529957
Complementary color
Monochromatic Colors of #529957
Black with #529957
Text Example
Text Example
White with #529957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529957; }
p { color: rgb(82,153,87); }
H1.HeaderClassName
{
color: #529957;
}
.AnyTagClassName
{
color: #529957;
}
</style>
background-color css
<style>
a { background-color: #529957; }
a { background-color: rgb(82,153,87); }
div.DivClassName
{
background-color: #529957;
}
.BgClassName
{
background-color: #529957;
}
</style>
border-color css
<style>
span { border-color: #529957; }
span { border-color: rgb(82,153,87); }
td.TdClassName
{
border-color: #529957;
}
.TagClassName
{
border-color: #529957;
}
</style>