Shades of Fruit Salad #589F5D
Tints of Fruit Salad #589F5D
RGB
CMYK
RGB Variations
Color information
#589F5D (or 0x589F5D) is known color: Fruit Salad. HEX triplet: 58, 9F and 5D. RGB value is (88,159,93). Sum of RGB (Red+Green+Blue) = 88+159+93=340 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.88% from 340); Green value is 159 (62.5% from 255 or 46.76% from 340); Blue value is 93 (36.72% from 255 or 27.35% from 340); Max value from RGB is 159 - color contains mainly: green. Hex color #589F5D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #589F5D is #A760A2. Grayscale: #828282. Windows color (decimal): -10969251 or 6135640. OLE color: 6135640.
HSL color Cylindrical-coordinate representation of color #589F5D: hue angle of 124.23º degrees, saturation: 0.29, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #589F5D is Cyan = 0.45, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 88 | 159 | 93 | - |
| CMYK | 0.45 | 0 | 0.42 | 0.38 |
| HSL | 124.23º | 0.29% | 0.48% | - |
| HSV(B) | 124.23º | 0.45% | 0.62% | - |
| XYZ | 18.4 | 27.66 | 14.73 | - |
| YUV | 130.25 | 106.98 | 97.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 159 | 93 | 0.45 | 0 | 0.42 | 0.38 | 124.23 | 0.29 | 0.48 |
| Hex | 58 | 9F | 5D | 2D | 0 | 2A | 26 | 7C | 1D | 30 |
| Octal | 130 | 237 | 135 | 55 | 0 | 52 | 46 | 174 | 35 | 60 |
| Binary | 1011000 | 10011111 | 1011101 | 101101 | 0 | 101010 | 100110 | 1111100 | 11101 | 110000 |
Color Harmonies of #589F5D
Complementary color
Monochromatic Colors of #589F5D
Black with #589F5D
Text Example
Text Example
White with #589F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #589F5D; }
p { color: rgb(88,159,93); }
H1.HeaderClassName
{
color: #589F5D;
}
.AnyTagClassName
{
color: #589F5D;
}
</style>
background-color css
<style>
a { background-color: #589F5D; }
a { background-color: rgb(88,159,93); }
div.DivClassName
{
background-color: #589F5D;
}
.BgClassName
{
background-color: #589F5D;
}
</style>
border-color css
<style>
span { border-color: #589F5D; }
span { border-color: rgb(88,159,93); }
td.TdClassName
{
border-color: #589F5D;
}
.TagClassName
{
border-color: #589F5D;
}
</style>