Shades of Verdigris #5A5B40
Tints of Verdigris #5A5B40
RGB
CMYK
RGB Variations
Color information
#5A5B40 (or 0x5A5B40) is known color: Verdigris. HEX triplet: 5A, 5B and 40. RGB value is (90,91,64). Sum of RGB (Red+Green+Blue) = 90+91+64=245 (32% of max value = 765). Red value is 90 (35.55% from 255 or 36.73% from 245); Green value is 91 (35.94% from 255 or 37.14% from 245); Blue value is 64 (25.39% from 255 or 26.12% from 245); Max value from RGB is 91 - color contains mainly: green. Hex color #5A5B40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A5B40 is #A5A4BF. Grayscale: #575757. Windows color (decimal): -10855616 or 4217690. OLE color: 4217690.
HSL color Cylindrical-coordinate representation of color #5A5B40: hue angle of 62.22º degrees, saturation: 0.17, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #5A5B40 is Cyan = 0.01, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 90 | 91 | 64 | - |
| CMYK | 0.01 | 0 | 0.30 | 0.64 |
| HSL | 62.22º | 0.17% | 0.3% | - |
| HSV(B) | 62.22º | 0.3% | 0.36% | - |
| XYZ | 8.88 | 10.03 | 6.32 | - |
| YUV | 87.62 | 114.67 | 129.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 91 | 64 | 0.01 | 0 | 0.30 | 0.64 | 62.22 | 0.17 | 0.3 |
| Hex | 5A | 5B | 40 | 1 | 0 | 1E | 40 | 3E | 11 | 1E |
| Octal | 132 | 133 | 100 | 1 | 0 | 36 | 100 | 76 | 21 | 36 |
| Binary | 1011010 | 1011011 | 1000000 | 1 | 0 | 11110 | 1000000 | 111110 | 10001 | 11110 |
Color Harmonies of #5A5B40
Complementary color
Monochromatic Colors of #5A5B40
Black with #5A5B40
Text Example
Text Example
White with #5A5B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A5B40; }
p { color: rgb(90,91,64); }
H1.HeaderClassName
{
color: #5A5B40;
}
.AnyTagClassName
{
color: #5A5B40;
}
</style>
background-color css
<style>
a { background-color: #5A5B40; }
a { background-color: rgb(90,91,64); }
div.DivClassName
{
background-color: #5A5B40;
}
.BgClassName
{
background-color: #5A5B40;
}
</style>
border-color css
<style>
span { border-color: #5A5B40; }
span { border-color: rgb(90,91,64); }
td.TdClassName
{
border-color: #5A5B40;
}
.TagClassName
{
border-color: #5A5B40;
}
</style>