Shades of Woodland #5B5C4D
Tints of Woodland #5B5C4D
RGB
CMYK
RGB Variations
Color information
#5B5C4D (or 0x5B5C4D) is known color: Woodland. HEX triplet: 5B, 5C and 4D. RGB value is (91,92,77). Sum of RGB (Red+Green+Blue) = 91+92+77=260 (34% of max value = 765). Red value is 91 (35.94% from 255 or 35% from 260); Green value is 92 (36.33% from 255 or 35.38% from 260); Blue value is 77 (30.47% from 255 or 29.62% from 260); Max value from RGB is 92 - color contains mainly: green. Hex color #5B5C4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B5C4D is #A4A3B2. Grayscale: #5A5A5A. Windows color (decimal): -10789811 or 5069915. OLE color: 5069915.
HSL color Cylindrical-coordinate representation of color #5B5C4D: hue angle of 64º degrees, saturation: 0.09, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #5B5C4D is Cyan = 0.01, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 92 | 77 | - |
| CMYK | 0.01 | 0 | 0.16 | 0.64 |
| HSL | 64º | 0.09% | 0.33% | - |
| HSV(B) | 64º | 0.16% | 0.36% | - |
| XYZ | 9.48 | 10.41 | 8.53 | - |
| YUV | 89.99 | 120.67 | 128.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 92 | 77 | 0.01 | 0 | 0.16 | 0.64 | 64 | 0.09 | 0.33 |
| Hex | 5B | 5C | 4D | 1 | 0 | 10 | 40 | 40 | 9 | 21 |
| Octal | 133 | 134 | 115 | 1 | 0 | 20 | 100 | 100 | 11 | 41 |
| Binary | 1011011 | 1011100 | 1001101 | 1 | 0 | 10000 | 1000000 | 1000000 | 1001 | 100001 |
Color Harmonies of #5B5C4D
Complementary color
Monochromatic Colors of #5B5C4D
Black with #5B5C4D
Text Example
Text Example
White with #5B5C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B5C4D; }
p { color: rgb(91,92,77); }
H1.HeaderClassName
{
color: #5B5C4D;
}
.AnyTagClassName
{
color: #5B5C4D;
}
</style>
background-color css
<style>
a { background-color: #5B5C4D; }
a { background-color: rgb(91,92,77); }
div.DivClassName
{
background-color: #5B5C4D;
}
.BgClassName
{
background-color: #5B5C4D;
}
</style>
border-color css
<style>
span { border-color: #5B5C4D; }
span { border-color: rgb(91,92,77); }
td.TdClassName
{
border-color: #5B5C4D;
}
.TagClassName
{
border-color: #5B5C4D;
}
</style>