Shades of Verdigris #5C5B36
Tints of Verdigris #5C5B36
RGB
CMYK
RGB Variations
Color information
#5C5B36 (or 0x5C5B36) is known color: Verdigris. HEX triplet: 5C, 5B and 36. RGB value is (92,91,54). Sum of RGB (Red+Green+Blue) = 92+91+54=237 (31% of max value = 765). Red value is 92 (36.33% from 255 or 38.82% from 237); Green value is 91 (35.94% from 255 or 38.40% from 237); Blue value is 54 (21.48% from 255 or 22.78% from 237); Max value from RGB is 92 - color contains mainly: red. Hex color #5C5B36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C5B36 is #A3A4C9. Grayscale: #575757. Windows color (decimal): -10724554 or 3562332. OLE color: 3562332.
HSL color Cylindrical-coordinate representation of color #5C5B36: hue angle of 58.42º degrees, saturation: 0.26, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5C5B36 is Cyan = 0, Magento = 0.01, Yellow = 0.41 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 91 | 54 | - |
| CMYK | 0 | 0.01 | 0.41 | 0.64 |
| HSL | 58.42º | 0.26% | 0.29% | - |
| HSV(B) | 58.42º | 0.41% | 0.36% | - |
| XYZ | 8.82 | 10.02 | 4.96 | - |
| YUV | 87.08 | 109.33 | 131.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 91 | 54 | 0 | 0.01 | 0.41 | 0.64 | 58.42 | 0.26 | 0.29 |
| Hex | 5C | 5B | 36 | 0 | 1 | 29 | 40 | 3A | 1A | 1D |
| Octal | 134 | 133 | 66 | 0 | 1 | 51 | 100 | 72 | 32 | 35 |
| Binary | 1011100 | 1011011 | 110110 | 0 | 1 | 101001 | 1000000 | 111010 | 11010 | 11101 |
Color Harmonies of #5C5B36
Complementary color
Monochromatic Colors of #5C5B36
Black with #5C5B36
Text Example
Text Example
White with #5C5B36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C5B36; }
p { color: rgb(92,91,54); }
H1.HeaderClassName
{
color: #5C5B36;
}
.AnyTagClassName
{
color: #5C5B36;
}
</style>
background-color css
<style>
a { background-color: #5C5B36; }
a { background-color: rgb(92,91,54); }
div.DivClassName
{
background-color: #5C5B36;
}
.BgClassName
{
background-color: #5C5B36;
}
</style>
border-color css
<style>
span { border-color: #5C5B36; }
span { border-color: rgb(92,91,54); }
td.TdClassName
{
border-color: #5C5B36;
}
.TagClassName
{
border-color: #5C5B36;
}
</style>