Shades of Verdigris #5A5B43
Tints of Verdigris #5A5B43
RGB
CMYK
RGB Variations
Color information
#5A5B43 (or 0x5A5B43) is known color: Verdigris. HEX triplet: 5A, 5B and 43. RGB value is (90,91,67). Sum of RGB (Red+Green+Blue) = 90+91+67=248 (32% of max value = 765). Red value is 90 (35.55% from 255 or 36.29% from 248); Green value is 91 (35.94% from 255 or 36.69% from 248); Blue value is 67 (26.56% from 255 or 27.02% from 248); Max value from RGB is 91 - color contains mainly: green. Hex color #5A5B43 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A5B43 is #A5A4BC. Grayscale: #585858. Windows color (decimal): -10855613 or 4414298. OLE color: 4414298.
HSL color Cylindrical-coordinate representation of color #5A5B43: hue angle of 62.5º degrees, saturation: 0.15, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #5A5B43 is Cyan = 0.01, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 90 | 91 | 67 | - |
| CMYK | 0.01 | 0 | 0.26 | 0.64 |
| HSL | 62.5º | 0.15% | 0.31% | - |
| HSV(B) | 62.5º | 0.26% | 0.36% | - |
| XYZ | 8.97 | 10.06 | 6.78 | - |
| YUV | 87.97 | 116.17 | 129.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 91 | 67 | 0.01 | 0 | 0.26 | 0.64 | 62.5 | 0.15 | 0.31 |
| Hex | 5A | 5B | 43 | 1 | 0 | 1A | 40 | 3F | F | 1F |
| Octal | 132 | 133 | 103 | 1 | 0 | 32 | 100 | 77 | 17 | 37 |
| Binary | 1011010 | 1011011 | 1000011 | 1 | 0 | 11010 | 1000000 | 111111 | 1111 | 11111 |
Color Harmonies of #5A5B43
Complementary color
Monochromatic Colors of #5A5B43
Black with #5A5B43
Text Example
Text Example
White with #5A5B43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A5B43; }
p { color: rgb(90,91,67); }
H1.HeaderClassName
{
color: #5A5B43;
}
.AnyTagClassName
{
color: #5A5B43;
}
</style>
background-color css
<style>
a { background-color: #5A5B43; }
a { background-color: rgb(90,91,67); }
div.DivClassName
{
background-color: #5A5B43;
}
.BgClassName
{
background-color: #5A5B43;
}
</style>
border-color css
<style>
span { border-color: #5A5B43; }
span { border-color: rgb(90,91,67); }
td.TdClassName
{
border-color: #5A5B43;
}
.TagClassName
{
border-color: #5A5B43;
}
</style>