Shades of Verdigris #5A5B3B
Tints of Verdigris #5A5B3B
RGB
CMYK
RGB Variations
Color information
#5A5B3B (or 0x5A5B3B) is known color: Verdigris. HEX triplet: 5A, 5B and 3B. RGB value is (90,91,59). Sum of RGB (Red+Green+Blue) = 90+91+59=240 (31% of max value = 765). Red value is 90 (35.55% from 255 or 37.5% from 240); Green value is 91 (35.94% from 255 or 37.92% from 240); Blue value is 59 (23.44% from 255 or 24.58% from 240); Max value from RGB is 91 - color contains mainly: green. Hex color #5A5B3B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A5B3B is #A5A4C4. Grayscale: #575757. Windows color (decimal): -10855621 or 3890010. OLE color: 3890010.
HSL color Cylindrical-coordinate representation of color #5A5B3B: hue angle of 61.88º degrees, saturation: 0.21, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #5A5B3B is Cyan = 0.01, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 90 | 91 | 59 | - |
| CMYK | 0.01 | 0 | 0.35 | 0.64 |
| HSL | 61.88º | 0.21% | 0.29% | - |
| HSV(B) | 61.88º | 0.35% | 0.36% | - |
| XYZ | 8.75 | 9.97 | 5.6 | - |
| YUV | 87.05 | 112.17 | 130.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 91 | 59 | 0.01 | 0 | 0.35 | 0.64 | 61.88 | 0.21 | 0.29 |
| Hex | 5A | 5B | 3B | 1 | 0 | 23 | 40 | 3E | 15 | 1D |
| Octal | 132 | 133 | 73 | 1 | 0 | 43 | 100 | 76 | 25 | 35 |
| Binary | 1011010 | 1011011 | 111011 | 1 | 0 | 100011 | 1000000 | 111110 | 10101 | 11101 |
Color Harmonies of #5A5B3B
Complementary color
Monochromatic Colors of #5A5B3B
Black with #5A5B3B
Text Example
Text Example
White with #5A5B3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A5B3B; }
p { color: rgb(90,91,59); }
H1.HeaderClassName
{
color: #5A5B3B;
}
.AnyTagClassName
{
color: #5A5B3B;
}
</style>
background-color css
<style>
a { background-color: #5A5B3B; }
a { background-color: rgb(90,91,59); }
div.DivClassName
{
background-color: #5A5B3B;
}
.BgClassName
{
background-color: #5A5B3B;
}
</style>
border-color css
<style>
span { border-color: #5A5B3B; }
span { border-color: rgb(90,91,59); }
td.TdClassName
{
border-color: #5A5B3B;
}
.TagClassName
{
border-color: #5A5B3B;
}
</style>