Shades of Fruit Salad #579C5E
Tints of Fruit Salad #579C5E
RGB
CMYK
RGB Variations
Color information
#579C5E (or 0x579C5E) is known color: Fruit Salad. HEX triplet: 57, 9C and 5E. RGB value is (87,156,94). Sum of RGB (Red+Green+Blue) = 87+156+94=337 (44% of max value = 765). Red value is 87 (34.38% from 255 or 25.82% from 337); Green value is 156 (61.33% from 255 or 46.29% from 337); Blue value is 94 (37.11% from 255 or 27.89% from 337); Max value from RGB is 156 - color contains mainly: green. Hex color #579C5E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #579C5E is #A863A1. Grayscale: #808080. Windows color (decimal): -11035554 or 6200407. OLE color: 6200407.
HSL color Cylindrical-coordinate representation of color #579C5E: hue angle of 126.09º 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 #579C5E is Cyan = 0.44, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 87 | 156 | 94 | - |
| CMYK | 0.44 | 0 | 0.40 | 0.39 |
| HSL | 126.09º | 0.28% | 0.48% | - |
| HSV(B) | 126.09º | 0.44% | 0.61% | - |
| XYZ | 17.84 | 26.61 | 14.79 | - |
| YUV | 128.3 | 108.64 | 98.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 156 | 94 | 0.44 | 0 | 0.40 | 0.39 | 126.09 | 0.28 | 0.48 |
| Hex | 57 | 9C | 5E | 2C | 0 | 28 | 27 | 7E | 1C | 30 |
| Octal | 127 | 234 | 136 | 54 | 0 | 50 | 47 | 176 | 34 | 60 |
| Binary | 1010111 | 10011100 | 1011110 | 101100 | 0 | 101000 | 100111 | 1111110 | 11100 | 110000 |
Color Harmonies of #579C5E
Complementary color
Monochromatic Colors of #579C5E
Black with #579C5E
Text Example
Text Example
White with #579C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #579C5E; }
p { color: rgb(87,156,94); }
H1.HeaderClassName
{
color: #579C5E;
}
.AnyTagClassName
{
color: #579C5E;
}
</style>
background-color css
<style>
a { background-color: #579C5E; }
a { background-color: rgb(87,156,94); }
div.DivClassName
{
background-color: #579C5E;
}
.BgClassName
{
background-color: #579C5E;
}
</style>
border-color css
<style>
span { border-color: #579C5E; }
span { border-color: rgb(87,156,94); }
td.TdClassName
{
border-color: #579C5E;
}
.TagClassName
{
border-color: #579C5E;
}
</style>