Shades of Fruit Salad #529157
Tints of Fruit Salad #529157
RGB
CMYK
RGB Variations
Color information
#529157 (or 0x529157) is known color: Fruit Salad. HEX triplet: 52, 91 and 57. RGB value is (82,145,87). Sum of RGB (Red+Green+Blue) = 82+145+87=314 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.11% from 314); Green value is 145 (57.03% from 255 or 46.18% from 314); Blue value is 87 (34.38% from 255 or 27.71% from 314); Max value from RGB is 145 - color contains mainly: green. Hex color #529157 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529157 is #AD6EA8. Grayscale: #777777. Windows color (decimal): -11366057 or 5738834. OLE color: 5738834.
HSL color Cylindrical-coordinate representation of color #529157: hue angle of 124.76º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #529157 is Cyan = 0.43, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 82 | 145 | 87 | - |
| CMYK | 0.43 | 0 | 0.4 | 0.43 |
| HSL | 124.76º | 0.28% | 0.45% | - |
| HSV(B) | 124.76º | 0.43% | 0.57% | - |
| XYZ | 15.33 | 22.73 | 12.6 | - |
| YUV | 119.55 | 109.63 | 101.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 145 | 87 | 0.43 | 0 | 0.4 | 0.43 | 124.76 | 0.28 | 0.45 |
| Hex | 52 | 91 | 57 | 2B | 0 | 28 | 2B | 7D | 1C | 2D |
| Octal | 122 | 221 | 127 | 53 | 0 | 50 | 53 | 175 | 34 | 55 |
| Binary | 1010010 | 10010001 | 1010111 | 101011 | 0 | 101000 | 101011 | 1111101 | 11100 | 101101 |
Color Harmonies of #529157
Complementary color
Monochromatic Colors of #529157
Black with #529157
Text Example
Text Example
White with #529157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529157; }
p { color: rgb(82,145,87); }
H1.HeaderClassName
{
color: #529157;
}
.AnyTagClassName
{
color: #529157;
}
</style>
background-color css
<style>
a { background-color: #529157; }
a { background-color: rgb(82,145,87); }
div.DivClassName
{
background-color: #529157;
}
.BgClassName
{
background-color: #529157;
}
</style>
border-color css
<style>
span { border-color: #529157; }
span { border-color: rgb(82,145,87); }
td.TdClassName
{
border-color: #529157;
}
.TagClassName
{
border-color: #529157;
}
</style>