Shades of Verdigris #5B5D41
Tints of Verdigris #5B5D41
RGB
CMYK
RGB Variations
Color information
#5B5D41 (or 0x5B5D41) is known color: Verdigris. HEX triplet: 5B, 5D and 41. RGB value is (91,93,65). Sum of RGB (Red+Green+Blue) = 91+93+65=249 (32% of max value = 765). Red value is 91 (35.94% from 255 or 36.55% from 249); Green value is 93 (36.72% from 255 or 37.35% from 249); Blue value is 65 (25.78% from 255 or 26.10% from 249); Max value from RGB is 93 - color contains mainly: green. Hex color #5B5D41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B5D41 is #A4A2BE. Grayscale: #595959. Windows color (decimal): -10789567 or 4283739. OLE color: 4283739.
HSL color Cylindrical-coordinate representation of color #5B5D41: hue angle of 64.29º degrees, saturation: 0.18, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #5B5D41 is Cyan = 0.02, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 93 | 65 | - |
| CMYK | 0.02 | 0 | 0.30 | 0.64 |
| HSL | 64.29º | 0.18% | 0.31% | - |
| HSV(B) | 64.29º | 0.3% | 0.36% | - |
| XYZ | 9.18 | 10.43 | 6.53 | - |
| YUV | 89.21 | 114.34 | 129.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 93 | 65 | 0.02 | 0 | 0.30 | 0.64 | 64.29 | 0.18 | 0.31 |
| Hex | 5B | 5D | 41 | 2 | 0 | 1E | 40 | 40 | 12 | 1F |
| Octal | 133 | 135 | 101 | 2 | 0 | 36 | 100 | 100 | 22 | 37 |
| Binary | 1011011 | 1011101 | 1000001 | 10 | 0 | 11110 | 1000000 | 1000000 | 10010 | 11111 |
Color Harmonies of #5B5D41
Complementary color
Monochromatic Colors of #5B5D41
Black with #5B5D41
Text Example
Text Example
White with #5B5D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B5D41; }
p { color: rgb(91,93,65); }
H1.HeaderClassName
{
color: #5B5D41;
}
.AnyTagClassName
{
color: #5B5D41;
}
</style>
background-color css
<style>
a { background-color: #5B5D41; }
a { background-color: rgb(91,93,65); }
div.DivClassName
{
background-color: #5B5D41;
}
.BgClassName
{
background-color: #5B5D41;
}
</style>
border-color css
<style>
span { border-color: #5B5D41; }
span { border-color: rgb(91,93,65); }
td.TdClassName
{
border-color: #5B5D41;
}
.TagClassName
{
border-color: #5B5D41;
}
</style>