Shades of Fruit Salad #579F5D
Tints of Fruit Salad #579F5D
RGB
CMYK
RGB Variations
Color information
#579F5D (or 0x579F5D) is known color: Fruit Salad. HEX triplet: 57, 9F and 5D. RGB value is (87,159,93). Sum of RGB (Red+Green+Blue) = 87+159+93=339 (44% of max value = 765). Red value is 87 (34.38% from 255 or 25.66% from 339); Green value is 159 (62.5% from 255 or 46.90% from 339); Blue value is 93 (36.72% from 255 or 27.43% from 339); Max value from RGB is 159 - color contains mainly: green. Hex color #579F5D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #579F5D is #A860A2. Grayscale: #828282. Windows color (decimal): -11034787 or 6135639. OLE color: 6135639.
HSL color Cylindrical-coordinate representation of color #579F5D: hue angle of 125º degrees, saturation: 0.29, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #579F5D is Cyan = 0.45, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 87 | 159 | 93 | - |
| CMYK | 0.45 | 0 | 0.42 | 0.38 |
| HSL | 125º | 0.29% | 0.48% | - |
| HSV(B) | 125º | 0.45% | 0.62% | - |
| XYZ | 18.3 | 27.61 | 14.72 | - |
| YUV | 129.95 | 107.15 | 97.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 159 | 93 | 0.45 | 0 | 0.42 | 0.38 | 125 | 0.29 | 0.48 |
| Hex | 57 | 9F | 5D | 2D | 0 | 2A | 26 | 7D | 1D | 30 |
| Octal | 127 | 237 | 135 | 55 | 0 | 52 | 46 | 175 | 35 | 60 |
| Binary | 1010111 | 10011111 | 1011101 | 101101 | 0 | 101010 | 100110 | 1111101 | 11101 | 110000 |
Color Harmonies of #579F5D
Complementary color
Monochromatic Colors of #579F5D
Black with #579F5D
Text Example
Text Example
White with #579F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #579F5D; }
p { color: rgb(87,159,93); }
H1.HeaderClassName
{
color: #579F5D;
}
.AnyTagClassName
{
color: #579F5D;
}
</style>
background-color css
<style>
a { background-color: #579F5D; }
a { background-color: rgb(87,159,93); }
div.DivClassName
{
background-color: #579F5D;
}
.BgClassName
{
background-color: #579F5D;
}
</style>
border-color css
<style>
span { border-color: #579F5D; }
span { border-color: rgb(87,159,93); }
td.TdClassName
{
border-color: #579F5D;
}
.TagClassName
{
border-color: #579F5D;
}
</style>