Shades of Verdigris #5A573C
Tints of Verdigris #5A573C
RGB
CMYK
RGB Variations
Color information
#5A573C (or 0x5A573C) is known color: Verdigris. HEX triplet: 5A, 57 and 3C. RGB value is (90,87,60). Sum of RGB (Red+Green+Blue) = 90+87+60=237 (31% of max value = 765). Red value is 90 (35.55% from 255 or 37.97% from 237); Green value is 87 (34.38% from 255 or 36.71% from 237); Blue value is 60 (23.83% from 255 or 25.32% from 237); Max value from RGB is 90 - color contains mainly: red. Hex color #5A573C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A573C is #A5A8C3. Grayscale: #545454. Windows color (decimal): -10856644 or 3954522. OLE color: 3954522.
HSL color Cylindrical-coordinate representation of color #5A573C: hue angle of 54º degrees, saturation: 0.2, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #5A573C is Cyan = 0, Magento = 0.03, Yellow = 0.33 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 87 | 60 | - |
| CMYK | 0 | 0.03 | 0.33 | 0.65 |
| HSL | 54º | 0.2% | 0.29% | - |
| HSV(B) | 54º | 0.33% | 0.35% | - |
| XYZ | 8.44 | 9.32 | 5.63 | - |
| YUV | 84.82 | 113.99 | 131.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 87 | 60 | 0 | 0.03 | 0.33 | 0.65 | 54 | 0.2 | 0.29 |
| Hex | 5A | 57 | 3C | 0 | 3 | 21 | 41 | 36 | 14 | 1D |
| Octal | 132 | 127 | 74 | 0 | 3 | 41 | 101 | 66 | 24 | 35 |
| Binary | 1011010 | 1010111 | 111100 | 0 | 11 | 100001 | 1000001 | 110110 | 10100 | 11101 |
Color Harmonies of #5A573C
Complementary color
Monochromatic Colors of #5A573C
Black with #5A573C
Text Example
Text Example
White with #5A573C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A573C; }
p { color: rgb(90,87,60); }
H1.HeaderClassName
{
color: #5A573C;
}
.AnyTagClassName
{
color: #5A573C;
}
</style>
background-color css
<style>
a { background-color: #5A573C; }
a { background-color: rgb(90,87,60); }
div.DivClassName
{
background-color: #5A573C;
}
.BgClassName
{
background-color: #5A573C;
}
</style>
border-color css
<style>
span { border-color: #5A573C; }
span { border-color: rgb(90,87,60); }
td.TdClassName
{
border-color: #5A573C;
}
.TagClassName
{
border-color: #5A573C;
}
</style>