Shades of Fruit Salad #529958
Tints of Fruit Salad #529958
RGB
CMYK
RGB Variations
Color information
#529958 (or 0x529958) is known color: Fruit Salad. HEX triplet: 52, 99 and 58. RGB value is (82,153,88). Sum of RGB (Red+Green+Blue) = 82+153+88=323 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.39% from 323); Green value is 153 (60.16% from 255 or 47.37% from 323); Blue value is 88 (34.77% from 255 or 27.24% from 323); Max value from RGB is 153 - color contains mainly: green. Hex color #529958 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529958 is #AD66A7. Grayscale: #7C7C7C. Windows color (decimal): -11364008 or 5806418. OLE color: 5806418.
HSL color Cylindrical-coordinate representation of color #529958: hue angle of 125.07º 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 #529958 is Cyan = 0.46, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 82 | 153 | 88 | - |
| CMYK | 0.46 | 0 | 0.42 | 0.4 |
| HSL | 125.07º | 0.3% | 0.46% | - |
| HSV(B) | 125.07º | 0.46% | 0.6% | - |
| XYZ | 16.63 | 25.28 | 13.24 | - |
| YUV | 124.36 | 107.48 | 97.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 153 | 88 | 0.46 | 0 | 0.42 | 0.4 | 125.07 | 0.3 | 0.46 |
| Hex | 52 | 99 | 58 | 2E | 0 | 2A | 28 | 7D | 1E | 2E |
| Octal | 122 | 231 | 130 | 56 | 0 | 52 | 50 | 175 | 36 | 56 |
| Binary | 1010010 | 10011001 | 1011000 | 101110 | 0 | 101010 | 101000 | 1111101 | 11110 | 101110 |
Color Harmonies of #529958
Complementary color
Monochromatic Colors of #529958
Black with #529958
Text Example
Text Example
White with #529958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529958; }
p { color: rgb(82,153,88); }
H1.HeaderClassName
{
color: #529958;
}
.AnyTagClassName
{
color: #529958;
}
</style>
background-color css
<style>
a { background-color: #529958; }
a { background-color: rgb(82,153,88); }
div.DivClassName
{
background-color: #529958;
}
.BgClassName
{
background-color: #529958;
}
</style>
border-color css
<style>
span { border-color: #529958; }
span { border-color: rgb(82,153,88); }
td.TdClassName
{
border-color: #529958;
}
.TagClassName
{
border-color: #529958;
}
</style>