Shades of Fruit Salad #53B558
Tints of Fruit Salad #53B558
RGB
CMYK
RGB Variations
Color information
#53B558 (or 0x53B558) is known color: Fruit Salad. HEX triplet: 53, B5 and 58. RGB value is (83,181,88). Sum of RGB (Red+Green+Blue) = 83+181+88=352 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.58% from 352); Green value is 181 (71.09% from 255 or 51.42% from 352); Blue value is 88 (34.77% from 255 or 25% from 352); Max value from RGB is 181 - color contains mainly: green. Hex color #53B558 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53B558 is #AC4AA7. Grayscale: #8D8D8D. Windows color (decimal): -11291304 or 5813587. OLE color: 5813587.
HSL color Cylindrical-coordinate representation of color #53B558: hue angle of 123.06º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #53B558 is Cyan = 0.54, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 83 | 181 | 88 | - |
| CMYK | 0.54 | 0 | 0.51 | 0.29 |
| HSL | 123.06º | 0.4% | 0.52% | - |
| HSV(B) | 123.06º | 0.54% | 0.71% | - |
| XYZ | 21.85 | 35.59 | 14.95 | - |
| YUV | 141.1 | 98.03 | 86.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 181 | 88 | 0.54 | 0 | 0.51 | 0.29 | 123.06 | 0.4 | 0.52 |
| Hex | 53 | B5 | 58 | 36 | 0 | 33 | 1D | 7B | 28 | 34 |
| Octal | 123 | 265 | 130 | 66 | 0 | 63 | 35 | 173 | 50 | 64 |
| Binary | 1010011 | 10110101 | 1011000 | 110110 | 0 | 110011 | 11101 | 1111011 | 101000 | 110100 |
Color Harmonies of #53B558
Complementary color
Monochromatic Colors of #53B558
Black with #53B558
Text Example
Text Example
White with #53B558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53B558; }
p { color: rgb(83,181,88); }
H1.HeaderClassName
{
color: #53B558;
}
.AnyTagClassName
{
color: #53B558;
}
</style>
background-color css
<style>
a { background-color: #53B558; }
a { background-color: rgb(83,181,88); }
div.DivClassName
{
background-color: #53B558;
}
.BgClassName
{
background-color: #53B558;
}
</style>
border-color css
<style>
span { border-color: #53B558; }
span { border-color: rgb(83,181,88); }
td.TdClassName
{
border-color: #53B558;
}
.TagClassName
{
border-color: #53B558;
}
</style>