Shades of Fruit Salad #509957
Tints of Fruit Salad #509957
RGB
CMYK
RGB Variations
Color information
#509957 (or 0x509957) is known color: Fruit Salad. HEX triplet: 50, 99 and 57. RGB value is (80,153,87). Sum of RGB (Red+Green+Blue) = 80+153+87=320 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25% from 320); Green value is 153 (60.16% from 255 or 47.81% from 320); Blue value is 87 (34.38% from 255 or 27.19% from 320); Max value from RGB is 153 - color contains mainly: green. Hex color #509957 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509957 is #AF66A8. Grayscale: #7B7B7B. Windows color (decimal): -11495081 or 5740880. OLE color: 5740880.
HSL color Cylindrical-coordinate representation of color #509957: hue angle of 125.75º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #509957 is Cyan = 0.48, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 80 | 153 | 87 | - |
| CMYK | 0.48 | 0 | 0.43 | 0.4 |
| HSL | 125.75º | 0.31% | 0.46% | - |
| HSV(B) | 125.75º | 0.48% | 0.6% | - |
| XYZ | 16.42 | 25.18 | 13.01 | - |
| YUV | 123.65 | 107.32 | 96.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 153 | 87 | 0.48 | 0 | 0.43 | 0.4 | 125.75 | 0.31 | 0.46 |
| Hex | 50 | 99 | 57 | 30 | 0 | 2B | 28 | 7E | 1F | 2E |
| Octal | 120 | 231 | 127 | 60 | 0 | 53 | 50 | 176 | 37 | 56 |
| Binary | 1010000 | 10011001 | 1010111 | 110000 | 0 | 101011 | 101000 | 1111110 | 11111 | 101110 |
Color Harmonies of #509957
Complementary color
Monochromatic Colors of #509957
Black with #509957
Text Example
Text Example
White with #509957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509957; }
p { color: rgb(80,153,87); }
H1.HeaderClassName
{
color: #509957;
}
.AnyTagClassName
{
color: #509957;
}
</style>
background-color css
<style>
a { background-color: #509957; }
a { background-color: rgb(80,153,87); }
div.DivClassName
{
background-color: #509957;
}
.BgClassName
{
background-color: #509957;
}
</style>
border-color css
<style>
span { border-color: #509957; }
span { border-color: rgb(80,153,87); }
td.TdClassName
{
border-color: #509957;
}
.TagClassName
{
border-color: #509957;
}
</style>