Shades of Verdigris #5A5938
Tints of Verdigris #5A5938
RGB
CMYK
RGB Variations
Color information
#5A5938 (or 0x5A5938) is known color: Verdigris. HEX triplet: 5A, 59 and 38. RGB value is (90,89,56). Sum of RGB (Red+Green+Blue) = 90+89+56=235 (31% of max value = 765). Red value is 90 (35.55% from 255 or 38.30% from 235); Green value is 89 (35.16% from 255 or 37.87% from 235); Blue value is 56 (22.27% from 255 or 23.83% from 235); Max value from RGB is 90 - color contains mainly: red. Hex color #5A5938 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A5938 is #A5A6C7. Grayscale: #555555. Windows color (decimal): -10856136 or 3692890. OLE color: 3692890.
HSL color Cylindrical-coordinate representation of color #5A5938: hue angle of 58.24º degrees, saturation: 0.23, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5A5938 is Cyan = 0, Magento = 0.01, Yellow = 0.38 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 89 | 56 | - |
| CMYK | 0 | 0.01 | 0.38 | 0.65 |
| HSL | 58.24º | 0.23% | 0.29% | - |
| HSV(B) | 58.24º | 0.38% | 0.35% | - |
| XYZ | 8.5 | 9.6 | 5.15 | - |
| YUV | 85.54 | 111.33 | 131.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 89 | 56 | 0 | 0.01 | 0.38 | 0.65 | 58.24 | 0.23 | 0.29 |
| Hex | 5A | 59 | 38 | 0 | 1 | 26 | 41 | 3A | 17 | 1D |
| Octal | 132 | 131 | 70 | 0 | 1 | 46 | 101 | 72 | 27 | 35 |
| Binary | 1011010 | 1011001 | 111000 | 0 | 1 | 100110 | 1000001 | 111010 | 10111 | 11101 |
Color Harmonies of #5A5938
Complementary color
Monochromatic Colors of #5A5938
Black with #5A5938
Text Example
Text Example
White with #5A5938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A5938; }
p { color: rgb(90,89,56); }
H1.HeaderClassName
{
color: #5A5938;
}
.AnyTagClassName
{
color: #5A5938;
}
</style>
background-color css
<style>
a { background-color: #5A5938; }
a { background-color: rgb(90,89,56); }
div.DivClassName
{
background-color: #5A5938;
}
.BgClassName
{
background-color: #5A5938;
}
</style>
border-color css
<style>
span { border-color: #5A5938; }
span { border-color: rgb(90,89,56); }
td.TdClassName
{
border-color: #5A5938;
}
.TagClassName
{
border-color: #5A5938;
}
</style>