Shades of Verdigris #5A583C
Tints of Verdigris #5A583C
RGB
CMYK
RGB Variations
Color information
#5A583C (or 0x5A583C) is known color: Verdigris. HEX triplet: 5A, 58 and 3C. RGB value is (90,88,60). Sum of RGB (Red+Green+Blue) = 90+88+60=238 (31% of max value = 765). Red value is 90 (35.55% from 255 or 37.82% from 238); Green value is 88 (34.77% from 255 or 36.97% from 238); Blue value is 60 (23.83% from 255 or 25.21% from 238); Max value from RGB is 90 - color contains mainly: red. Hex color #5A583C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A583C is #A5A7C3. Grayscale: #555555. Windows color (decimal): -10856388 or 3954778. OLE color: 3954778.
HSL color Cylindrical-coordinate representation of color #5A583C: hue angle of 56º 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 #5A583C is Cyan = 0, Magento = 0.02, Yellow = 0.33 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 88 | 60 | - |
| CMYK | 0 | 0.02 | 0.33 | 0.65 |
| HSL | 56º | 0.2% | 0.29% | - |
| HSV(B) | 56º | 0.33% | 0.35% | - |
| XYZ | 8.52 | 9.48 | 5.66 | - |
| YUV | 85.41 | 113.66 | 131.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 88 | 60 | 0 | 0.02 | 0.33 | 0.65 | 56 | 0.2 | 0.29 |
| Hex | 5A | 58 | 3C | 0 | 2 | 21 | 41 | 38 | 14 | 1D |
| Octal | 132 | 130 | 74 | 0 | 2 | 41 | 101 | 70 | 24 | 35 |
| Binary | 1011010 | 1011000 | 111100 | 0 | 10 | 100001 | 1000001 | 111000 | 10100 | 11101 |
Color Harmonies of #5A583C
Complementary color
Monochromatic Colors of #5A583C
Black with #5A583C
Text Example
Text Example
White with #5A583C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A583C; }
p { color: rgb(90,88,60); }
H1.HeaderClassName
{
color: #5A583C;
}
.AnyTagClassName
{
color: #5A583C;
}
</style>
background-color css
<style>
a { background-color: #5A583C; }
a { background-color: rgb(90,88,60); }
div.DivClassName
{
background-color: #5A583C;
}
.BgClassName
{
background-color: #5A583C;
}
</style>
border-color css
<style>
span { border-color: #5A583C; }
span { border-color: rgb(90,88,60); }
td.TdClassName
{
border-color: #5A583C;
}
.TagClassName
{
border-color: #5A583C;
}
</style>