#505D59

Color #505D59 Viridian Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viridian Green #505D59

Tints of Viridian Green #505D59

Color information

#505D59 (or 0x505D59) is unknown color: approx Viridian Green. HEX triplet: 50, 5D and 59. RGB value is (80,93,89). Sum of RGB (Red+Green+Blue) = 80+93+89=262 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.53% from 262); Green value is 93 (36.72% from 255 or 35.50% from 262); Blue value is 89 (35.16% from 255 or 33.97% from 262); Max value from RGB is 93 - color contains mainly: green. Hex color #505D59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505D59 is #AFA2A6. Grayscale: #585858. Windows color (decimal): -11510439 or 5856592. OLE color: 5856592.

HSL color Cylindrical-coordinate representation of color #505D59: hue angle of 161.54º 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 #505D59 is Cyan = 0.14, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.64.

Color convert

RGB809389-
CMYK0.1400.040.64
HSL161.54º7.51%33.92%-
HSV(B)161.54º13.98%36.47%-
XYZ9.0310.2610.95-
YUV88.66128.19121.83-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 80 (31.64% from 255) = 30.53%
GREEN value IS 93 (36.72% from 255) = 35.50%
BLUE value IS 89 (35.16% from 255) = 33.97%
R=30.53%
G=35.50%
B=33.97%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8093890.1400.040.64161.547.5133.92
Hex505D59E0440a2822
Octal12013513116041002421042
Binary101000010111011011001111001001000000101000101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505D59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505D59; }

 p { color: rgb(80,93,89); }

 H1.HeaderClassName
 {
   color: #505D59;
 }
 .AnyTagClassName
 {
   color: #505D59;
 }
</style>
background-color css

<style>
 a { background-color: #505D59; }

 a { background-color: rgb(80,93,89); }

 div.DivClassName
 {
   background-color: #505D59;
 }
 .BgClassName
 {
   background-color: #505D59;
 }
</style>
border-color css

<style>
 span { border-color: #505D59; }

 span { border-color: rgb(80,93,89); }

 td.TdClassName
 {
   border-color: #505D59;
 }
 .TagClassName
 {
   border-color: #505D59;
 }
</style>