Shades of Viridian Green #505C59
Tints of Viridian Green #505C59
RGB
CMYK
RGB Variations
Color information
#505C59 (or 0x505C59) is known color: Viridian Green. HEX triplet: 50, 5C and 59. RGB value is (80,92,89). Sum of RGB (Red+Green+Blue) = 80+92+89=261 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.65% from 261); Green value is 92 (36.33% from 255 or 35.25% from 261); Blue value is 89 (35.16% from 255 or 34.10% from 261); Max value from RGB is 92 - color contains mainly: green. Hex color #505C59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505C59 is #AFA3A6. Grayscale: #585858. Windows color (decimal): -11510695 or 5856336. OLE color: 5856336.
HSL color Cylindrical-coordinate representation of color #505C59: hue angle of 165º 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 #505C59 is Cyan = 0.13, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 80 | 92 | 89 | - |
| CMYK | 0.13 | 0 | 0.03 | 0.64 |
| HSL | 165º | 0.07% | 0.34% | - |
| HSV(B) | 165º | 0.13% | 0.36% | - |
| XYZ | 8.94 | 10.08 | 10.93 | - |
| YUV | 88.07 | 128.52 | 122.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 92 | 89 | 0.13 | 0 | 0.03 | 0.64 | 165 | 0.07 | 0.34 |
| Hex | 50 | 5C | 59 | D | 0 | 3 | 40 | A5 | 7 | 22 |
| Octal | 120 | 134 | 131 | 15 | 0 | 3 | 100 | 245 | 7 | 42 |
| Binary | 1010000 | 1011100 | 1011001 | 1101 | 0 | 11 | 1000000 | 10100101 | 111 | 100010 |
Color Harmonies of #505C59
Complementary color
Monochromatic Colors of #505C59
Black with #505C59
Text Example
Text Example
White with #505C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505C59; }
p { color: rgb(80,92,89); }
H1.HeaderClassName
{
color: #505C59;
}
.AnyTagClassName
{
color: #505C59;
}
</style>
background-color css
<style>
a { background-color: #505C59; }
a { background-color: rgb(80,92,89); }
div.DivClassName
{
background-color: #505C59;
}
.BgClassName
{
background-color: #505C59;
}
</style>
border-color css
<style>
span { border-color: #505C59; }
span { border-color: rgb(80,92,89); }
td.TdClassName
{
border-color: #505C59;
}
.TagClassName
{
border-color: #505C59;
}
</style>