Shades of Verdigris #5B5C47
Tints of Verdigris #5B5C47
RGB
CMYK
RGB Variations
Color information
#5B5C47 (or 0x5B5C47) is known color: Verdigris. HEX triplet: 5B, 5C and 47. RGB value is (91,92,71). Sum of RGB (Red+Green+Blue) = 91+92+71=254 (33% of max value = 765). Red value is 91 (35.94% from 255 or 35.83% from 254); Green value is 92 (36.33% from 255 or 36.22% from 254); Blue value is 71 (28.12% from 255 or 27.95% from 254); Max value from RGB is 92 - color contains mainly: green. Hex color #5B5C47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B5C47 is #A4A3B8. Grayscale: #595959. Windows color (decimal): -10789817 or 4676699. OLE color: 4676699.
HSL color Cylindrical-coordinate representation of color #5B5C47: hue angle of 62.86º degrees, saturation: 0.13, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #5B5C47 is Cyan = 0.01, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 92 | 71 | - |
| CMYK | 0.01 | 0 | 0.23 | 0.64 |
| HSL | 62.86º | 0.13% | 0.32% | - |
| HSV(B) | 62.86º | 0.23% | 0.36% | - |
| XYZ | 9.28 | 10.33 | 7.47 | - |
| YUV | 89.31 | 117.67 | 129.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 92 | 71 | 0.01 | 0 | 0.23 | 0.64 | 62.86 | 0.13 | 0.32 |
| Hex | 5B | 5C | 47 | 1 | 0 | 17 | 40 | 3F | D | 20 |
| Octal | 133 | 134 | 107 | 1 | 0 | 27 | 100 | 77 | 15 | 40 |
| Binary | 1011011 | 1011100 | 1000111 | 1 | 0 | 10111 | 1000000 | 111111 | 1101 | 100000 |
Color Harmonies of #5B5C47
Complementary color
Monochromatic Colors of #5B5C47
Black with #5B5C47
Text Example
Text Example
White with #5B5C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B5C47; }
p { color: rgb(91,92,71); }
H1.HeaderClassName
{
color: #5B5C47;
}
.AnyTagClassName
{
color: #5B5C47;
}
</style>
background-color css
<style>
a { background-color: #5B5C47; }
a { background-color: rgb(91,92,71); }
div.DivClassName
{
background-color: #5B5C47;
}
.BgClassName
{
background-color: #5B5C47;
}
</style>
border-color css
<style>
span { border-color: #5B5C47; }
span { border-color: rgb(91,92,71); }
td.TdClassName
{
border-color: #5B5C47;
}
.TagClassName
{
border-color: #5B5C47;
}
</style>