Shades of Woodland #5A5B4E
Tints of Woodland #5A5B4E
RGB
CMYK
RGB Variations
Color information
#5A5B4E (or 0x5A5B4E) is known color: Woodland. HEX triplet: 5A, 5B and 4E. RGB value is (90,91,78). Sum of RGB (Red+Green+Blue) = 90+91+78=259 (34% of max value = 765). Red value is 90 (35.55% from 255 or 34.75% from 259); Green value is 91 (35.94% from 255 or 35.14% from 259); Blue value is 78 (30.86% from 255 or 30.12% from 259); Max value from RGB is 91 - color contains mainly: green. Hex color #5A5B4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A5B4E is #A5A4B1. Grayscale: #595959. Windows color (decimal): -10855602 or 5135194. OLE color: 5135194.
HSL color Cylindrical-coordinate representation of color #5A5B4E: hue angle of 64.62º degrees, saturation: 0.08, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #5A5B4E is Cyan = 0.01, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 90 | 91 | 78 | - |
| CMYK | 0.01 | 0 | 0.14 | 0.64 |
| HSL | 64.62º | 0.08% | 0.33% | - |
| HSV(B) | 64.62º | 0.14% | 0.36% | - |
| XYZ | 9.33 | 10.21 | 8.69 | - |
| YUV | 89.22 | 121.67 | 128.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 91 | 78 | 0.01 | 0 | 0.14 | 0.64 | 64.62 | 0.08 | 0.33 |
| Hex | 5A | 5B | 4E | 1 | 0 | E | 40 | 41 | 8 | 21 |
| Octal | 132 | 133 | 116 | 1 | 0 | 16 | 100 | 101 | 10 | 41 |
| Binary | 1011010 | 1011011 | 1001110 | 1 | 0 | 1110 | 1000000 | 1000001 | 1000 | 100001 |
Color Harmonies of #5A5B4E
Complementary color
Monochromatic Colors of #5A5B4E
Black with #5A5B4E
Text Example
Text Example
White with #5A5B4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A5B4E; }
p { color: rgb(90,91,78); }
H1.HeaderClassName
{
color: #5A5B4E;
}
.AnyTagClassName
{
color: #5A5B4E;
}
</style>
background-color css
<style>
a { background-color: #5A5B4E; }
a { background-color: rgb(90,91,78); }
div.DivClassName
{
background-color: #5A5B4E;
}
.BgClassName
{
background-color: #5A5B4E;
}
</style>
border-color css
<style>
span { border-color: #5A5B4E; }
span { border-color: rgb(90,91,78); }
td.TdClassName
{
border-color: #5A5B4E;
}
.TagClassName
{
border-color: #5A5B4E;
}
</style>