Shades of Verdigris #5A5B46
Tints of Verdigris #5A5B46
RGB
CMYK
RGB Variations
Color information
#5A5B46 (or 0x5A5B46) is known color: Verdigris. HEX triplet: 5A, 5B and 46. RGB value is (90,91,70). Sum of RGB (Red+Green+Blue) = 90+91+70=251 (33% of max value = 765). Red value is 90 (35.55% from 255 or 35.86% from 251); Green value is 91 (35.94% from 255 or 36.25% from 251); Blue value is 70 (27.73% from 255 or 27.89% from 251); Max value from RGB is 91 - color contains mainly: green. Hex color #5A5B46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A5B46 is #A5A4B9. Grayscale: #585858. Windows color (decimal): -10855610 or 4610906. OLE color: 4610906.
HSL color Cylindrical-coordinate representation of color #5A5B46: hue angle of 62.86º degrees, saturation: 0.13, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #5A5B46 is Cyan = 0.01, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 90 | 91 | 70 | - |
| CMYK | 0.01 | 0 | 0.23 | 0.64 |
| HSL | 62.86º | 0.13% | 0.32% | - |
| HSV(B) | 62.86º | 0.23% | 0.36% | - |
| XYZ | 9.06 | 10.1 | 7.27 | - |
| YUV | 88.31 | 117.67 | 129.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 91 | 70 | 0.01 | 0 | 0.23 | 0.64 | 62.86 | 0.13 | 0.32 |
| Hex | 5A | 5B | 46 | 1 | 0 | 17 | 40 | 3F | D | 20 |
| Octal | 132 | 133 | 106 | 1 | 0 | 27 | 100 | 77 | 15 | 40 |
| Binary | 1011010 | 1011011 | 1000110 | 1 | 0 | 10111 | 1000000 | 111111 | 1101 | 100000 |
Color Harmonies of #5A5B46
Complementary color
Monochromatic Colors of #5A5B46
Black with #5A5B46
Text Example
Text Example
White with #5A5B46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A5B46; }
p { color: rgb(90,91,70); }
H1.HeaderClassName
{
color: #5A5B46;
}
.AnyTagClassName
{
color: #5A5B46;
}
</style>
background-color css
<style>
a { background-color: #5A5B46; }
a { background-color: rgb(90,91,70); }
div.DivClassName
{
background-color: #5A5B46;
}
.BgClassName
{
background-color: #5A5B46;
}
</style>
border-color css
<style>
span { border-color: #5A5B46; }
span { border-color: rgb(90,91,70); }
td.TdClassName
{
border-color: #5A5B46;
}
.TagClassName
{
border-color: #5A5B46;
}
</style>