Shades of Fruit Salad #57955C
Tints of Fruit Salad #57955C
RGB
CMYK
RGB Variations
Color information
#57955C (or 0x57955C) is known color: Fruit Salad. HEX triplet: 57, 95 and 5C. RGB value is (87,149,92). Sum of RGB (Red+Green+Blue) = 87+149+92=328 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.52% from 328); Green value is 149 (58.59% from 255 or 45.43% from 328); Blue value is 92 (36.33% from 255 or 28.05% from 328); Max value from RGB is 149 - color contains mainly: green. Hex color #57955C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57955C is #A86AA3. Grayscale: #7C7C7C. Windows color (decimal): -11037348 or 6067543. OLE color: 6067543.
HSL color Cylindrical-coordinate representation of color #57955C: hue angle of 124.84º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #57955C is Cyan = 0.42, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 87 | 149 | 92 | - |
| CMYK | 0.42 | 0 | 0.38 | 0.42 |
| HSL | 124.84º | 0.26% | 0.46% | - |
| HSV(B) | 124.84º | 0.42% | 0.58% | - |
| XYZ | 16.61 | 24.29 | 13.94 | - |
| YUV | 123.96 | 109.96 | 101.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 149 | 92 | 0.42 | 0 | 0.38 | 0.42 | 124.84 | 0.26 | 0.46 |
| Hex | 57 | 95 | 5C | 2A | 0 | 26 | 2A | 7D | 1A | 2E |
| Octal | 127 | 225 | 134 | 52 | 0 | 46 | 52 | 175 | 32 | 56 |
| Binary | 1010111 | 10010101 | 1011100 | 101010 | 0 | 100110 | 101010 | 1111101 | 11010 | 101110 |
Color Harmonies of #57955C
Complementary color
Monochromatic Colors of #57955C
Black with #57955C
Text Example
Text Example
White with #57955C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57955C; }
p { color: rgb(87,149,92); }
H1.HeaderClassName
{
color: #57955C;
}
.AnyTagClassName
{
color: #57955C;
}
</style>
background-color css
<style>
a { background-color: #57955C; }
a { background-color: rgb(87,149,92); }
div.DivClassName
{
background-color: #57955C;
}
.BgClassName
{
background-color: #57955C;
}
</style>
border-color css
<style>
span { border-color: #57955C; }
span { border-color: rgb(87,149,92); }
td.TdClassName
{
border-color: #57955C;
}
.TagClassName
{
border-color: #57955C;
}
</style>