Html Css Color HEX #505D5A Viridian Green

📋 copy color: '#505D5A'

red 80 ◦ green 93 ◦ blue 90

#505D5A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Viridian Green #505D5A

Tints of Viridian Green #505D5A

RGB

 RED value IS 80 (31.64% from 255) = 30.42%

 GREEN value IS 93 (36.72% from 255) = 35.36%

 BLUE value IS 90 (35.55% from 255) = 34.22%

R = 30.42%
G = 35.36%
B = 34.22%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.03

 K value IS 0.64

RGB Variations

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

Color information

#505D5A (or 0x505D5A) is known color: Viridian Green. HEX triplet: 50, 5D and 5A. RGB value is (80,93,90). Sum of RGB (Red+Green+Blue) = 80+93+90=263 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.42% from 263); Green value is 93 (36.72% from 255 or 35.36% from 263); Blue value is 90 (35.55% from 255 or 34.22% from 263); Max value from RGB is 93 - color contains mainly: green. Hex color #505D5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505D5A is #AFA2A5. Grayscale: #585858. Windows color (decimal): -11510438 or 5922128. OLE color: 5922128.

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

Color convert

RGB 80 93 90 -
CMYK 0.14 0 0.03 0.64
HSL 166.15º 0.08% 0.34% -
HSV(B) 166.15º 0.14% 0.36% -
XYZ 9.07 10.27 11.18 -
YUV 88.77 128.69 121.74 -
System Red Green Blue C M Y K H S L
Decimal 80 93 90 0.14 0 0.03 0.64 166.15 0.08 0.34
Hex 50 5D 5A E 0 3 40 A6 8 22
Octal 120 135 132 16 0 3 100 246 10 42
Binary 1010000 1011101 1011010 1110 0 11 1000000 10100110 1000 100010

Color Harmonies of #505D5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505D5A

Black with #505D5A

Text Example


Text Example

White with #505D5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #505D5A;
 }
 .AnyTagClassName
 {
   color: #505D5A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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