Shades of Fruit Salad #539E5E
Tints of Fruit Salad #539E5E
RGB
CMYK
RGB Variations
Color information
#539E5E (or 0x539E5E) is known color: Fruit Salad. HEX triplet: 53, 9E and 5E. RGB value is (83,158,94). Sum of RGB (Red+Green+Blue) = 83+158+94=335 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.78% from 335); Green value is 158 (62.11% from 255 or 47.16% from 335); Blue value is 94 (37.11% from 255 or 28.06% from 335); Max value from RGB is 158 - color contains mainly: green. Hex color #539E5E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #539E5E is #AC61A1. Grayscale: #808080. Windows color (decimal): -11297186 or 6200915. OLE color: 6200915.
HSL color Cylindrical-coordinate representation of color #539E5E: hue angle of 128.8º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #539E5E is Cyan = 0.47, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 83 | 158 | 94 | - |
| CMYK | 0.47 | 0 | 0.41 | 0.38 |
| HSL | 128.8º | 0.31% | 0.47% | - |
| HSV(B) | 128.8º | 0.47% | 0.62% | - |
| XYZ | 17.81 | 27.1 | 14.88 | - |
| YUV | 128.28 | 108.65 | 95.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 158 | 94 | 0.47 | 0 | 0.41 | 0.38 | 128.8 | 0.31 | 0.47 |
| Hex | 53 | 9E | 5E | 2F | 0 | 29 | 26 | 81 | 1F | 2F |
| Octal | 123 | 236 | 136 | 57 | 0 | 51 | 46 | 201 | 37 | 57 |
| Binary | 1010011 | 10011110 | 1011110 | 101111 | 0 | 101001 | 100110 | 10000001 | 11111 | 101111 |
Color Harmonies of #539E5E
Complementary color
Monochromatic Colors of #539E5E
Black with #539E5E
Text Example
Text Example
White with #539E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #539E5E; }
p { color: rgb(83,158,94); }
H1.HeaderClassName
{
color: #539E5E;
}
.AnyTagClassName
{
color: #539E5E;
}
</style>
background-color css
<style>
a { background-color: #539E5E; }
a { background-color: rgb(83,158,94); }
div.DivClassName
{
background-color: #539E5E;
}
.BgClassName
{
background-color: #539E5E;
}
</style>
border-color css
<style>
span { border-color: #539E5E; }
span { border-color: rgb(83,158,94); }
td.TdClassName
{
border-color: #539E5E;
}
.TagClassName
{
border-color: #539E5E;
}
</style>