#505F59

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

Shades of Viridian Green #505F59

Tints of Viridian Green #505F59

Color information

#505F59 (or 0x505F59) is unknown color: approx Viridian Green. HEX triplet: 50, 5F and 59. RGB value is (80,95,89). Sum of RGB (Red+Green+Blue) = 80+95+89=264 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.30% from 264); Green value is 95 (37.5% from 255 or 35.98% from 264); Blue value is 89 (35.16% from 255 or 33.71% from 264); Max value from RGB is 95 - color contains mainly: green. Hex color #505F59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505F59 is #AFA0A6. Grayscale: #595959. Windows color (decimal): -11509927 or 5857104. OLE color: 5857104.

HSL color Cylindrical-coordinate representation of color #505F59: hue angle of 156º 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 #505F59 is Cyan = 0.16, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.63.

Color convert

RGB809589-
CMYK0.1600.060.63
HSL156º8.57%34.31%-
HSV(B)156º15.79%37.25%-
XYZ9.210.6111.01-
YUV89.83127.53120.99-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 30.30%
GREEN value IS 95 (37.5% from 255) = 35.98%
BLUE value IS 89 (35.16% from 255) = 33.71%
R=30.30%
G=35.98%
B=33.71%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8095890.1600.060.631568.5734.31
Hex505F5910063F9c922
Octal1201371312006772341142
Binary101000010111111011001100000110111111100111001001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505F59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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