Shades of Viridian Green #505C57
Tints of Viridian Green #505C57
RGB
CMYK
RGB Variations
Color information
#505C57 (or 0x505C57) is known color: Viridian Green. HEX triplet: 50, 5C and 57. RGB value is (80,92,87). Sum of RGB (Red+Green+Blue) = 80+92+87=259 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.89% from 259); Green value is 92 (36.33% from 255 or 35.52% from 259); Blue value is 87 (34.38% from 255 or 33.59% from 259); Max value from RGB is 92 - color contains mainly: green. Hex color #505C57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505C57 is #AFA3A8. Grayscale: #575757. Windows color (decimal): -11510697 or 5725264. OLE color: 5725264.
HSL color Cylindrical-coordinate representation of color #505C57: hue angle of 155º degrees, saturation: 0.07, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #505C57 is Cyan = 0.13, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 80 | 92 | 87 | - |
| CMYK | 0.13 | 0 | 0.05 | 0.64 |
| HSL | 155º | 0.07% | 0.34% | - |
| HSV(B) | 155º | 0.13% | 0.36% | - |
| XYZ | 8.86 | 10.05 | 10.49 | - |
| YUV | 87.84 | 127.52 | 122.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 92 | 87 | 0.13 | 0 | 0.05 | 0.64 | 155 | 0.07 | 0.34 |
| Hex | 50 | 5C | 57 | D | 0 | 5 | 40 | 9B | 7 | 22 |
| Octal | 120 | 134 | 127 | 15 | 0 | 5 | 100 | 233 | 7 | 42 |
| Binary | 1010000 | 1011100 | 1010111 | 1101 | 0 | 101 | 1000000 | 10011011 | 111 | 100010 |
Color Harmonies of #505C57
Complementary color
Monochromatic Colors of #505C57
Black with #505C57
Text Example
Text Example
White with #505C57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505C57; }
p { color: rgb(80,92,87); }
H1.HeaderClassName
{
color: #505C57;
}
.AnyTagClassName
{
color: #505C57;
}
</style>
background-color css
<style>
a { background-color: #505C57; }
a { background-color: rgb(80,92,87); }
div.DivClassName
{
background-color: #505C57;
}
.BgClassName
{
background-color: #505C57;
}
</style>
border-color css
<style>
span { border-color: #505C57; }
span { border-color: rgb(80,92,87); }
td.TdClassName
{
border-color: #505C57;
}
.TagClassName
{
border-color: #505C57;
}
</style>