Shades of Fruit Salad #529B56
Tints of Fruit Salad #529B56
RGB
CMYK
RGB Variations
Color information
#529B56 (or 0x529B56) is known color: Fruit Salad. HEX triplet: 52, 9B and 56. RGB value is (82,155,86). Sum of RGB (Red+Green+Blue) = 82+155+86=323 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.39% from 323); Green value is 155 (60.94% from 255 or 47.99% from 323); Blue value is 86 (33.98% from 255 or 26.63% from 323); Max value from RGB is 155 - color contains mainly: green. Hex color #529B56 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529B56 is #AD64A9. Grayscale: #7D7D7D. Windows color (decimal): -11363498 or 5675858. OLE color: 5675858.
HSL color Cylindrical-coordinate representation of color #529B56: hue angle of 123.29º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #529B56 is Cyan = 0.47, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 82 | 155 | 86 | - |
| CMYK | 0.47 | 0 | 0.45 | 0.39 |
| HSL | 123.29º | 0.31% | 0.46% | - |
| HSV(B) | 123.29º | 0.47% | 0.61% | - |
| XYZ | 16.88 | 25.91 | 12.92 | - |
| YUV | 125.31 | 105.82 | 97.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 155 | 86 | 0.47 | 0 | 0.45 | 0.39 | 123.29 | 0.31 | 0.46 |
| Hex | 52 | 9B | 56 | 2F | 0 | 2D | 27 | 7B | 1F | 2E |
| Octal | 122 | 233 | 126 | 57 | 0 | 55 | 47 | 173 | 37 | 56 |
| Binary | 1010010 | 10011011 | 1010110 | 101111 | 0 | 101101 | 100111 | 1111011 | 11111 | 101110 |
Color Harmonies of #529B56
Complementary color
Monochromatic Colors of #529B56
Black with #529B56
Text Example
Text Example
White with #529B56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529B56; }
p { color: rgb(82,155,86); }
H1.HeaderClassName
{
color: #529B56;
}
.AnyTagClassName
{
color: #529B56;
}
</style>
background-color css
<style>
a { background-color: #529B56; }
a { background-color: rgb(82,155,86); }
div.DivClassName
{
background-color: #529B56;
}
.BgClassName
{
background-color: #529B56;
}
</style>
border-color css
<style>
span { border-color: #529B56; }
span { border-color: rgb(82,155,86); }
td.TdClassName
{
border-color: #529B56;
}
.TagClassName
{
border-color: #529B56;
}
</style>