Color Hex Logo

#50535e Color Hex

#50535E
(80,83,94)
0 Favorites   0 Comments

Color spaces of #50535e

RGB 808394
HSL0.630.080.34
HSV227°15°37°
CMYK 0.150.120.00   0.63
XYZ8.42198.700111.8251
Yxy8.70010.29090.3006
Hunter Lab29.4959-0.6512-3.1226
CIE-Lab35.40031.3556-6.7999

#50535e color RGB value is (80,83,94).

#50535e hex color red value is 80, green value is 83 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #50535e hue: 0.63 , saturation: 0.08 and the lightness value of 50535e is 0.34.

The process color (four color CMYK) of #50535e color hex is 0.15, 0.12, 0.00, 0.63. Web safe color of #50535e is #666666. Color #50535e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01010011 01011110
Octal 120 123 136
Decimal 80 83 94
Hex 50 53 5E

RGB Percentages of Color #50535e

%31.13
%32.30
%36.58

CMYK Percentages of Color #50535e

%15
%12
%0
%63

Triadic Colors of #50535e

#50535e #5e5053 #535e50

Analogous Colors of #50535e

#50535e #54505e #505a5e

Monochromatic Colors of #50535e

#50535e

Complementary Color

#50535e #5e5b50

#50535e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50535e Color Preview on White Background

Lorem ipsum dolor sit amet.

#50535e Color CSS Codes

.mybgcolor {background-color:#50535e; } 
.myforecolor {color:#50535e; }
.mybordercolor {border:3px solid #50535e; }

#50535e Text Font Color

<p style="color:#50535e">Text here</p>

This sample text font color is #50535e
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#50535e Background Color

<div style="background-color:#50535e">
Div content here</div>

This div background color is #50535e


#50535e Border Color

<div style="border:3px solid #50535e">
Div here</div>

This div border color is #50535e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(80,83,94, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #50535e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #50535e;
  -webkit-box-shadow: 1px 1px 3px 2px #50535e;
  box-shadow:         1px 1px 3px 2px #50535e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(80,83,94, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #50535e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #50535e;
  -webkit-box-shadow: 1px 1px 3px 2px #50535e;
  box-shadow:         1px 1px 3px 2px #50535e;">
Div content here</div>

This div box has shadow with color #50535e


Comments

No comments written yet.

Please login to write comment.