Shades of Fruit Salad #589E5C
Tints of Fruit Salad #589E5C
RGB
CMYK
RGB Variations
Color information
#589E5C (or 0x589E5C) is known color: Fruit Salad. HEX triplet: 58, 9E and 5C. RGB value is (88,158,92). Sum of RGB (Red+Green+Blue) = 88+158+92=338 (44% of max value = 765). Red value is 88 (34.77% from 255 or 26.04% from 338); Green value is 158 (62.11% from 255 or 46.75% from 338); Blue value is 92 (36.33% from 255 or 27.22% from 338); Max value from RGB is 158 - color contains mainly: green. Hex color #589E5C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #589E5C is #A761A3. Grayscale: #818181. Windows color (decimal): -10969508 or 6069848. OLE color: 6069848.
HSL color Cylindrical-coordinate representation of color #589E5C: hue angle of 123.43º 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 #589E5C is Cyan = 0.44, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 88 | 158 | 92 | - |
| CMYK | 0.44 | 0 | 0.42 | 0.38 |
| HSL | 123.43º | 0.28% | 0.48% | - |
| HSV(B) | 123.43º | 0.44% | 0.62% | - |
| XYZ | 18.18 | 27.3 | 14.44 | - |
| YUV | 129.55 | 106.81 | 98.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 158 | 92 | 0.44 | 0 | 0.42 | 0.38 | 123.43 | 0.28 | 0.48 |
| Hex | 58 | 9E | 5C | 2C | 0 | 2A | 26 | 7B | 1C | 30 |
| Octal | 130 | 236 | 134 | 54 | 0 | 52 | 46 | 173 | 34 | 60 |
| Binary | 1011000 | 10011110 | 1011100 | 101100 | 0 | 101010 | 100110 | 1111011 | 11100 | 110000 |
Color Harmonies of #589E5C
Complementary color
Monochromatic Colors of #589E5C
Black with #589E5C
Text Example
Text Example
White with #589E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #589E5C; }
p { color: rgb(88,158,92); }
H1.HeaderClassName
{
color: #589E5C;
}
.AnyTagClassName
{
color: #589E5C;
}
</style>
background-color css
<style>
a { background-color: #589E5C; }
a { background-color: rgb(88,158,92); }
div.DivClassName
{
background-color: #589E5C;
}
.BgClassName
{
background-color: #589E5C;
}
</style>
border-color css
<style>
span { border-color: #589E5C; }
span { border-color: rgb(88,158,92); }
td.TdClassName
{
border-color: #589E5C;
}
.TagClassName
{
border-color: #589E5C;
}
</style>