Shades of Fruit Salad #589B5D
Tints of Fruit Salad #589B5D
RGB
CMYK
RGB Variations
Color information
#589B5D (or 0x589B5D) is known color: Fruit Salad. HEX triplet: 58, 9B and 5D. RGB value is (88,155,93). Sum of RGB (Red+Green+Blue) = 88+155+93=336 (44% of max value = 765). Red value is 88 (34.77% from 255 or 26.19% from 336); Green value is 155 (60.94% from 255 or 46.13% from 336); Blue value is 93 (36.72% from 255 or 27.68% from 336); Max value from RGB is 155 - color contains mainly: green. Hex color #589B5D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #589B5D is #A764A2. Grayscale: #808080. Windows color (decimal): -10970275 or 6134616. OLE color: 6134616.
HSL color Cylindrical-coordinate representation of color #589B5D: hue angle of 124.48º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #589B5D is Cyan = 0.43, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 88 | 155 | 93 | - |
| CMYK | 0.43 | 0 | 0.4 | 0.39 |
| HSL | 124.48º | 0.28% | 0.48% | - |
| HSV(B) | 124.48º | 0.43% | 0.61% | - |
| XYZ | 17.72 | 26.31 | 14.5 | - |
| YUV | 127.9 | 108.3 | 99.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 155 | 93 | 0.43 | 0 | 0.4 | 0.39 | 124.48 | 0.28 | 0.48 |
| Hex | 58 | 9B | 5D | 2B | 0 | 28 | 27 | 7C | 1C | 30 |
| Octal | 130 | 233 | 135 | 53 | 0 | 50 | 47 | 174 | 34 | 60 |
| Binary | 1011000 | 10011011 | 1011101 | 101011 | 0 | 101000 | 100111 | 1111100 | 11100 | 110000 |
Color Harmonies of #589B5D
Complementary color
Monochromatic Colors of #589B5D
Black with #589B5D
Text Example
Text Example
White with #589B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #589B5D; }
p { color: rgb(88,155,93); }
H1.HeaderClassName
{
color: #589B5D;
}
.AnyTagClassName
{
color: #589B5D;
}
</style>
background-color css
<style>
a { background-color: #589B5D; }
a { background-color: rgb(88,155,93); }
div.DivClassName
{
background-color: #589B5D;
}
.BgClassName
{
background-color: #589B5D;
}
</style>
border-color css
<style>
span { border-color: #589B5D; }
span { border-color: rgb(88,155,93); }
td.TdClassName
{
border-color: #589B5D;
}
.TagClassName
{
border-color: #589B5D;
}
</style>