Shades of Verdigris #5A5937
Tints of Verdigris #5A5937
RGB
CMYK
RGB Variations
Color information
#5A5937 (or 0x5A5937) is known color: Verdigris. HEX triplet: 5A, 59 and 37. RGB value is (90,89,55). Sum of RGB (Red+Green+Blue) = 90+89+55=234 (30% of max value = 765). Red value is 90 (35.55% from 255 or 38.46% from 234); Green value is 89 (35.16% from 255 or 38.03% from 234); Blue value is 55 (21.88% from 255 or 23.50% from 234); Max value from RGB is 90 - color contains mainly: red. Hex color #5A5937 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A5937 is #A5A6C8. Grayscale: #555555. Windows color (decimal): -10856137 or 3627354. OLE color: 3627354.
HSL color Cylindrical-coordinate representation of color #5A5937: hue angle of 58.29º degrees, saturation: 0.24, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5A5937 is Cyan = 0, Magento = 0.01, Yellow = 0.39 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 89 | 55 | - |
| CMYK | 0 | 0.01 | 0.39 | 0.65 |
| HSL | 58.29º | 0.24% | 0.28% | - |
| HSV(B) | 58.29º | 0.39% | 0.35% | - |
| XYZ | 8.48 | 9.59 | 5.02 | - |
| YUV | 85.42 | 110.83 | 131.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 89 | 55 | 0 | 0.01 | 0.39 | 0.65 | 58.29 | 0.24 | 0.28 |
| Hex | 5A | 59 | 37 | 0 | 1 | 27 | 41 | 3A | 18 | 1C |
| Octal | 132 | 131 | 67 | 0 | 1 | 47 | 101 | 72 | 30 | 34 |
| Binary | 1011010 | 1011001 | 110111 | 0 | 1 | 100111 | 1000001 | 111010 | 11000 | 11100 |
Color Harmonies of #5A5937
Complementary color
Monochromatic Colors of #5A5937
Black with #5A5937
Text Example
Text Example
White with #5A5937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A5937; }
p { color: rgb(90,89,55); }
H1.HeaderClassName
{
color: #5A5937;
}
.AnyTagClassName
{
color: #5A5937;
}
</style>
background-color css
<style>
a { background-color: #5A5937; }
a { background-color: rgb(90,89,55); }
div.DivClassName
{
background-color: #5A5937;
}
.BgClassName
{
background-color: #5A5937;
}
</style>
border-color css
<style>
span { border-color: #5A5937; }
span { border-color: rgb(90,89,55); }
td.TdClassName
{
border-color: #5A5937;
}
.TagClassName
{
border-color: #5A5937;
}
</style>