Shades of Fruit Salad #589D5D
Tints of Fruit Salad #589D5D
RGB
CMYK
RGB Variations
Color information
#589D5D (or 0x589D5D) is known color: Fruit Salad. HEX triplet: 58, 9D and 5D. RGB value is (88,157,93). Sum of RGB (Red+Green+Blue) = 88+157+93=338 (44% of max value = 765). Red value is 88 (34.77% from 255 or 26.04% from 338); Green value is 157 (61.72% from 255 or 46.45% from 338); Blue value is 93 (36.72% from 255 or 27.51% from 338); Max value from RGB is 157 - color contains mainly: green. Hex color #589D5D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #589D5D is #A762A2. Grayscale: #818181. Windows color (decimal): -10969763 or 6135128. OLE color: 6135128.
HSL color Cylindrical-coordinate representation of color #589D5D: hue angle of 124.35º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #589D5D is Cyan = 0.44, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 88 | 157 | 93 | - |
| CMYK | 0.44 | 0 | 0.41 | 0.38 |
| HSL | 124.35º | 0.28% | 0.48% | - |
| HSV(B) | 124.35º | 0.44% | 0.62% | - |
| XYZ | 18.06 | 26.98 | 14.61 | - |
| YUV | 129.07 | 107.64 | 98.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 157 | 93 | 0.44 | 0 | 0.41 | 0.38 | 124.35 | 0.28 | 0.48 |
| Hex | 58 | 9D | 5D | 2C | 0 | 29 | 26 | 7C | 1C | 30 |
| Octal | 130 | 235 | 135 | 54 | 0 | 51 | 46 | 174 | 34 | 60 |
| Binary | 1011000 | 10011101 | 1011101 | 101100 | 0 | 101001 | 100110 | 1111100 | 11100 | 110000 |
Color Harmonies of #589D5D
Complementary color
Monochromatic Colors of #589D5D
Black with #589D5D
Text Example
Text Example
White with #589D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #589D5D; }
p { color: rgb(88,157,93); }
H1.HeaderClassName
{
color: #589D5D;
}
.AnyTagClassName
{
color: #589D5D;
}
</style>
background-color css
<style>
a { background-color: #589D5D; }
a { background-color: rgb(88,157,93); }
div.DivClassName
{
background-color: #589D5D;
}
.BgClassName
{
background-color: #589D5D;
}
</style>
border-color css
<style>
span { border-color: #589D5D; }
span { border-color: rgb(88,157,93); }
td.TdClassName
{
border-color: #589D5D;
}
.TagClassName
{
border-color: #589D5D;
}
</style>