Shades of Verdigris #5A5943
Tints of Verdigris #5A5943
RGB
CMYK
RGB Variations
Color information
#5A5943 (or 0x5A5943) is known color: Verdigris. HEX triplet: 5A, 59 and 43. RGB value is (90,89,67). Sum of RGB (Red+Green+Blue) = 90+89+67=246 (32% of max value = 765). Red value is 90 (35.55% from 255 or 36.59% from 246); Green value is 89 (35.16% from 255 or 36.18% from 246); Blue value is 67 (26.56% from 255 or 27.24% from 246); Max value from RGB is 90 - color contains mainly: red. Hex color #5A5943 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A5943 is #A5A6BC. Grayscale: #565656. Windows color (decimal): -10856125 or 4413786. OLE color: 4413786.
HSL color Cylindrical-coordinate representation of color #5A5943: hue angle of 57.39º degrees, saturation: 0.15, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #5A5943 is Cyan = 0, Magento = 0.01, Yellow = 0.26 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 89 | 67 | - |
| CMYK | 0 | 0.01 | 0.26 | 0.65 |
| HSL | 57.39º | 0.15% | 0.31% | - |
| HSV(B) | 57.39º | 0.26% | 0.35% | - |
| XYZ | 8.8 | 9.72 | 6.72 | - |
| YUV | 86.79 | 116.83 | 130.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 89 | 67 | 0 | 0.01 | 0.26 | 0.65 | 57.39 | 0.15 | 0.31 |
| Hex | 5A | 59 | 43 | 0 | 1 | 1A | 41 | 39 | F | 1F |
| Octal | 132 | 131 | 103 | 0 | 1 | 32 | 101 | 71 | 17 | 37 |
| Binary | 1011010 | 1011001 | 1000011 | 0 | 1 | 11010 | 1000001 | 111001 | 1111 | 11111 |
Color Harmonies of #5A5943
Complementary color
Monochromatic Colors of #5A5943
Black with #5A5943
Text Example
Text Example
White with #5A5943
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A5943; }
p { color: rgb(90,89,67); }
H1.HeaderClassName
{
color: #5A5943;
}
.AnyTagClassName
{
color: #5A5943;
}
</style>
background-color css
<style>
a { background-color: #5A5943; }
a { background-color: rgb(90,89,67); }
div.DivClassName
{
background-color: #5A5943;
}
.BgClassName
{
background-color: #5A5943;
}
</style>
border-color css
<style>
span { border-color: #5A5943; }
span { border-color: rgb(90,89,67); }
td.TdClassName
{
border-color: #5A5943;
}
.TagClassName
{
border-color: #5A5943;
}
</style>