Shades of Fruit Salad #528E5B
Tints of Fruit Salad #528E5B
RGB
CMYK
RGB Variations
Color information
#528E5B (or 0x528E5B) is known color: Fruit Salad. HEX triplet: 52, 8E and 5B. RGB value is (82,142,91). Sum of RGB (Red+Green+Blue) = 82+142+91=315 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.03% from 315); Green value is 142 (55.86% from 255 or 45.08% from 315); Blue value is 91 (35.94% from 255 or 28.89% from 315); Max value from RGB is 142 - color contains mainly: green. Hex color #528E5B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528E5B is #AD71A4. Grayscale: #767676. Windows color (decimal): -11366821 or 6000210. OLE color: 6000210.
HSL color Cylindrical-coordinate representation of color #528E5B: hue angle of 129º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #528E5B is Cyan = 0.42, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 82 | 142 | 91 | - |
| CMYK | 0.42 | 0 | 0.36 | 0.44 |
| HSL | 129º | 0.27% | 0.44% | - |
| HSV(B) | 129º | 0.42% | 0.56% | - |
| XYZ | 15.04 | 21.9 | 13.33 | - |
| YUV | 118.25 | 112.62 | 102.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 142 | 91 | 0.42 | 0 | 0.36 | 0.44 | 129 | 0.27 | 0.44 |
| Hex | 52 | 8E | 5B | 2A | 0 | 24 | 2C | 81 | 1B | 2C |
| Octal | 122 | 216 | 133 | 52 | 0 | 44 | 54 | 201 | 33 | 54 |
| Binary | 1010010 | 10001110 | 1011011 | 101010 | 0 | 100100 | 101100 | 10000001 | 11011 | 101100 |
Color Harmonies of #528E5B
Complementary color
Monochromatic Colors of #528E5B
Black with #528E5B
Text Example
Text Example
White with #528E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #528E5B; }
p { color: rgb(82,142,91); }
H1.HeaderClassName
{
color: #528E5B;
}
.AnyTagClassName
{
color: #528E5B;
}
</style>
background-color css
<style>
a { background-color: #528E5B; }
a { background-color: rgb(82,142,91); }
div.DivClassName
{
background-color: #528E5B;
}
.BgClassName
{
background-color: #528E5B;
}
</style>
border-color css
<style>
span { border-color: #528E5B; }
span { border-color: rgb(82,142,91); }
td.TdClassName
{
border-color: #528E5B;
}
.TagClassName
{
border-color: #528E5B;
}
</style>