Shades of Verdigris #5D5C36
Tints of Verdigris #5D5C36
RGB
CMYK
RGB Variations
Color information
#5D5C36 (or 0x5D5C36) is known color: Verdigris. HEX triplet: 5D, 5C and 36. RGB value is (93,92,54). Sum of RGB (Red+Green+Blue) = 93+92+54=239 (31% of max value = 765). Red value is 93 (36.72% from 255 or 38.91% from 239); Green value is 92 (36.33% from 255 or 38.49% from 239); Blue value is 54 (21.48% from 255 or 22.59% from 239); Max value from RGB is 93 - color contains mainly: red. Hex color #5D5C36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D5C36 is #A2A3C9. Grayscale: #585858. Windows color (decimal): -10658762 or 3562589. OLE color: 3562589.
HSL color Cylindrical-coordinate representation of color #5D5C36: hue angle of 58.46º degrees, saturation: 0.27, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5D5C36 is Cyan = 0, Magento = 0.01, Yellow = 0.42 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 92 | 54 | - |
| CMYK | 0 | 0.01 | 0.42 | 0.64 |
| HSL | 58.46º | 0.27% | 0.29% | - |
| HSV(B) | 58.46º | 0.42% | 0.36% | - |
| XYZ | 9.01 | 10.25 | 4.99 | - |
| YUV | 87.97 | 108.83 | 131.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 92 | 54 | 0 | 0.01 | 0.42 | 0.64 | 58.46 | 0.27 | 0.29 |
| Hex | 5D | 5C | 36 | 0 | 1 | 2A | 40 | 3A | 1B | 1D |
| Octal | 135 | 134 | 66 | 0 | 1 | 52 | 100 | 72 | 33 | 35 |
| Binary | 1011101 | 1011100 | 110110 | 0 | 1 | 101010 | 1000000 | 111010 | 11011 | 11101 |
Color Harmonies of #5D5C36
Complementary color
Monochromatic Colors of #5D5C36
Black with #5D5C36
Text Example
Text Example
White with #5D5C36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D5C36; }
p { color: rgb(93,92,54); }
H1.HeaderClassName
{
color: #5D5C36;
}
.AnyTagClassName
{
color: #5D5C36;
}
</style>
background-color css
<style>
a { background-color: #5D5C36; }
a { background-color: rgb(93,92,54); }
div.DivClassName
{
background-color: #5D5C36;
}
.BgClassName
{
background-color: #5D5C36;
}
</style>
border-color css
<style>
span { border-color: #5D5C36; }
span { border-color: rgb(93,92,54); }
td.TdClassName
{
border-color: #5D5C36;
}
.TagClassName
{
border-color: #5D5C36;
}
</style>