Shades of Willow Grove #5E6855
Tints of Willow Grove #5E6855
RGB
CMYK
RGB Variations
Color information
#5E6855 (or 0x5E6855) is known color: Willow Grove. HEX triplet: 5E, 68 and 55. RGB value is (94,104,85). Sum of RGB (Red+Green+Blue) = 94+104+85=283 (37% of max value = 765). Red value is 94 (37.11% from 255 or 33.22% from 283); Green value is 104 (41.02% from 255 or 36.75% from 283); Blue value is 85 (33.59% from 255 or 30.04% from 283); Max value from RGB is 104 - color contains mainly: green. Hex color #5E6855 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E6855 is #A197AA. Grayscale: #626262. Windows color (decimal): -10590123 or 5597278. OLE color: 5597278.
HSL color Cylindrical-coordinate representation of color #5E6855: hue angle of 91.58º degrees, saturation: 0.1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #5E6855 is Cyan = 0.10, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 94 | 104 | 85 | - |
| CMYK | 0.10 | 0 | 0.18 | 0.59 |
| HSL | 91.58º | 0.1% | 0.37% | - |
| HSV(B) | 91.58º | 0.18% | 0.41% | - |
| XYZ | 11.21 | 12.94 | 10.5 | - |
| YUV | 98.84 | 120.19 | 124.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 104 | 85 | 0.10 | 0 | 0.18 | 0.59 | 91.58 | 0.1 | 0.37 |
| Hex | 5E | 68 | 55 | A | 0 | 12 | 3B | 5C | A | 25 |
| Octal | 136 | 150 | 125 | 12 | 0 | 22 | 73 | 134 | 12 | 45 |
| Binary | 1011110 | 1101000 | 1010101 | 1010 | 0 | 10010 | 111011 | 1011100 | 1010 | 100101 |
Color Harmonies of #5E6855
Complementary color
Monochromatic Colors of #5E6855
Black with #5E6855
Text Example
Text Example
White with #5E6855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E6855; }
p { color: rgb(94,104,85); }
H1.HeaderClassName
{
color: #5E6855;
}
.AnyTagClassName
{
color: #5E6855;
}
</style>
background-color css
<style>
a { background-color: #5E6855; }
a { background-color: rgb(94,104,85); }
div.DivClassName
{
background-color: #5E6855;
}
.BgClassName
{
background-color: #5E6855;
}
</style>
border-color css
<style>
span { border-color: #5E6855; }
span { border-color: rgb(94,104,85); }
td.TdClassName
{
border-color: #5E6855;
}
.TagClassName
{
border-color: #5E6855;
}
</style>