Shades of Fruit Salad #53975A
Tints of Fruit Salad #53975A
RGB
CMYK
RGB Variations
Color information
#53975A (or 0x53975A) is known color: Fruit Salad. HEX triplet: 53, 97 and 5A. RGB value is (83,151,90). Sum of RGB (Red+Green+Blue) = 83+151+90=324 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.62% from 324); Green value is 151 (59.38% from 255 or 46.60% from 324); Blue value is 90 (35.55% from 255 or 27.78% from 324); Max value from RGB is 151 - color contains mainly: green. Hex color #53975A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53975A is #AC68A5. Grayscale: #7B7B7B. Windows color (decimal): -11298982 or 5936979. OLE color: 5936979.
HSL color Cylindrical-coordinate representation of color #53975A: hue angle of 126.18º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #53975A is Cyan = 0.45, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 83 | 151 | 90 | - |
| CMYK | 0.45 | 0 | 0.40 | 0.41 |
| HSL | 126.18º | 0.29% | 0.46% | - |
| HSV(B) | 126.18º | 0.45% | 0.59% | - |
| XYZ | 16.48 | 24.71 | 13.57 | - |
| YUV | 123.71 | 108.97 | 98.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 151 | 90 | 0.45 | 0 | 0.40 | 0.41 | 126.18 | 0.29 | 0.46 |
| Hex | 53 | 97 | 5A | 2D | 0 | 28 | 29 | 7E | 1D | 2E |
| Octal | 123 | 227 | 132 | 55 | 0 | 50 | 51 | 176 | 35 | 56 |
| Binary | 1010011 | 10010111 | 1011010 | 101101 | 0 | 101000 | 101001 | 1111110 | 11101 | 101110 |
Color Harmonies of #53975A
Complementary color
Monochromatic Colors of #53975A
Black with #53975A
Text Example
Text Example
White with #53975A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53975A; }
p { color: rgb(83,151,90); }
H1.HeaderClassName
{
color: #53975A;
}
.AnyTagClassName
{
color: #53975A;
}
</style>
background-color css
<style>
a { background-color: #53975A; }
a { background-color: rgb(83,151,90); }
div.DivClassName
{
background-color: #53975A;
}
.BgClassName
{
background-color: #53975A;
}
</style>
border-color css
<style>
span { border-color: #53975A; }
span { border-color: rgb(83,151,90); }
td.TdClassName
{
border-color: #53975A;
}
.TagClassName
{
border-color: #53975A;
}
</style>