Shades of Verdigris #5A593D
Tints of Verdigris #5A593D
RGB
CMYK
RGB Variations
Color information
#5A593D (or 0x5A593D) is known color: Verdigris. HEX triplet: 5A, 59 and 3D. RGB value is (90,89,61). Sum of RGB (Red+Green+Blue) = 90+89+61=240 (31% of max value = 765). Red value is 90 (35.55% from 255 or 37.5% from 240); Green value is 89 (35.16% from 255 or 37.08% from 240); Blue value is 61 (24.22% from 255 or 25.42% from 240); Max value from RGB is 90 - color contains mainly: red. Hex color #5A593D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A593D is #A5A6C2. Grayscale: #565656. Windows color (decimal): -10856131 or 4020570. OLE color: 4020570.
HSL color Cylindrical-coordinate representation of color #5A593D: hue angle of 57.93º degrees, saturation: 0.19, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5A593D is Cyan = 0, Magento = 0.01, Yellow = 0.32 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 89 | 61 | - |
| CMYK | 0 | 0.01 | 0.32 | 0.65 |
| HSL | 57.93º | 0.19% | 0.3% | - |
| HSV(B) | 57.93º | 0.32% | 0.35% | - |
| XYZ | 8.63 | 9.66 | 5.82 | - |
| YUV | 86.11 | 113.83 | 130.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 89 | 61 | 0 | 0.01 | 0.32 | 0.65 | 57.93 | 0.19 | 0.3 |
| Hex | 5A | 59 | 3D | 0 | 1 | 20 | 41 | 3A | 13 | 1E |
| Octal | 132 | 131 | 75 | 0 | 1 | 40 | 101 | 72 | 23 | 36 |
| Binary | 1011010 | 1011001 | 111101 | 0 | 1 | 100000 | 1000001 | 111010 | 10011 | 11110 |
Color Harmonies of #5A593D
Complementary color
Monochromatic Colors of #5A593D
Black with #5A593D
Text Example
Text Example
White with #5A593D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A593D; }
p { color: rgb(90,89,61); }
H1.HeaderClassName
{
color: #5A593D;
}
.AnyTagClassName
{
color: #5A593D;
}
</style>
background-color css
<style>
a { background-color: #5A593D; }
a { background-color: rgb(90,89,61); }
div.DivClassName
{
background-color: #5A593D;
}
.BgClassName
{
background-color: #5A593D;
}
</style>
border-color css
<style>
span { border-color: #5A593D; }
span { border-color: rgb(90,89,61); }
td.TdClassName
{
border-color: #5A593D;
}
.TagClassName
{
border-color: #5A593D;
}
</style>