Shades of Fruit Salad #589C5C
Tints of Fruit Salad #589C5C
RGB
CMYK
RGB Variations
Color information
#589C5C (or 0x589C5C) is known color: Fruit Salad. HEX triplet: 58, 9C and 5C. RGB value is (88,156,92). Sum of RGB (Red+Green+Blue) = 88+156+92=336 (44% of max value = 765). Red value is 88 (34.77% from 255 or 26.19% from 336); Green value is 156 (61.33% from 255 or 46.43% from 336); Blue value is 92 (36.33% from 255 or 27.38% from 336); Max value from RGB is 156 - color contains mainly: green. Hex color #589C5C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #589C5C is #A763A3. Grayscale: #808080. Windows color (decimal): -10970020 or 6069336. OLE color: 6069336.
HSL color Cylindrical-coordinate representation of color #589C5C: hue angle of 123.53º 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 #589C5C is Cyan = 0.44, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 88 | 156 | 92 | - |
| CMYK | 0.44 | 0 | 0.41 | 0.39 |
| HSL | 123.53º | 0.28% | 0.48% | - |
| HSV(B) | 123.53º | 0.44% | 0.61% | - |
| XYZ | 17.84 | 26.62 | 14.32 | - |
| YUV | 128.37 | 107.47 | 99.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 156 | 92 | 0.44 | 0 | 0.41 | 0.39 | 123.53 | 0.28 | 0.48 |
| Hex | 58 | 9C | 5C | 2C | 0 | 29 | 27 | 7C | 1C | 30 |
| Octal | 130 | 234 | 134 | 54 | 0 | 51 | 47 | 174 | 34 | 60 |
| Binary | 1011000 | 10011100 | 1011100 | 101100 | 0 | 101001 | 100111 | 1111100 | 11100 | 110000 |
Color Harmonies of #589C5C
Complementary color
Monochromatic Colors of #589C5C
Black with #589C5C
Text Example
Text Example
White with #589C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #589C5C; }
p { color: rgb(88,156,92); }
H1.HeaderClassName
{
color: #589C5C;
}
.AnyTagClassName
{
color: #589C5C;
}
</style>
background-color css
<style>
a { background-color: #589C5C; }
a { background-color: rgb(88,156,92); }
div.DivClassName
{
background-color: #589C5C;
}
.BgClassName
{
background-color: #589C5C;
}
</style>
border-color css
<style>
span { border-color: #589C5C; }
span { border-color: rgb(88,156,92); }
td.TdClassName
{
border-color: #589C5C;
}
.TagClassName
{
border-color: #589C5C;
}
</style>