Shades of Fruit Salad #539B5D
Tints of Fruit Salad #539B5D
RGB
CMYK
RGB Variations
Color information
#539B5D (or 0x539B5D) is known color: Fruit Salad. HEX triplet: 53, 9B and 5D. RGB value is (83,155,93). Sum of RGB (Red+Green+Blue) = 83+155+93=331 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.08% from 331); Green value is 155 (60.94% from 255 or 46.83% from 331); Blue value is 93 (36.72% from 255 or 28.10% from 331); Max value from RGB is 155 - color contains mainly: green. Hex color #539B5D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #539B5D is #AC64A2. Grayscale: #7E7E7E. Windows color (decimal): -11297955 or 6134611. OLE color: 6134611.
HSL color Cylindrical-coordinate representation of color #539B5D: hue angle of 128.33º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #539B5D is Cyan = 0.46, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 83 | 155 | 93 | - |
| CMYK | 0.46 | 0 | 0.4 | 0.39 |
| HSL | 128.33º | 0.3% | 0.47% | - |
| HSV(B) | 128.33º | 0.46% | 0.61% | - |
| XYZ | 17.26 | 26.07 | 14.48 | - |
| YUV | 126.4 | 109.15 | 97.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 155 | 93 | 0.46 | 0 | 0.4 | 0.39 | 128.33 | 0.3 | 0.47 |
| Hex | 53 | 9B | 5D | 2E | 0 | 28 | 27 | 80 | 1E | 2F |
| Octal | 123 | 233 | 135 | 56 | 0 | 50 | 47 | 200 | 36 | 57 |
| Binary | 1010011 | 10011011 | 1011101 | 101110 | 0 | 101000 | 100111 | 10000000 | 11110 | 101111 |
Color Harmonies of #539B5D
Complementary color
Monochromatic Colors of #539B5D
Black with #539B5D
Text Example
Text Example
White with #539B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #539B5D; }
p { color: rgb(83,155,93); }
H1.HeaderClassName
{
color: #539B5D;
}
.AnyTagClassName
{
color: #539B5D;
}
</style>
background-color css
<style>
a { background-color: #539B5D; }
a { background-color: rgb(83,155,93); }
div.DivClassName
{
background-color: #539B5D;
}
.BgClassName
{
background-color: #539B5D;
}
</style>
border-color css
<style>
span { border-color: #539B5D; }
span { border-color: rgb(83,155,93); }
td.TdClassName
{
border-color: #539B5D;
}
.TagClassName
{
border-color: #539B5D;
}
</style>