Shades of Viridian Green #505D58
Tints of Viridian Green #505D58
RGB
CMYK
RGB Variations
Color information
#505D58 (or 0x505D58) is known color: Viridian Green. HEX triplet: 50, 5D and 58. RGB value is (80,93,88). Sum of RGB (Red+Green+Blue) = 80+93+88=261 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.65% from 261); Green value is 93 (36.72% from 255 or 35.63% from 261); Blue value is 88 (34.77% from 255 or 33.72% from 261); Max value from RGB is 93 - color contains mainly: green. Hex color #505D58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505D58 is #AFA2A7. Grayscale: #585858. Windows color (decimal): -11510440 or 5791056. OLE color: 5791056.
HSL color Cylindrical-coordinate representation of color #505D58: hue angle of 156.92º degrees, saturation: 0.08, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #505D58 is Cyan = 0.14, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 80 | 93 | 88 | - |
| CMYK | 0.14 | 0 | 0.05 | 0.64 |
| HSL | 156.92º | 0.08% | 0.34% | - |
| HSV(B) | 156.92º | 0.14% | 0.36% | - |
| XYZ | 8.98 | 10.24 | 10.74 | - |
| YUV | 88.54 | 127.69 | 121.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 93 | 88 | 0.14 | 0 | 0.05 | 0.64 | 156.92 | 0.08 | 0.34 |
| Hex | 50 | 5D | 58 | E | 0 | 5 | 40 | 9D | 8 | 22 |
| Octal | 120 | 135 | 130 | 16 | 0 | 5 | 100 | 235 | 10 | 42 |
| Binary | 1010000 | 1011101 | 1011000 | 1110 | 0 | 101 | 1000000 | 10011101 | 1000 | 100010 |
Color Harmonies of #505D58
Complementary color
Monochromatic Colors of #505D58
Black with #505D58
Text Example
Text Example
White with #505D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505D58; }
p { color: rgb(80,93,88); }
H1.HeaderClassName
{
color: #505D58;
}
.AnyTagClassName
{
color: #505D58;
}
</style>
background-color css
<style>
a { background-color: #505D58; }
a { background-color: rgb(80,93,88); }
div.DivClassName
{
background-color: #505D58;
}
.BgClassName
{
background-color: #505D58;
}
</style>
border-color css
<style>
span { border-color: #505D58; }
span { border-color: rgb(80,93,88); }
td.TdClassName
{
border-color: #505D58;
}
.TagClassName
{
border-color: #505D58;
}
</style>