Html Css Color HEX #505E57 Viridian Green

📋 copy color: '#505E57'

red 80 ◦ green 94 ◦ blue 87

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

Shades of Viridian Green #505E57

Tints of Viridian Green #505E57

RGB

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

 GREEN value IS 94 (37.11% from 255) = 36.02%

 BLUE value IS 87 (34.38% from 255) = 33.33%

R = 30.65%
G = 36.02%
B = 33.33%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.07

 K value IS 0.63

RGB Variations

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

Color information

#505E57 (or 0x505E57) is known color: Viridian Green. HEX triplet: 50, 5E and 57. RGB value is (80,94,87). Sum of RGB (Red+Green+Blue) = 80+94+87=261 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.65% from 261); Green value is 94 (37.11% from 255 or 36.02% from 261); Blue value is 87 (34.38% from 255 or 33.33% from 261); Max value from RGB is 94 - color contains mainly: green. Hex color #505E57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505E57 is #AFA1A8. Grayscale: #595959. Windows color (decimal): -11510185 or 5725776. OLE color: 5725776.

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

Color convert

RGB 80 94 87 -
CMYK 0.15 0 0.07 0.63
HSL 150º 0.08% 0.34% -
HSV(B) 150º 0.15% 0.37% -
XYZ 9.03 10.4 10.55 -
YUV 89.02 126.86 121.57 -
System Red Green Blue C M Y K H S L
Decimal 80 94 87 0.15 0 0.07 0.63 150 0.08 0.34
Hex 50 5E 57 F 0 7 3F 96 8 22
Octal 120 136 127 17 0 7 77 226 10 42
Binary 1010000 1011110 1010111 1111 0 111 111111 10010110 1000 100010

Color Harmonies of #505E57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505E57

Black with #505E57

Text Example


Text Example

White with #505E57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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