Shades of Verdigris #5A5A43
Tints of Verdigris #5A5A43
RGB
CMYK
RGB Variations
Color information
#5A5A43 (or 0x5A5A43) is known color: Verdigris. HEX triplet: 5A, 5A and 43. RGB value is (90,90,67). Sum of RGB (Red+Green+Blue) = 90+90+67=247 (32% of max value = 765). Red value is 90 (35.55% from 255 or 36.44% from 247); Green value is 90 (35.55% from 255 or 36.44% from 247); Blue value is 67 (26.56% from 255 or 27.13% from 247); Max value from RGB is 90 - color contains mainly: red, green. Hex color #5A5A43 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A5A43 is #A5A5BC. Grayscale: #575757. Windows color (decimal): -10855869 or 4414042. OLE color: 4414042.
HSL color Cylindrical-coordinate representation of color #5A5A43: hue angle of 60º degrees, saturation: 0.15, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #5A5A43 is Cyan = 0, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 90 | 67 | - |
| CMYK | 0 | 0 | 0.26 | 0.65 |
| HSL | 60º | 0.15% | 0.31% | - |
| HSV(B) | 60º | 0.26% | 0.35% | - |
| XYZ | 8.89 | 9.89 | 6.75 | - |
| YUV | 87.38 | 116.5 | 129.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 90 | 67 | 0 | 0 | 0.26 | 0.65 | 60 | 0.15 | 0.31 |
| Hex | 5A | 5A | 43 | 0 | 0 | 1A | 41 | 3C | F | 1F |
| Octal | 132 | 132 | 103 | 0 | 0 | 32 | 101 | 74 | 17 | 37 |
| Binary | 1011010 | 1011010 | 1000011 | 0 | 0 | 11010 | 1000001 | 111100 | 1111 | 11111 |
Color Harmonies of #5A5A43
Complementary color
Monochromatic Colors of #5A5A43
Black with #5A5A43
Text Example
Text Example
White with #5A5A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A5A43; }
p { color: rgb(90,90,67); }
H1.HeaderClassName
{
color: #5A5A43;
}
.AnyTagClassName
{
color: #5A5A43;
}
</style>
background-color css
<style>
a { background-color: #5A5A43; }
a { background-color: rgb(90,90,67); }
div.DivClassName
{
background-color: #5A5A43;
}
.BgClassName
{
background-color: #5A5A43;
}
</style>
border-color css
<style>
span { border-color: #5A5A43; }
span { border-color: rgb(90,90,67); }
td.TdClassName
{
border-color: #5A5A43;
}
.TagClassName
{
border-color: #5A5A43;
}
</style>