Shades of Verdigris #5A5B41
Tints of Verdigris #5A5B41
RGB
CMYK
RGB Variations
Color information
#5A5B41 (or 0x5A5B41) is known color: Verdigris. HEX triplet: 5A, 5B and 41. RGB value is (90,91,65). Sum of RGB (Red+Green+Blue) = 90+91+65=246 (32% of max value = 765). Red value is 90 (35.55% from 255 or 36.59% from 246); Green value is 91 (35.94% from 255 or 36.99% from 246); Blue value is 65 (25.78% from 255 or 26.42% from 246); Max value from RGB is 91 - color contains mainly: green. Hex color #5A5B41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A5B41 is #A5A4BE. Grayscale: #575757. Windows color (decimal): -10855615 or 4283226. OLE color: 4283226.
HSL color Cylindrical-coordinate representation of color #5A5B41: hue angle of 62.31º degrees, saturation: 0.17, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #5A5B41 is Cyan = 0.01, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 90 | 91 | 65 | - |
| CMYK | 0.01 | 0 | 0.29 | 0.64 |
| HSL | 62.31º | 0.17% | 0.31% | - |
| HSV(B) | 62.31º | 0.29% | 0.36% | - |
| XYZ | 8.91 | 10.04 | 6.47 | - |
| YUV | 87.74 | 115.17 | 129.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 91 | 65 | 0.01 | 0 | 0.29 | 0.64 | 62.31 | 0.17 | 0.31 |
| Hex | 5A | 5B | 41 | 1 | 0 | 1D | 40 | 3E | 11 | 1F |
| Octal | 132 | 133 | 101 | 1 | 0 | 35 | 100 | 76 | 21 | 37 |
| Binary | 1011010 | 1011011 | 1000001 | 1 | 0 | 11101 | 1000000 | 111110 | 10001 | 11111 |
Color Harmonies of #5A5B41
Complementary color
Monochromatic Colors of #5A5B41
Black with #5A5B41
Text Example
Text Example
White with #5A5B41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A5B41; }
p { color: rgb(90,91,65); }
H1.HeaderClassName
{
color: #5A5B41;
}
.AnyTagClassName
{
color: #5A5B41;
}
</style>
background-color css
<style>
a { background-color: #5A5B41; }
a { background-color: rgb(90,91,65); }
div.DivClassName
{
background-color: #5A5B41;
}
.BgClassName
{
background-color: #5A5B41;
}
</style>
border-color css
<style>
span { border-color: #5A5B41; }
span { border-color: rgb(90,91,65); }
td.TdClassName
{
border-color: #5A5B41;
}
.TagClassName
{
border-color: #5A5B41;
}
</style>