Shades of Verdigris #5D5B44
Tints of Verdigris #5D5B44
RGB
CMYK
RGB Variations
Color information
#5D5B44 (or 0x5D5B44) is known color: Verdigris. HEX triplet: 5D, 5B and 44. RGB value is (93,91,68). Sum of RGB (Red+Green+Blue) = 93+91+68=252 (33% of max value = 765). Red value is 93 (36.72% from 255 or 36.90% from 252); Green value is 91 (35.94% from 255 or 36.11% from 252); Blue value is 68 (26.95% from 255 or 26.98% from 252); Max value from RGB is 93 - color contains mainly: red. Hex color #5D5B44 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D5B44 is #A2A4BB. Grayscale: #595959. Windows color (decimal): -10659004 or 4479837. OLE color: 4479837.
HSL color Cylindrical-coordinate representation of color #5D5B44: hue angle of 55.2º degrees, saturation: 0.16, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #5D5B44 is Cyan = 0, Magento = 0.02, Yellow = 0.27 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 91 | 68 | - |
| CMYK | 0 | 0.02 | 0.27 | 0.64 |
| HSL | 55.2º | 0.16% | 0.32% | - |
| HSV(B) | 55.2º | 0.27% | 0.36% | - |
| XYZ | 9.3 | 10.23 | 6.95 | - |
| YUV | 88.98 | 116.16 | 130.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 91 | 68 | 0 | 0.02 | 0.27 | 0.64 | 55.2 | 0.16 | 0.32 |
| Hex | 5D | 5B | 44 | 0 | 2 | 1B | 40 | 37 | 10 | 20 |
| Octal | 135 | 133 | 104 | 0 | 2 | 33 | 100 | 67 | 20 | 40 |
| Binary | 1011101 | 1011011 | 1000100 | 0 | 10 | 11011 | 1000000 | 110111 | 10000 | 100000 |
Color Harmonies of #5D5B44
Complementary color
Monochromatic Colors of #5D5B44
Black with #5D5B44
Text Example
Text Example
White with #5D5B44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D5B44; }
p { color: rgb(93,91,68); }
H1.HeaderClassName
{
color: #5D5B44;
}
.AnyTagClassName
{
color: #5D5B44;
}
</style>
background-color css
<style>
a { background-color: #5D5B44; }
a { background-color: rgb(93,91,68); }
div.DivClassName
{
background-color: #5D5B44;
}
.BgClassName
{
background-color: #5D5B44;
}
</style>
border-color css
<style>
span { border-color: #5D5B44; }
span { border-color: rgb(93,91,68); }
td.TdClassName
{
border-color: #5D5B44;
}
.TagClassName
{
border-color: #5D5B44;
}
</style>