Shades of Verdigris #5B583C
Tints of Verdigris #5B583C
RGB
CMYK
RGB Variations
Color information
#5B583C (or 0x5B583C) is known color: Verdigris. HEX triplet: 5B, 58 and 3C. RGB value is (91,88,60). Sum of RGB (Red+Green+Blue) = 91+88+60=239 (31% of max value = 765). Red value is 91 (35.94% from 255 or 38.08% from 239); Green value is 88 (34.77% from 255 or 36.82% from 239); Blue value is 60 (23.83% from 255 or 25.10% from 239); Max value from RGB is 91 - color contains mainly: red. Hex color #5B583C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B583C is #A4A7C3. Grayscale: #555555. Windows color (decimal): -10790852 or 3954779. OLE color: 3954779.
HSL color Cylindrical-coordinate representation of color #5B583C: hue angle of 54.19º degrees, saturation: 0.21, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #5B583C is Cyan = 0, Magento = 0.03, Yellow = 0.34 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 88 | 60 | - |
| CMYK | 0 | 0.03 | 0.34 | 0.64 |
| HSL | 54.19º | 0.21% | 0.3% | - |
| HSV(B) | 54.19º | 0.34% | 0.36% | - |
| XYZ | 8.62 | 9.53 | 5.66 | - |
| YUV | 85.71 | 113.49 | 131.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 88 | 60 | 0 | 0.03 | 0.34 | 0.64 | 54.19 | 0.21 | 0.3 |
| Hex | 5B | 58 | 3C | 0 | 3 | 22 | 40 | 36 | 15 | 1E |
| Octal | 133 | 130 | 74 | 0 | 3 | 42 | 100 | 66 | 25 | 36 |
| Binary | 1011011 | 1011000 | 111100 | 0 | 11 | 100010 | 1000000 | 110110 | 10101 | 11110 |
Color Harmonies of #5B583C
Complementary color
Monochromatic Colors of #5B583C
Black with #5B583C
Text Example
Text Example
White with #5B583C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B583C; }
p { color: rgb(91,88,60); }
H1.HeaderClassName
{
color: #5B583C;
}
.AnyTagClassName
{
color: #5B583C;
}
</style>
background-color css
<style>
a { background-color: #5B583C; }
a { background-color: rgb(91,88,60); }
div.DivClassName
{
background-color: #5B583C;
}
.BgClassName
{
background-color: #5B583C;
}
</style>
border-color css
<style>
span { border-color: #5B583C; }
span { border-color: rgb(91,88,60); }
td.TdClassName
{
border-color: #5B583C;
}
.TagClassName
{
border-color: #5B583C;
}
</style>