Shades of Fruit Salad #57995B
Tints of Fruit Salad #57995B
RGB
CMYK
RGB Variations
Color information
#57995B (or 0x57995B) is known color: Fruit Salad. HEX triplet: 57, 99 and 5B. RGB value is (87,153,91). Sum of RGB (Red+Green+Blue) = 87+153+91=331 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.28% from 331); Green value is 153 (60.16% from 255 or 46.22% from 331); Blue value is 91 (35.94% from 255 or 27.49% from 331); Max value from RGB is 153 - color contains mainly: green. Hex color #57995B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57995B is #A866A4. Grayscale: #7E7E7E. Windows color (decimal): -11036325 or 6003031. OLE color: 6003031.
HSL color Cylindrical-coordinate representation of color #57995B: hue angle of 123.64º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #57995B is Cyan = 0.43, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 87 | 153 | 91 | - |
| CMYK | 0.43 | 0 | 0.41 | 0.4 |
| HSL | 123.64º | 0.28% | 0.47% | - |
| HSV(B) | 123.64º | 0.43% | 0.6% | - |
| XYZ | 17.21 | 25.56 | 13.92 | - |
| YUV | 126.2 | 108.13 | 100.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 153 | 91 | 0.43 | 0 | 0.41 | 0.4 | 123.64 | 0.28 | 0.47 |
| Hex | 57 | 99 | 5B | 2B | 0 | 29 | 28 | 7C | 1C | 2F |
| Octal | 127 | 231 | 133 | 53 | 0 | 51 | 50 | 174 | 34 | 57 |
| Binary | 1010111 | 10011001 | 1011011 | 101011 | 0 | 101001 | 101000 | 1111100 | 11100 | 101111 |
Color Harmonies of #57995B
Complementary color
Monochromatic Colors of #57995B
Black with #57995B
Text Example
Text Example
White with #57995B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57995B; }
p { color: rgb(87,153,91); }
H1.HeaderClassName
{
color: #57995B;
}
.AnyTagClassName
{
color: #57995B;
}
</style>
background-color css
<style>
a { background-color: #57995B; }
a { background-color: rgb(87,153,91); }
div.DivClassName
{
background-color: #57995B;
}
.BgClassName
{
background-color: #57995B;
}
</style>
border-color css
<style>
span { border-color: #57995B; }
span { border-color: rgb(87,153,91); }
td.TdClassName
{
border-color: #57995B;
}
.TagClassName
{
border-color: #57995B;
}
</style>