Shades of Verdigris #5B5A44
Tints of Verdigris #5B5A44
RGB
CMYK
RGB Variations
Color information
#5B5A44 (or 0x5B5A44) is known color: Verdigris. HEX triplet: 5B, 5A and 44. RGB value is (91,90,68). Sum of RGB (Red+Green+Blue) = 91+90+68=249 (32% of max value = 765). Red value is 91 (35.94% from 255 or 36.55% from 249); Green value is 90 (35.55% from 255 or 36.14% from 249); Blue value is 68 (26.95% from 255 or 27.31% from 249); Max value from RGB is 91 - color contains mainly: red. Hex color #5B5A44 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B5A44 is #A4A5BB. Grayscale: #575757. Windows color (decimal): -10790332 or 4479579. OLE color: 4479579.
HSL color Cylindrical-coordinate representation of color #5B5A44: hue angle of 57.39º degrees, saturation: 0.14, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #5B5A44 is Cyan = 0, Magento = 0.01, Yellow = 0.25 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 90 | 68 | - |
| CMYK | 0 | 0.01 | 0.25 | 0.64 |
| HSL | 57.39º | 0.14% | 0.31% | - |
| HSV(B) | 57.39º | 0.25% | 0.36% | - |
| XYZ | 9.01 | 9.95 | 6.92 | - |
| YUV | 87.79 | 116.83 | 130.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 90 | 68 | 0 | 0.01 | 0.25 | 0.64 | 57.39 | 0.14 | 0.31 |
| Hex | 5B | 5A | 44 | 0 | 1 | 19 | 40 | 39 | E | 1F |
| Octal | 133 | 132 | 104 | 0 | 1 | 31 | 100 | 71 | 16 | 37 |
| Binary | 1011011 | 1011010 | 1000100 | 0 | 1 | 11001 | 1000000 | 111001 | 1110 | 11111 |
Color Harmonies of #5B5A44
Complementary color
Monochromatic Colors of #5B5A44
Black with #5B5A44
Text Example
Text Example
White with #5B5A44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B5A44; }
p { color: rgb(91,90,68); }
H1.HeaderClassName
{
color: #5B5A44;
}
.AnyTagClassName
{
color: #5B5A44;
}
</style>
background-color css
<style>
a { background-color: #5B5A44; }
a { background-color: rgb(91,90,68); }
div.DivClassName
{
background-color: #5B5A44;
}
.BgClassName
{
background-color: #5B5A44;
}
</style>
border-color css
<style>
span { border-color: #5B5A44; }
span { border-color: rgb(91,90,68); }
td.TdClassName
{
border-color: #5B5A44;
}
.TagClassName
{
border-color: #5B5A44;
}
</style>