#506059

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

Shades of Viridian Green #506059

Tints of Viridian Green #506059

Color information

#506059 (or 0x506059) is unknown color: approx Viridian Green. HEX triplet: 50, 60 and 59. RGB value is (80,96,89). Sum of RGB (Red+Green+Blue) = 80+96+89=265 (35% of max value = 765). Red value is 80 (31.64% from 255 or 30.19% from 265); Green value is 96 (37.89% from 255 or 36.23% from 265); Blue value is 89 (35.16% from 255 or 33.58% from 265); Max value from RGB is 96 - color contains mainly: green. Hex color #506059 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506059 is #AF9FA6. Grayscale: #5A5A5A. Windows color (decimal): -11509671 or 5857360. OLE color: 5857360.

HSL color Cylindrical-coordinate representation of color #506059: hue angle of 153.75º degrees, saturation: 0.09, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #506059 is Cyan = 0.17, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.62.

Color convert

RGB809689-
CMYK0.1700.070.62
HSL153.75º9.09%34.51%-
HSV(B)153.75º16.67%37.65%-
XYZ9.2910.7911.04-
YUV90.42127.2120.57-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 30.19%
GREEN value IS 96 (37.89% from 255) = 36.23%
BLUE value IS 89 (35.16% from 255) = 33.58%
R=30.19%
G=36.23%
B=33.58%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8096890.1700.070.62153.759.0934.51
Hex50605911073E9a923
Octal1201401312107762321143
Binary101000011000001011001100010111111110100110101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506059; }

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

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

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

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

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

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

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

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