Shades of Fruit Salad #579B5D
Tints of Fruit Salad #579B5D
RGB
CMYK
RGB Variations
Color information
#579B5D (or 0x579B5D) is known color: Fruit Salad. HEX triplet: 57, 9B and 5D. RGB value is (87,155,93). Sum of RGB (Red+Green+Blue) = 87+155+93=335 (44% of max value = 765). Red value is 87 (34.38% from 255 or 25.97% from 335); Green value is 155 (60.94% from 255 or 46.27% from 335); Blue value is 93 (36.72% from 255 or 27.76% from 335); Max value from RGB is 155 - color contains mainly: green. Hex color #579B5D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #579B5D is #A864A2. Grayscale: #7F7F7F. Windows color (decimal): -11035811 or 6134615. OLE color: 6134615.
HSL color Cylindrical-coordinate representation of color #579B5D: hue angle of 125.29º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #579B5D is Cyan = 0.44, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 87 | 155 | 93 | - |
| CMYK | 0.44 | 0 | 0.4 | 0.39 |
| HSL | 125.29º | 0.28% | 0.47% | - |
| HSV(B) | 125.29º | 0.44% | 0.61% | - |
| XYZ | 17.63 | 26.26 | 14.5 | - |
| YUV | 127.6 | 108.47 | 99.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 155 | 93 | 0.44 | 0 | 0.4 | 0.39 | 125.29 | 0.28 | 0.47 |
| Hex | 57 | 9B | 5D | 2C | 0 | 28 | 27 | 7D | 1C | 2F |
| Octal | 127 | 233 | 135 | 54 | 0 | 50 | 47 | 175 | 34 | 57 |
| Binary | 1010111 | 10011011 | 1011101 | 101100 | 0 | 101000 | 100111 | 1111101 | 11100 | 101111 |
Color Harmonies of #579B5D
Complementary color
Monochromatic Colors of #579B5D
Black with #579B5D
Text Example
Text Example
White with #579B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #579B5D; }
p { color: rgb(87,155,93); }
H1.HeaderClassName
{
color: #579B5D;
}
.AnyTagClassName
{
color: #579B5D;
}
</style>
background-color css
<style>
a { background-color: #579B5D; }
a { background-color: rgb(87,155,93); }
div.DivClassName
{
background-color: #579B5D;
}
.BgClassName
{
background-color: #579B5D;
}
</style>
border-color css
<style>
span { border-color: #579B5D; }
span { border-color: rgb(87,155,93); }
td.TdClassName
{
border-color: #579B5D;
}
.TagClassName
{
border-color: #579B5D;
}
</style>