Shades of Fruit Salad #538F5C
Tints of Fruit Salad #538F5C
RGB
CMYK
RGB Variations
Color information
#538F5C (or 0x538F5C) is known color: Fruit Salad. HEX triplet: 53, 8F and 5C. RGB value is (83,143,92). Sum of RGB (Red+Green+Blue) = 83+143+92=318 (42% of max value = 765). Red value is 83 (32.81% from 255 or 26.10% from 318); Green value is 143 (56.25% from 255 or 44.97% from 318); Blue value is 92 (36.33% from 255 or 28.93% from 318); Max value from RGB is 143 - color contains mainly: green. Hex color #538F5C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538F5C is #AC70A3. Grayscale: #777777. Windows color (decimal): -11301028 or 6066003. OLE color: 6066003.
HSL color Cylindrical-coordinate representation of color #538F5C: hue angle of 129º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #538F5C is Cyan = 0.42, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 83 | 143 | 92 | - |
| CMYK | 0.42 | 0 | 0.36 | 0.44 |
| HSL | 129º | 0.27% | 0.44% | - |
| HSV(B) | 129º | 0.42% | 0.56% | - |
| XYZ | 15.32 | 22.26 | 13.61 | - |
| YUV | 119.25 | 112.62 | 102.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 143 | 92 | 0.42 | 0 | 0.36 | 0.44 | 129 | 0.27 | 0.44 |
| Hex | 53 | 8F | 5C | 2A | 0 | 24 | 2C | 81 | 1B | 2C |
| Octal | 123 | 217 | 134 | 52 | 0 | 44 | 54 | 201 | 33 | 54 |
| Binary | 1010011 | 10001111 | 1011100 | 101010 | 0 | 100100 | 101100 | 10000001 | 11011 | 101100 |
Color Harmonies of #538F5C
Complementary color
Monochromatic Colors of #538F5C
Black with #538F5C
Text Example
Text Example
White with #538F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #538F5C; }
p { color: rgb(83,143,92); }
H1.HeaderClassName
{
color: #538F5C;
}
.AnyTagClassName
{
color: #538F5C;
}
</style>
background-color css
<style>
a { background-color: #538F5C; }
a { background-color: rgb(83,143,92); }
div.DivClassName
{
background-color: #538F5C;
}
.BgClassName
{
background-color: #538F5C;
}
</style>
border-color css
<style>
span { border-color: #538F5C; }
span { border-color: rgb(83,143,92); }
td.TdClassName
{
border-color: #538F5C;
}
.TagClassName
{
border-color: #538F5C;
}
</style>