Shades of Fruit Salad #53905C
Tints of Fruit Salad #53905C
RGB
CMYK
RGB Variations
Color information
#53905C (or 0x53905C) is known color: Fruit Salad. HEX triplet: 53, 90 and 5C. RGB value is (83,144,92). Sum of RGB (Red+Green+Blue) = 83+144+92=319 (42% of max value = 765). Red value is 83 (32.81% from 255 or 26.02% from 319); Green value is 144 (56.64% from 255 or 45.14% from 319); Blue value is 92 (36.33% from 255 or 28.84% from 319); Max value from RGB is 144 - color contains mainly: green. Hex color #53905C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53905C is #AC6FA3. Grayscale: #777777. Windows color (decimal): -11300772 or 6066259. OLE color: 6066259.
HSL color Cylindrical-coordinate representation of color #53905C: hue angle of 128.85º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #53905C is Cyan = 0.42, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 83 | 144 | 92 | - |
| CMYK | 0.42 | 0 | 0.36 | 0.44 |
| HSL | 128.85º | 0.27% | 0.45% | - |
| HSV(B) | 128.85º | 0.42% | 0.56% | - |
| XYZ | 15.47 | 22.56 | 13.66 | - |
| YUV | 119.83 | 112.29 | 101.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 144 | 92 | 0.42 | 0 | 0.36 | 0.44 | 128.85 | 0.27 | 0.45 |
| Hex | 53 | 90 | 5C | 2A | 0 | 24 | 2C | 81 | 1B | 2D |
| Octal | 123 | 220 | 134 | 52 | 0 | 44 | 54 | 201 | 33 | 55 |
| Binary | 1010011 | 10010000 | 1011100 | 101010 | 0 | 100100 | 101100 | 10000001 | 11011 | 101101 |
Color Harmonies of #53905C
Complementary color
Monochromatic Colors of #53905C
Black with #53905C
Text Example
Text Example
White with #53905C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53905C; }
p { color: rgb(83,144,92); }
H1.HeaderClassName
{
color: #53905C;
}
.AnyTagClassName
{
color: #53905C;
}
</style>
background-color css
<style>
a { background-color: #53905C; }
a { background-color: rgb(83,144,92); }
div.DivClassName
{
background-color: #53905C;
}
.BgClassName
{
background-color: #53905C;
}
</style>
border-color css
<style>
span { border-color: #53905C; }
span { border-color: rgb(83,144,92); }
td.TdClassName
{
border-color: #53905C;
}
.TagClassName
{
border-color: #53905C;
}
</style>