Shades of Fruit Salad #5CA554
Tints of Fruit Salad #5CA554
RGB
CMYK
RGB Variations
Color information
#5CA554 (or 0x5CA554) is known color: Fruit Salad. HEX triplet: 5C, A5 and 54. RGB value is (92,165,84). Sum of RGB (Red+Green+Blue) = 92+165+84=341 (45% of max value = 765). Red value is 92 (36.33% from 255 or 26.98% from 341); Green value is 165 (64.84% from 255 or 48.39% from 341); Blue value is 84 (33.20% from 255 or 24.63% from 341); Max value from RGB is 165 - color contains mainly: green. Hex color #5CA554 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5CA554 is #A35AAB. Grayscale: #868686. Windows color (decimal): -10705580 or 5547356. OLE color: 5547356.
HSL color Cylindrical-coordinate representation of color #5CA554: hue angle of 114.07º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5CA554 is Cyan = 0.44, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 92 | 165 | 84 | - |
| CMYK | 0.44 | 0 | 0.49 | 0.35 |
| HSL | 114.07º | 0.33% | 0.49% | - |
| HSV(B) | 114.07º | 0.49% | 0.65% | - |
| XYZ | 19.47 | 29.83 | 13.12 | - |
| YUV | 133.94 | 99.82 | 98.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 165 | 84 | 0.44 | 0 | 0.49 | 0.35 | 114.07 | 0.33 | 0.49 |
| Hex | 5C | A5 | 54 | 2C | 0 | 31 | 23 | 72 | 21 | 31 |
| Octal | 134 | 245 | 124 | 54 | 0 | 61 | 43 | 162 | 41 | 61 |
| Binary | 1011100 | 10100101 | 1010100 | 101100 | 0 | 110001 | 100011 | 1110010 | 100001 | 110001 |
Color Harmonies of #5CA554
Complementary color
Monochromatic Colors of #5CA554
Black with #5CA554
Text Example
Text Example
White with #5CA554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CA554; }
p { color: rgb(92,165,84); }
H1.HeaderClassName
{
color: #5CA554;
}
.AnyTagClassName
{
color: #5CA554;
}
</style>
background-color css
<style>
a { background-color: #5CA554; }
a { background-color: rgb(92,165,84); }
div.DivClassName
{
background-color: #5CA554;
}
.BgClassName
{
background-color: #5CA554;
}
</style>
border-color css
<style>
span { border-color: #5CA554; }
span { border-color: rgb(92,165,84); }
td.TdClassName
{
border-color: #5CA554;
}
.TagClassName
{
border-color: #5CA554;
}
</style>