Shades of Verdigris #5B583D
Tints of Verdigris #5B583D
RGB
CMYK
RGB Variations
Color information
#5B583D (or 0x5B583D) is known color: Verdigris. HEX triplet: 5B, 58 and 3D. RGB value is (91,88,61). Sum of RGB (Red+Green+Blue) = 91+88+61=240 (31% of max value = 765). Red value is 91 (35.94% from 255 or 37.92% from 240); Green value is 88 (34.77% from 255 or 36.67% from 240); Blue value is 61 (24.22% from 255 or 25.42% from 240); Max value from RGB is 91 - color contains mainly: red. Hex color #5B583D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B583D is #A4A7C2. Grayscale: #555555. Windows color (decimal): -10790851 or 4020315. OLE color: 4020315.
HSL color Cylindrical-coordinate representation of color #5B583D: hue angle of 54º degrees, saturation: 0.2, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #5B583D is Cyan = 0, Magento = 0.03, Yellow = 0.33 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 88 | 61 | - |
| CMYK | 0 | 0.03 | 0.33 | 0.64 |
| HSL | 54º | 0.2% | 0.3% | - |
| HSV(B) | 54º | 0.33% | 0.36% | - |
| XYZ | 8.65 | 9.54 | 5.8 | - |
| YUV | 85.82 | 113.99 | 131.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 88 | 61 | 0 | 0.03 | 0.33 | 0.64 | 54 | 0.2 | 0.3 |
| Hex | 5B | 58 | 3D | 0 | 3 | 21 | 40 | 36 | 14 | 1E |
| Octal | 133 | 130 | 75 | 0 | 3 | 41 | 100 | 66 | 24 | 36 |
| Binary | 1011011 | 1011000 | 111101 | 0 | 11 | 100001 | 1000000 | 110110 | 10100 | 11110 |
Color Harmonies of #5B583D
Complementary color
Monochromatic Colors of #5B583D
Black with #5B583D
Text Example
Text Example
White with #5B583D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B583D; }
p { color: rgb(91,88,61); }
H1.HeaderClassName
{
color: #5B583D;
}
.AnyTagClassName
{
color: #5B583D;
}
</style>
background-color css
<style>
a { background-color: #5B583D; }
a { background-color: rgb(91,88,61); }
div.DivClassName
{
background-color: #5B583D;
}
.BgClassName
{
background-color: #5B583D;
}
</style>
border-color css
<style>
span { border-color: #5B583D; }
span { border-color: rgb(91,88,61); }
td.TdClassName
{
border-color: #5B583D;
}
.TagClassName
{
border-color: #5B583D;
}
</style>