Shades of Verdigris #5A5C41
Tints of Verdigris #5A5C41
RGB
CMYK
RGB Variations
Color information
#5A5C41 (or 0x5A5C41) is known color: Verdigris. HEX triplet: 5A, 5C and 41. RGB value is (90,92,65). Sum of RGB (Red+Green+Blue) = 90+92+65=247 (32% of max value = 765). Red value is 90 (35.55% from 255 or 36.44% from 247); Green value is 92 (36.33% from 255 or 37.25% from 247); Blue value is 65 (25.78% from 255 or 26.32% from 247); Max value from RGB is 92 - color contains mainly: green. Hex color #5A5C41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A5C41 is #A5A3BE. Grayscale: #585858. Windows color (decimal): -10855359 or 4283482. OLE color: 4283482.
HSL color Cylindrical-coordinate representation of color #5A5C41: hue angle of 64.44º 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 #5A5C41 is Cyan = 0.02, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 90 | 92 | 65 | - |
| CMYK | 0.02 | 0 | 0.29 | 0.64 |
| HSL | 64.44º | 0.17% | 0.31% | - |
| HSV(B) | 64.44º | 0.29% | 0.36% | - |
| XYZ | 9 | 10.21 | 6.5 | - |
| YUV | 88.32 | 114.84 | 129.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 92 | 65 | 0.02 | 0 | 0.29 | 0.64 | 64.44 | 0.17 | 0.31 |
| Hex | 5A | 5C | 41 | 2 | 0 | 1D | 40 | 40 | 11 | 1F |
| Octal | 132 | 134 | 101 | 2 | 0 | 35 | 100 | 100 | 21 | 37 |
| Binary | 1011010 | 1011100 | 1000001 | 10 | 0 | 11101 | 1000000 | 1000000 | 10001 | 11111 |
Color Harmonies of #5A5C41
Complementary color
Monochromatic Colors of #5A5C41
Black with #5A5C41
Text Example
Text Example
White with #5A5C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A5C41; }
p { color: rgb(90,92,65); }
H1.HeaderClassName
{
color: #5A5C41;
}
.AnyTagClassName
{
color: #5A5C41;
}
</style>
background-color css
<style>
a { background-color: #5A5C41; }
a { background-color: rgb(90,92,65); }
div.DivClassName
{
background-color: #5A5C41;
}
.BgClassName
{
background-color: #5A5C41;
}
</style>
border-color css
<style>
span { border-color: #5A5C41; }
span { border-color: rgb(90,92,65); }
td.TdClassName
{
border-color: #5A5C41;
}
.TagClassName
{
border-color: #5A5C41;
}
</style>