Shades of Fruit Salad #53995A
Tints of Fruit Salad #53995A
RGB
CMYK
RGB Variations
Color information
#53995A (or 0x53995A) is known color: Fruit Salad. HEX triplet: 53, 99 and 5A. RGB value is (83,153,90). Sum of RGB (Red+Green+Blue) = 83+153+90=326 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.46% from 326); Green value is 153 (60.16% from 255 or 46.93% from 326); Blue value is 90 (35.55% from 255 or 27.61% from 326); Max value from RGB is 153 - color contains mainly: green. Hex color #53995A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53995A is #AC66A5. Grayscale: #7D7D7D. Windows color (decimal): -11298470 or 5937491. OLE color: 5937491.
HSL color Cylindrical-coordinate representation of color #53995A: hue angle of 126º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #53995A is Cyan = 0.46, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 83 | 153 | 90 | - |
| CMYK | 0.46 | 0 | 0.41 | 0.4 |
| HSL | 126º | 0.3% | 0.46% | - |
| HSV(B) | 126º | 0.46% | 0.6% | - |
| XYZ | 16.8 | 25.36 | 13.68 | - |
| YUV | 124.89 | 108.31 | 98.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 153 | 90 | 0.46 | 0 | 0.41 | 0.4 | 126 | 0.3 | 0.46 |
| Hex | 53 | 99 | 5A | 2E | 0 | 29 | 28 | 7E | 1E | 2E |
| Octal | 123 | 231 | 132 | 56 | 0 | 51 | 50 | 176 | 36 | 56 |
| Binary | 1010011 | 10011001 | 1011010 | 101110 | 0 | 101001 | 101000 | 1111110 | 11110 | 101110 |
Color Harmonies of #53995A
Complementary color
Monochromatic Colors of #53995A
Black with #53995A
Text Example
Text Example
White with #53995A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53995A; }
p { color: rgb(83,153,90); }
H1.HeaderClassName
{
color: #53995A;
}
.AnyTagClassName
{
color: #53995A;
}
</style>
background-color css
<style>
a { background-color: #53995A; }
a { background-color: rgb(83,153,90); }
div.DivClassName
{
background-color: #53995A;
}
.BgClassName
{
background-color: #53995A;
}
</style>
border-color css
<style>
span { border-color: #53995A; }
span { border-color: rgb(83,153,90); }
td.TdClassName
{
border-color: #53995A;
}
.TagClassName
{
border-color: #53995A;
}
</style>