Shades of Fruit Salad #589C5D
Tints of Fruit Salad #589C5D
RGB
CMYK
RGB Variations
Color information
#589C5D (or 0x589C5D) is known color: Fruit Salad. HEX triplet: 58, 9C and 5D. RGB value is (88,156,93). Sum of RGB (Red+Green+Blue) = 88+156+93=337 (44% of max value = 765). Red value is 88 (34.77% from 255 or 26.11% from 337); Green value is 156 (61.33% from 255 or 46.29% from 337); Blue value is 93 (36.72% from 255 or 27.60% from 337); Max value from RGB is 156 - color contains mainly: green. Hex color #589C5D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #589C5D is #A763A2. Grayscale: #808080. Windows color (decimal): -10970019 or 6134872. OLE color: 6134872.
HSL color Cylindrical-coordinate representation of color #589C5D: hue angle of 124.41º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #589C5D is Cyan = 0.44, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 88 | 156 | 93 | - |
| CMYK | 0.44 | 0 | 0.40 | 0.39 |
| HSL | 124.41º | 0.28% | 0.48% | - |
| HSV(B) | 124.41º | 0.44% | 0.61% | - |
| XYZ | 17.89 | 26.64 | 14.56 | - |
| YUV | 128.49 | 107.97 | 99.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 156 | 93 | 0.44 | 0 | 0.40 | 0.39 | 124.41 | 0.28 | 0.48 |
| Hex | 58 | 9C | 5D | 2C | 0 | 28 | 27 | 7C | 1C | 30 |
| Octal | 130 | 234 | 135 | 54 | 0 | 50 | 47 | 174 | 34 | 60 |
| Binary | 1011000 | 10011100 | 1011101 | 101100 | 0 | 101000 | 100111 | 1111100 | 11100 | 110000 |
Color Harmonies of #589C5D
Complementary color
Monochromatic Colors of #589C5D
Black with #589C5D
Text Example
Text Example
White with #589C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #589C5D; }
p { color: rgb(88,156,93); }
H1.HeaderClassName
{
color: #589C5D;
}
.AnyTagClassName
{
color: #589C5D;
}
</style>
background-color css
<style>
a { background-color: #589C5D; }
a { background-color: rgb(88,156,93); }
div.DivClassName
{
background-color: #589C5D;
}
.BgClassName
{
background-color: #589C5D;
}
</style>
border-color css
<style>
span { border-color: #589C5D; }
span { border-color: rgb(88,156,93); }
td.TdClassName
{
border-color: #589C5D;
}
.TagClassName
{
border-color: #589C5D;
}
</style>