Shades of Fruit Salad #58995D
Tints of Fruit Salad #58995D
RGB
CMYK
RGB Variations
Color information
#58995D (or 0x58995D) is known color: Fruit Salad. HEX triplet: 58, 99 and 5D. RGB value is (88,153,93). Sum of RGB (Red+Green+Blue) = 88+153+93=334 (44% of max value = 765). Red value is 88 (34.77% from 255 or 26.35% from 334); Green value is 153 (60.16% from 255 or 45.81% from 334); Blue value is 93 (36.72% from 255 or 27.84% from 334); Max value from RGB is 153 - color contains mainly: green. Hex color #58995D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58995D is #A766A2. Grayscale: #7E7E7E. Windows color (decimal): -10970787 or 6134104. OLE color: 6134104.
HSL color Cylindrical-coordinate representation of color #58995D: hue angle of 124.62º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #58995D is Cyan = 0.42, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 88 | 153 | 93 | - |
| CMYK | 0.42 | 0 | 0.39 | 0.4 |
| HSL | 124.62º | 0.27% | 0.47% | - |
| HSV(B) | 124.62º | 0.42% | 0.6% | - |
| XYZ | 17.39 | 25.65 | 14.39 | - |
| YUV | 126.73 | 108.97 | 100.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 153 | 93 | 0.42 | 0 | 0.39 | 0.4 | 124.62 | 0.27 | 0.47 |
| Hex | 58 | 99 | 5D | 2A | 0 | 27 | 28 | 7D | 1B | 2F |
| Octal | 130 | 231 | 135 | 52 | 0 | 47 | 50 | 175 | 33 | 57 |
| Binary | 1011000 | 10011001 | 1011101 | 101010 | 0 | 100111 | 101000 | 1111101 | 11011 | 101111 |
Color Harmonies of #58995D
Complementary color
Monochromatic Colors of #58995D
Black with #58995D
Text Example
Text Example
White with #58995D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58995D; }
p { color: rgb(88,153,93); }
H1.HeaderClassName
{
color: #58995D;
}
.AnyTagClassName
{
color: #58995D;
}
</style>
background-color css
<style>
a { background-color: #58995D; }
a { background-color: rgb(88,153,93); }
div.DivClassName
{
background-color: #58995D;
}
.BgClassName
{
background-color: #58995D;
}
</style>
border-color css
<style>
span { border-color: #58995D; }
span { border-color: rgb(88,153,93); }
td.TdClassName
{
border-color: #58995D;
}
.TagClassName
{
border-color: #58995D;
}
</style>