#505E5A

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

Shades of Viridian Green #505E5A

Tints of Viridian Green #505E5A

Color information

#505E5A (or 0x505E5A) is unknown color: approx Viridian Green. HEX triplet: 50, 5E and 5A. RGB value is (80,94,90). Sum of RGB (Red+Green+Blue) = 80+94+90=264 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.30% from 264); Green value is 94 (37.11% from 255 or 35.61% from 264); Blue value is 90 (35.55% from 255 or 34.09% from 264); Max value from RGB is 94 - color contains mainly: green. Hex color #505E5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505E5A is #AFA1A5. Grayscale: #595959. Windows color (decimal): -11510182 or 5922384. OLE color: 5922384.

HSL color Cylindrical-coordinate representation of color #505E5A: hue angle of 162.86º degrees, saturation: 0.08, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #505E5A is Cyan = 0.15, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.63.

Color convert

RGB809490-
CMYK0.1500.040.63
HSL162.86º8.05%34.12%-
HSV(B)162.86º14.89%36.86%-
XYZ9.1610.4511.21-
YUV89.36128.36121.33-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 30.30%
GREEN value IS 94 (37.11% from 255) = 35.61%
BLUE value IS 90 (35.55% from 255) = 34.09%
R=30.30%
G=35.61%
B=34.09%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8094900.1500.040.63162.868.0534.12
Hex505E5AF043Fa3822
Octal1201361321704772431042
Binary10100001011110101101011110100111111101000111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505E5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,94,90); }

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

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

 a { background-color: rgb(80,94,90); }

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

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

 span { border-color: rgb(80,94,90); }

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