Shades of Verdigris #5A5840
Tints of Verdigris #5A5840
RGB
CMYK
RGB Variations
Color information
#5A5840 (or 0x5A5840) is known color: Verdigris. HEX triplet: 5A, 58 and 40. RGB value is (90,88,64). Sum of RGB (Red+Green+Blue) = 90+88+64=242 (32% of max value = 765). Red value is 90 (35.55% from 255 or 37.19% from 242); Green value is 88 (34.77% from 255 or 36.36% from 242); Blue value is 64 (25.39% from 255 or 26.45% from 242); Max value from RGB is 90 - color contains mainly: red. Hex color #5A5840 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A5840 is #A5A7BF. Grayscale: #555555. Windows color (decimal): -10856384 or 4216922. OLE color: 4216922.
HSL color Cylindrical-coordinate representation of color #5A5840: hue angle of 55.38º degrees, saturation: 0.17, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #5A5840 is Cyan = 0, Magento = 0.02, Yellow = 0.29 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 88 | 64 | - |
| CMYK | 0 | 0.02 | 0.29 | 0.65 |
| HSL | 55.38º | 0.17% | 0.3% | - |
| HSV(B) | 55.38º | 0.29% | 0.35% | - |
| XYZ | 8.63 | 9.52 | 6.23 | - |
| YUV | 85.86 | 115.66 | 130.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 88 | 64 | 0 | 0.02 | 0.29 | 0.65 | 55.38 | 0.17 | 0.3 |
| Hex | 5A | 58 | 40 | 0 | 2 | 1D | 41 | 37 | 11 | 1E |
| Octal | 132 | 130 | 100 | 0 | 2 | 35 | 101 | 67 | 21 | 36 |
| Binary | 1011010 | 1011000 | 1000000 | 0 | 10 | 11101 | 1000001 | 110111 | 10001 | 11110 |
Color Harmonies of #5A5840
Complementary color
Monochromatic Colors of #5A5840
Black with #5A5840
Text Example
Text Example
White with #5A5840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A5840; }
p { color: rgb(90,88,64); }
H1.HeaderClassName
{
color: #5A5840;
}
.AnyTagClassName
{
color: #5A5840;
}
</style>
background-color css
<style>
a { background-color: #5A5840; }
a { background-color: rgb(90,88,64); }
div.DivClassName
{
background-color: #5A5840;
}
.BgClassName
{
background-color: #5A5840;
}
</style>
border-color css
<style>
span { border-color: #5A5840; }
span { border-color: rgb(90,88,64); }
td.TdClassName
{
border-color: #5A5840;
}
.TagClassName
{
border-color: #5A5840;
}
</style>