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