Shades of Verdigris #585843
Tints of Verdigris #585843
RGB
CMYK
RGB Variations
Color information
#585843 (or 0x585843) is known color: Verdigris. HEX triplet: 58, 58 and 43. RGB value is (88,88,67). Sum of RGB (Red+Green+Blue) = 88+88+67=243 (32% of max value = 765). Red value is 88 (34.77% from 255 or 36.21% from 243); Green value is 88 (34.77% from 255 or 36.21% from 243); Blue value is 67 (26.56% from 255 or 27.57% from 243); Max value from RGB is 88 - color contains mainly: red, green. Hex color #585843 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585843 is #A7A7BC. Grayscale: #555555. Windows color (decimal): -10987453 or 4413528. OLE color: 4413528.
HSL color Cylindrical-coordinate representation of color #585843: hue angle of 60º degrees, saturation: 0.14, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #585843 is Cyan = 0, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 88 | 67 | - |
| CMYK | 0 | 0 | 0.24 | 0.65 |
| HSL | 60º | 0.14% | 0.3% | - |
| HSV(B) | 60º | 0.24% | 0.35% | - |
| XYZ | 8.53 | 9.46 | 6.69 | - |
| YUV | 85.61 | 117.5 | 129.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 88 | 67 | 0 | 0 | 0.24 | 0.65 | 60 | 0.14 | 0.3 |
| Hex | 58 | 58 | 43 | 0 | 0 | 18 | 41 | 3C | E | 1E |
| Octal | 130 | 130 | 103 | 0 | 0 | 30 | 101 | 74 | 16 | 36 |
| Binary | 1011000 | 1011000 | 1000011 | 0 | 0 | 11000 | 1000001 | 111100 | 1110 | 11110 |
Color Harmonies of #585843
Complementary color
Monochromatic Colors of #585843
Black with #585843
Text Example
Text Example
White with #585843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585843; }
p { color: rgb(88,88,67); }
H1.HeaderClassName
{
color: #585843;
}
.AnyTagClassName
{
color: #585843;
}
</style>
background-color css
<style>
a { background-color: #585843; }
a { background-color: rgb(88,88,67); }
div.DivClassName
{
background-color: #585843;
}
.BgClassName
{
background-color: #585843;
}
</style>
border-color css
<style>
span { border-color: #585843; }
span { border-color: rgb(88,88,67); }
td.TdClassName
{
border-color: #585843;
}
.TagClassName
{
border-color: #585843;
}
</style>