Shades of Fruit Salad #559B54
Tints of Fruit Salad #559B54
RGB
CMYK
RGB Variations
Color information
#559B54 (or 0x559B54) is known color: Fruit Salad. HEX triplet: 55, 9B and 54. RGB value is (85,155,84). Sum of RGB (Red+Green+Blue) = 85+155+84=324 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.23% from 324); Green value is 155 (60.94% from 255 or 47.84% from 324); Blue value is 84 (33.20% from 255 or 25.93% from 324); Max value from RGB is 155 - color contains mainly: green. Hex color #559B54 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559B54 is #AA64AB. Grayscale: #7E7E7E. Windows color (decimal): -11166892 or 5544789. OLE color: 5544789.
HSL color Cylindrical-coordinate representation of color #559B54: hue angle of 119.15º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #559B54 is Cyan = 0.45, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 85 | 155 | 84 | - |
| CMYK | 0.45 | 0 | 0.46 | 0.39 |
| HSL | 119.15º | 0.3% | 0.47% | - |
| HSV(B) | 119.15º | 0.46% | 0.61% | - |
| XYZ | 17.07 | 26.01 | 12.51 | - |
| YUV | 125.98 | 104.31 | 98.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 155 | 84 | 0.45 | 0 | 0.46 | 0.39 | 119.15 | 0.3 | 0.47 |
| Hex | 55 | 9B | 54 | 2D | 0 | 2E | 27 | 77 | 1E | 2F |
| Octal | 125 | 233 | 124 | 55 | 0 | 56 | 47 | 167 | 36 | 57 |
| Binary | 1010101 | 10011011 | 1010100 | 101101 | 0 | 101110 | 100111 | 1110111 | 11110 | 101111 |
Color Harmonies of #559B54
Complementary color
Monochromatic Colors of #559B54
Black with #559B54
Text Example
Text Example
White with #559B54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #559B54; }
p { color: rgb(85,155,84); }
H1.HeaderClassName
{
color: #559B54;
}
.AnyTagClassName
{
color: #559B54;
}
</style>
background-color css
<style>
a { background-color: #559B54; }
a { background-color: rgb(85,155,84); }
div.DivClassName
{
background-color: #559B54;
}
.BgClassName
{
background-color: #559B54;
}
</style>
border-color css
<style>
span { border-color: #559B54; }
span { border-color: rgb(85,155,84); }
td.TdClassName
{
border-color: #559B54;
}
.TagClassName
{
border-color: #559B54;
}
</style>