Shades of Fruit Salad #559B5D
Tints of Fruit Salad #559B5D
RGB
CMYK
RGB Variations
Color information
#559B5D (or 0x559B5D) is known color: Fruit Salad. HEX triplet: 55, 9B and 5D. RGB value is (85,155,93). Sum of RGB (Red+Green+Blue) = 85+155+93=333 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.53% from 333); Green value is 155 (60.94% from 255 or 46.55% from 333); Blue value is 93 (36.72% from 255 or 27.93% from 333); Max value from RGB is 155 - color contains mainly: green. Hex color #559B5D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559B5D is #AA64A2. Grayscale: #7F7F7F. Windows color (decimal): -11166883 or 6134613. OLE color: 6134613.
HSL color Cylindrical-coordinate representation of color #559B5D: hue angle of 126.86º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #559B5D is Cyan = 0.45, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 85 | 155 | 93 | - |
| CMYK | 0.45 | 0 | 0.4 | 0.39 |
| HSL | 126.86º | 0.29% | 0.47% | - |
| HSV(B) | 126.86º | 0.45% | 0.61% | - |
| XYZ | 17.44 | 26.16 | 14.49 | - |
| YUV | 127 | 108.81 | 98.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 155 | 93 | 0.45 | 0 | 0.4 | 0.39 | 126.86 | 0.29 | 0.47 |
| Hex | 55 | 9B | 5D | 2D | 0 | 28 | 27 | 7F | 1D | 2F |
| Octal | 125 | 233 | 135 | 55 | 0 | 50 | 47 | 177 | 35 | 57 |
| Binary | 1010101 | 10011011 | 1011101 | 101101 | 0 | 101000 | 100111 | 1111111 | 11101 | 101111 |
Color Harmonies of #559B5D
Complementary color
Monochromatic Colors of #559B5D
Black with #559B5D
Text Example
Text Example
White with #559B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #559B5D; }
p { color: rgb(85,155,93); }
H1.HeaderClassName
{
color: #559B5D;
}
.AnyTagClassName
{
color: #559B5D;
}
</style>
background-color css
<style>
a { background-color: #559B5D; }
a { background-color: rgb(85,155,93); }
div.DivClassName
{
background-color: #559B5D;
}
.BgClassName
{
background-color: #559B5D;
}
</style>
border-color css
<style>
span { border-color: #559B5D; }
span { border-color: rgb(85,155,93); }
td.TdClassName
{
border-color: #559B5D;
}
.TagClassName
{
border-color: #559B5D;
}
</style>