Shades of Viridian Green #505F5B
Tints of Viridian Green #505F5B
RGB
CMYK
RGB Variations
Color information
#505F5B (or 0x505F5B) is known color: Viridian Green. HEX triplet: 50, 5F and 5B. RGB value is (80,95,91). Sum of RGB (Red+Green+Blue) = 80+95+91=266 (35% of max value = 765). Red value is 80 (31.64% from 255 or 30.08% from 266); Green value is 95 (37.5% from 255 or 35.71% from 266); Blue value is 91 (35.94% from 255 or 34.21% from 266); Max value from RGB is 95 - color contains mainly: green. Hex color #505F5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505F5B is #AFA0A4. Grayscale: #5A5A5A. Windows color (decimal): -11509925 or 5988176. OLE color: 5988176.
HSL color Cylindrical-coordinate representation of color #505F5B: hue angle of 164º degrees, saturation: 0.09, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #505F5B is Cyan = 0.16, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 80 | 95 | 91 | - |
| CMYK | 0.16 | 0 | 0.04 | 0.63 |
| HSL | 164º | 0.09% | 0.34% | - |
| HSV(B) | 164º | 0.16% | 0.37% | - |
| XYZ | 9.29 | 10.65 | 11.46 | - |
| YUV | 90.06 | 128.53 | 120.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 95 | 91 | 0.16 | 0 | 0.04 | 0.63 | 164 | 0.09 | 0.34 |
| Hex | 50 | 5F | 5B | 10 | 0 | 4 | 3F | A4 | 9 | 22 |
| Octal | 120 | 137 | 133 | 20 | 0 | 4 | 77 | 244 | 11 | 42 |
| Binary | 1010000 | 1011111 | 1011011 | 10000 | 0 | 100 | 111111 | 10100100 | 1001 | 100010 |
Color Harmonies of #505F5B
Complementary color
Monochromatic Colors of #505F5B
Black with #505F5B
Text Example
Text Example
White with #505F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505F5B; }
p { color: rgb(80,95,91); }
H1.HeaderClassName
{
color: #505F5B;
}
.AnyTagClassName
{
color: #505F5B;
}
</style>
background-color css
<style>
a { background-color: #505F5B; }
a { background-color: rgb(80,95,91); }
div.DivClassName
{
background-color: #505F5B;
}
.BgClassName
{
background-color: #505F5B;
}
</style>
border-color css
<style>
span { border-color: #505F5B; }
span { border-color: rgb(80,95,91); }
td.TdClassName
{
border-color: #505F5B;
}
.TagClassName
{
border-color: #505F5B;
}
</style>