Shades of Fruit Salad #53945D
Tints of Fruit Salad #53945D
RGB
CMYK
RGB Variations
Color information
#53945D (or 0x53945D) is known color: Fruit Salad. HEX triplet: 53, 94 and 5D. RGB value is (83,148,93). Sum of RGB (Red+Green+Blue) = 83+148+93=324 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.62% from 324); Green value is 148 (58.20% from 255 or 45.68% from 324); Blue value is 93 (36.72% from 255 or 28.70% from 324); Max value from RGB is 148 - color contains mainly: green. Hex color #53945D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53945D is #AC6BA2. Grayscale: #7A7A7A. Windows color (decimal): -11299747 or 6132819. OLE color: 6132819.
HSL color Cylindrical-coordinate representation of color #53945D: hue angle of 129.23º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #53945D is Cyan = 0.44, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 83 | 148 | 93 | - |
| CMYK | 0.44 | 0 | 0.37 | 0.42 |
| HSL | 129.23º | 0.28% | 0.45% | - |
| HSV(B) | 129.23º | 0.44% | 0.58% | - |
| XYZ | 16.13 | 23.81 | 14.1 | - |
| YUV | 122.3 | 111.47 | 99.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 148 | 93 | 0.44 | 0 | 0.37 | 0.42 | 129.23 | 0.28 | 0.45 |
| Hex | 53 | 94 | 5D | 2C | 0 | 25 | 2A | 81 | 1C | 2D |
| Octal | 123 | 224 | 135 | 54 | 0 | 45 | 52 | 201 | 34 | 55 |
| Binary | 1010011 | 10010100 | 1011101 | 101100 | 0 | 100101 | 101010 | 10000001 | 11100 | 101101 |
Color Harmonies of #53945D
Complementary color
Monochromatic Colors of #53945D
Black with #53945D
Text Example
Text Example
White with #53945D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53945D; }
p { color: rgb(83,148,93); }
H1.HeaderClassName
{
color: #53945D;
}
.AnyTagClassName
{
color: #53945D;
}
</style>
background-color css
<style>
a { background-color: #53945D; }
a { background-color: rgb(83,148,93); }
div.DivClassName
{
background-color: #53945D;
}
.BgClassName
{
background-color: #53945D;
}
</style>
border-color css
<style>
span { border-color: #53945D; }
span { border-color: rgb(83,148,93); }
td.TdClassName
{
border-color: #53945D;
}
.TagClassName
{
border-color: #53945D;
}
</style>