Shades of Fruit Salad #58AA5C
Tints of Fruit Salad #58AA5C
RGB
CMYK
RGB Variations
Color information
#58AA5C (or 0x58AA5C) is known color: Fruit Salad. HEX triplet: 58, AA and 5C. RGB value is (88,170,92). Sum of RGB (Red+Green+Blue) = 88+170+92=350 (46% of max value = 765). Red value is 88 (34.77% from 255 or 25.14% from 350); Green value is 170 (66.80% from 255 or 48.57% from 350); Blue value is 92 (36.33% from 255 or 26.29% from 350); Max value from RGB is 170 - color contains mainly: green. Hex color #58AA5C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58AA5C is #A755A3. Grayscale: #888888. Windows color (decimal): -10966436 or 6072920. OLE color: 6072920.
HSL color Cylindrical-coordinate representation of color #58AA5C: hue angle of 122.93º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #58AA5C is Cyan = 0.48, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 88 | 170 | 92 | - |
| CMYK | 0.48 | 0 | 0.46 | 0.33 |
| HSL | 122.93º | 0.33% | 0.51% | - |
| HSV(B) | 122.93º | 0.48% | 0.67% | - |
| XYZ | 20.33 | 31.6 | 15.15 | - |
| YUV | 136.59 | 102.83 | 93.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 170 | 92 | 0.48 | 0 | 0.46 | 0.33 | 122.93 | 0.33 | 0.51 |
| Hex | 58 | AA | 5C | 30 | 0 | 2E | 21 | 7B | 21 | 33 |
| Octal | 130 | 252 | 134 | 60 | 0 | 56 | 41 | 173 | 41 | 63 |
| Binary | 1011000 | 10101010 | 1011100 | 110000 | 0 | 101110 | 100001 | 1111011 | 100001 | 110011 |
Color Harmonies of #58AA5C
Complementary color
Monochromatic Colors of #58AA5C
Black with #58AA5C
Text Example
Text Example
White with #58AA5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58AA5C; }
p { color: rgb(88,170,92); }
H1.HeaderClassName
{
color: #58AA5C;
}
.AnyTagClassName
{
color: #58AA5C;
}
</style>
background-color css
<style>
a { background-color: #58AA5C; }
a { background-color: rgb(88,170,92); }
div.DivClassName
{
background-color: #58AA5C;
}
.BgClassName
{
background-color: #58AA5C;
}
</style>
border-color css
<style>
span { border-color: #58AA5C; }
span { border-color: rgb(88,170,92); }
td.TdClassName
{
border-color: #58AA5C;
}
.TagClassName
{
border-color: #58AA5C;
}
</style>