Shades of Verdigris #5D5B45
Tints of Verdigris #5D5B45
RGB
CMYK
RGB Variations
Color information
#5D5B45 (or 0x5D5B45) is known color: Verdigris. HEX triplet: 5D, 5B and 45. RGB value is (93,91,69). Sum of RGB (Red+Green+Blue) = 93+91+69=253 (33% of max value = 765). Red value is 93 (36.72% from 255 or 36.76% from 253); Green value is 91 (35.94% from 255 or 35.97% from 253); Blue value is 69 (27.34% from 255 or 27.27% from 253); Max value from RGB is 93 - color contains mainly: red. Hex color #5D5B45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D5B45 is #A2A4BA. Grayscale: #595959. Windows color (decimal): -10659003 or 4545373. OLE color: 4545373.
HSL color Cylindrical-coordinate representation of color #5D5B45: hue angle of 55º degrees, saturation: 0.15, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #5D5B45 is Cyan = 0, Magento = 0.02, Yellow = 0.26 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 91 | 69 | - |
| CMYK | 0 | 0.02 | 0.26 | 0.64 |
| HSL | 55º | 0.15% | 0.32% | - |
| HSV(B) | 55º | 0.26% | 0.36% | - |
| XYZ | 9.33 | 10.24 | 7.11 | - |
| YUV | 89.09 | 116.66 | 130.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 91 | 69 | 0 | 0.02 | 0.26 | 0.64 | 55 | 0.15 | 0.32 |
| Hex | 5D | 5B | 45 | 0 | 2 | 1A | 40 | 37 | F | 20 |
| Octal | 135 | 133 | 105 | 0 | 2 | 32 | 100 | 67 | 17 | 40 |
| Binary | 1011101 | 1011011 | 1000101 | 0 | 10 | 11010 | 1000000 | 110111 | 1111 | 100000 |
Color Harmonies of #5D5B45
Complementary color
Monochromatic Colors of #5D5B45
Black with #5D5B45
Text Example
Text Example
White with #5D5B45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D5B45; }
p { color: rgb(93,91,69); }
H1.HeaderClassName
{
color: #5D5B45;
}
.AnyTagClassName
{
color: #5D5B45;
}
</style>
background-color css
<style>
a { background-color: #5D5B45; }
a { background-color: rgb(93,91,69); }
div.DivClassName
{
background-color: #5D5B45;
}
.BgClassName
{
background-color: #5D5B45;
}
</style>
border-color css
<style>
span { border-color: #5D5B45; }
span { border-color: rgb(93,91,69); }
td.TdClassName
{
border-color: #5D5B45;
}
.TagClassName
{
border-color: #5D5B45;
}
</style>