Shades of Verdigris #5A5B45
Tints of Verdigris #5A5B45
RGB
CMYK
RGB Variations
Color information
#5A5B45 (or 0x5A5B45) is known color: Verdigris. HEX triplet: 5A, 5B and 45. RGB value is (90,91,69). Sum of RGB (Red+Green+Blue) = 90+91+69=250 (33% of max value = 765). Red value is 90 (35.55% from 255 or 36% from 250); Green value is 91 (35.94% from 255 or 36.4% from 250); Blue value is 69 (27.34% from 255 or 27.6% from 250); Max value from RGB is 91 - color contains mainly: green. Hex color #5A5B45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A5B45 is #A5A4BA. Grayscale: #585858. Windows color (decimal): -10855611 or 4545370. OLE color: 4545370.
HSL color Cylindrical-coordinate representation of color #5A5B45: hue angle of 62.73º degrees, saturation: 0.14, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #5A5B45 is Cyan = 0.01, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 90 | 91 | 69 | - |
| CMYK | 0.01 | 0 | 0.24 | 0.64 |
| HSL | 62.73º | 0.14% | 0.31% | - |
| HSV(B) | 62.73º | 0.24% | 0.36% | - |
| XYZ | 9.03 | 10.09 | 7.1 | - |
| YUV | 88.19 | 117.17 | 129.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 91 | 69 | 0.01 | 0 | 0.24 | 0.64 | 62.73 | 0.14 | 0.31 |
| Hex | 5A | 5B | 45 | 1 | 0 | 18 | 40 | 3F | E | 1F |
| Octal | 132 | 133 | 105 | 1 | 0 | 30 | 100 | 77 | 16 | 37 |
| Binary | 1011010 | 1011011 | 1000101 | 1 | 0 | 11000 | 1000000 | 111111 | 1110 | 11111 |
Color Harmonies of #5A5B45
Complementary color
Monochromatic Colors of #5A5B45
Black with #5A5B45
Text Example
Text Example
White with #5A5B45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A5B45; }
p { color: rgb(90,91,69); }
H1.HeaderClassName
{
color: #5A5B45;
}
.AnyTagClassName
{
color: #5A5B45;
}
</style>
background-color css
<style>
a { background-color: #5A5B45; }
a { background-color: rgb(90,91,69); }
div.DivClassName
{
background-color: #5A5B45;
}
.BgClassName
{
background-color: #5A5B45;
}
</style>
border-color css
<style>
span { border-color: #5A5B45; }
span { border-color: rgb(90,91,69); }
td.TdClassName
{
border-color: #5A5B45;
}
.TagClassName
{
border-color: #5A5B45;
}
</style>