Shades of Fruit Salad #579C51
Tints of Fruit Salad #579C51
RGB
CMYK
RGB Variations
Color information
#579C51 (or 0x579C51) is known color: Fruit Salad. HEX triplet: 57, 9C and 51. RGB value is (87,156,81). Sum of RGB (Red+Green+Blue) = 87+156+81=324 (42% of max value = 765). Red value is 87 (34.38% from 255 or 26.85% from 324); Green value is 156 (61.33% from 255 or 48.15% from 324); Blue value is 81 (32.03% from 255 or 25% from 324); Max value from RGB is 156 - color contains mainly: green. Hex color #579C51 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #579C51 is #A863AE. Grayscale: #7F7F7F. Windows color (decimal): -11035567 or 5348439. OLE color: 5348439.
HSL color Cylindrical-coordinate representation of color #579C51: hue angle of 115.2º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #579C51 is Cyan = 0.44, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 87 | 156 | 81 | - |
| CMYK | 0.44 | 0 | 0.48 | 0.39 |
| HSL | 115.2º | 0.32% | 0.46% | - |
| HSV(B) | 115.2º | 0.48% | 0.61% | - |
| XYZ | 17.3 | 26.4 | 11.97 | - |
| YUV | 126.82 | 102.14 | 99.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 156 | 81 | 0.44 | 0 | 0.48 | 0.39 | 115.2 | 0.32 | 0.46 |
| Hex | 57 | 9C | 51 | 2C | 0 | 30 | 27 | 73 | 20 | 2E |
| Octal | 127 | 234 | 121 | 54 | 0 | 60 | 47 | 163 | 40 | 56 |
| Binary | 1010111 | 10011100 | 1010001 | 101100 | 0 | 110000 | 100111 | 1110011 | 100000 | 101110 |
Color Harmonies of #579C51
Complementary color
Monochromatic Colors of #579C51
Black with #579C51
Text Example
Text Example
White with #579C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #579C51; }
p { color: rgb(87,156,81); }
H1.HeaderClassName
{
color: #579C51;
}
.AnyTagClassName
{
color: #579C51;
}
</style>
background-color css
<style>
a { background-color: #579C51; }
a { background-color: rgb(87,156,81); }
div.DivClassName
{
background-color: #579C51;
}
.BgClassName
{
background-color: #579C51;
}
</style>
border-color css
<style>
span { border-color: #579C51; }
span { border-color: rgb(87,156,81); }
td.TdClassName
{
border-color: #579C51;
}
.TagClassName
{
border-color: #579C51;
}
</style>