Shades of Fruit Salad #58A560
Tints of Fruit Salad #58A560
RGB
CMYK
RGB Variations
Color information
#58A560 (or 0x58A560) is known color: Fruit Salad. HEX triplet: 58, A5 and 60. RGB value is (88,165,96). Sum of RGB (Red+Green+Blue) = 88+165+96=349 (46% of max value = 765). Red value is 88 (34.77% from 255 or 25.21% from 349); Green value is 165 (64.84% from 255 or 47.28% from 349); Blue value is 96 (37.89% from 255 or 27.51% from 349); Max value from RGB is 165 - color contains mainly: green. Hex color #58A560 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58A560 is #A75A9F. Grayscale: #868686. Windows color (decimal): -10967712 or 6333784. OLE color: 6333784.
HSL color Cylindrical-coordinate representation of color #58A560: hue angle of 126.23º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #58A560 is Cyan = 0.47, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 88 | 165 | 96 | - |
| CMYK | 0.47 | 0 | 0.42 | 0.35 |
| HSL | 126.23º | 0.3% | 0.5% | - |
| HSV(B) | 126.23º | 0.47% | 0.65% | - |
| XYZ | 19.59 | 29.83 | 15.79 | - |
| YUV | 134.11 | 106.49 | 95.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 165 | 96 | 0.47 | 0 | 0.42 | 0.35 | 126.23 | 0.3 | 0.5 |
| Hex | 58 | A5 | 60 | 2F | 0 | 2A | 23 | 7E | 1E | 32 |
| Octal | 130 | 245 | 140 | 57 | 0 | 52 | 43 | 176 | 36 | 62 |
| Binary | 1011000 | 10100101 | 1100000 | 101111 | 0 | 101010 | 100011 | 1111110 | 11110 | 110010 |
Color Harmonies of #58A560
Complementary color
Monochromatic Colors of #58A560
Black with #58A560
Text Example
Text Example
White with #58A560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58A560; }
p { color: rgb(88,165,96); }
H1.HeaderClassName
{
color: #58A560;
}
.AnyTagClassName
{
color: #58A560;
}
</style>
background-color css
<style>
a { background-color: #58A560; }
a { background-color: rgb(88,165,96); }
div.DivClassName
{
background-color: #58A560;
}
.BgClassName
{
background-color: #58A560;
}
</style>
border-color css
<style>
span { border-color: #58A560; }
span { border-color: rgb(88,165,96); }
td.TdClassName
{
border-color: #58A560;
}
.TagClassName
{
border-color: #58A560;
}
</style>