Shades of Fruit Salad #589F65
Tints of Fruit Salad #589F65
RGB
CMYK
RGB Variations
Color information
#589F65 (or 0x589F65) is known color: Fruit Salad. HEX triplet: 58, 9F and 65. RGB value is (88,159,101). Sum of RGB (Red+Green+Blue) = 88+159+101=348 (46% of max value = 765). Red value is 88 (34.77% from 255 or 25.29% from 348); Green value is 159 (62.5% from 255 or 45.69% from 348); Blue value is 101 (39.84% from 255 or 29.02% from 348); Max value from RGB is 159 - color contains mainly: green. Hex color #589F65 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #589F65 is #A7609A. Grayscale: #838383. Windows color (decimal): -10969243 or 6659928. OLE color: 6659928.
HSL color Cylindrical-coordinate representation of color #589F65: hue angle of 130.99º 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 #589F65 is Cyan = 0.45, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 88 | 159 | 101 | - |
| CMYK | 0.45 | 0 | 0.36 | 0.38 |
| HSL | 130.99º | 0.29% | 0.48% | - |
| HSV(B) | 130.99º | 0.45% | 0.62% | - |
| XYZ | 18.77 | 27.81 | 16.69 | - |
| YUV | 131.16 | 110.98 | 97.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 159 | 101 | 0.45 | 0 | 0.36 | 0.38 | 130.99 | 0.29 | 0.48 |
| Hex | 58 | 9F | 65 | 2D | 0 | 24 | 26 | 83 | 1D | 30 |
| Octal | 130 | 237 | 145 | 55 | 0 | 44 | 46 | 203 | 35 | 60 |
| Binary | 1011000 | 10011111 | 1100101 | 101101 | 0 | 100100 | 100110 | 10000011 | 11101 | 110000 |
Color Harmonies of #589F65
Complementary color
Monochromatic Colors of #589F65
Black with #589F65
Text Example
Text Example
White with #589F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #589F65; }
p { color: rgb(88,159,101); }
H1.HeaderClassName
{
color: #589F65;
}
.AnyTagClassName
{
color: #589F65;
}
</style>
background-color css
<style>
a { background-color: #589F65; }
a { background-color: rgb(88,159,101); }
div.DivClassName
{
background-color: #589F65;
}
.BgClassName
{
background-color: #589F65;
}
</style>
border-color css
<style>
span { border-color: #589F65; }
span { border-color: rgb(88,159,101); }
td.TdClassName
{
border-color: #589F65;
}
.TagClassName
{
border-color: #589F65;
}
</style>