Shades of Fruit Salad #53B758
Tints of Fruit Salad #53B758
RGB
CMYK
RGB Variations
Color information
#53B758 (or 0x53B758) is known color: Fruit Salad. HEX triplet: 53, B7 and 58. RGB value is (83,183,88). Sum of RGB (Red+Green+Blue) = 83+183+88=354 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.45% from 354); Green value is 183 (71.88% from 255 or 51.69% from 354); Blue value is 88 (34.77% from 255 or 24.86% from 354); Max value from RGB is 183 - color contains mainly: green. Hex color #53B758 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53B758 is #AC48A7. Grayscale: #8E8E8E. Windows color (decimal): -11290792 or 5814099. OLE color: 5814099.
HSL color Cylindrical-coordinate representation of color #53B758: hue angle of 123º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #53B758 is Cyan = 0.55, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 83 | 183 | 88 | - |
| CMYK | 0.55 | 0 | 0.52 | 0.28 |
| HSL | 123º | 0.41% | 0.52% | - |
| HSV(B) | 123º | 0.55% | 0.72% | - |
| XYZ | 22.26 | 36.41 | 15.09 | - |
| YUV | 142.27 | 97.37 | 85.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 183 | 88 | 0.55 | 0 | 0.52 | 0.28 | 123 | 0.41 | 0.52 |
| Hex | 53 | B7 | 58 | 37 | 0 | 34 | 1C | 7B | 29 | 34 |
| Octal | 123 | 267 | 130 | 67 | 0 | 64 | 34 | 173 | 51 | 64 |
| Binary | 1010011 | 10110111 | 1011000 | 110111 | 0 | 110100 | 11100 | 1111011 | 101001 | 110100 |
Color Harmonies of #53B758
Complementary color
Monochromatic Colors of #53B758
Black with #53B758
Text Example
Text Example
White with #53B758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53B758; }
p { color: rgb(83,183,88); }
H1.HeaderClassName
{
color: #53B758;
}
.AnyTagClassName
{
color: #53B758;
}
</style>
background-color css
<style>
a { background-color: #53B758; }
a { background-color: rgb(83,183,88); }
div.DivClassName
{
background-color: #53B758;
}
.BgClassName
{
background-color: #53B758;
}
</style>
border-color css
<style>
span { border-color: #53B758; }
span { border-color: rgb(83,183,88); }
td.TdClassName
{
border-color: #53B758;
}
.TagClassName
{
border-color: #53B758;
}
</style>