Shades of Fruit Salad #528D5A
Tints of Fruit Salad #528D5A
RGB
CMYK
RGB Variations
Color information
#528D5A (or 0x528D5A) is known color: Fruit Salad. HEX triplet: 52, 8D and 5A. RGB value is (82,141,90). Sum of RGB (Red+Green+Blue) = 82+141+90=313 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.20% from 313); Green value is 141 (55.47% from 255 or 45.05% from 313); Blue value is 90 (35.55% from 255 or 28.75% from 313); Max value from RGB is 141 - color contains mainly: green. Hex color #528D5A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528D5A is #AD72A5. Grayscale: #757575. Windows color (decimal): -11367078 or 5934418. OLE color: 5934418.
HSL color Cylindrical-coordinate representation of color #528D5A: hue angle of 128.14º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #528D5A is Cyan = 0.42, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 82 | 141 | 90 | - |
| CMYK | 0.42 | 0 | 0.36 | 0.45 |
| HSL | 128.14º | 0.26% | 0.44% | - |
| HSV(B) | 128.14º | 0.42% | 0.55% | - |
| XYZ | 14.85 | 21.58 | 13.06 | - |
| YUV | 117.55 | 112.45 | 102.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 141 | 90 | 0.42 | 0 | 0.36 | 0.45 | 128.14 | 0.26 | 0.44 |
| Hex | 52 | 8D | 5A | 2A | 0 | 24 | 2D | 80 | 1A | 2C |
| Octal | 122 | 215 | 132 | 52 | 0 | 44 | 55 | 200 | 32 | 54 |
| Binary | 1010010 | 10001101 | 1011010 | 101010 | 0 | 100100 | 101101 | 10000000 | 11010 | 101100 |
Color Harmonies of #528D5A
Complementary color
Monochromatic Colors of #528D5A
Black with #528D5A
Text Example
Text Example
White with #528D5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #528D5A; }
p { color: rgb(82,141,90); }
H1.HeaderClassName
{
color: #528D5A;
}
.AnyTagClassName
{
color: #528D5A;
}
</style>
background-color css
<style>
a { background-color: #528D5A; }
a { background-color: rgb(82,141,90); }
div.DivClassName
{
background-color: #528D5A;
}
.BgClassName
{
background-color: #528D5A;
}
</style>
border-color css
<style>
span { border-color: #528D5A; }
span { border-color: rgb(82,141,90); }
td.TdClassName
{
border-color: #528D5A;
}
.TagClassName
{
border-color: #528D5A;
}
</style>