Color Hex Logo

#505857 Color Hex

#505857
(80,88,87)
0 Favorites   0 Comments

Color spaces of #505857

RGB 808887
HSL0.480.050.33
HSV173°35°
CMYK 0.090.000.01   0.65
XYZ8.51839.373010.3770
Yxy9.37300.30130.3316
Hunter Lab30.6154-3.91171.3345
CIE-Lab36.6927-3.3678-0.5058

#505857 color RGB value is (80,88,87).

#505857 hex color red value is 80, green value is 88 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #505857 hue: 0.48 , saturation: 0.05 and the lightness value of 505857 is 0.33.

The process color (four color CMYK) of #505857 color hex is 0.09, 0.00, 0.01, 0.65. Web safe color of #505857 is #666666. Color #505857 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01011000 01010111
Octal 120 130 127
Decimal 80 88 87
Hex 50 58 57

RGB Percentages of Color #505857

%31.37
%34.51
%34.12

CMYK Percentages of Color #505857

%9
%0
%1
%65

Triadic Colors of #505857

#505857 #575058 #585750

Analogous Colors of #505857

#505857 #505558 #505853

Monochromatic Colors of #505857

#505857

Complementary Color

#505857 #585051

#505857 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#505857 Color Preview on White Background

Lorem ipsum dolor sit amet.

#505857 Color CSS Codes

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

#505857 Text Font Color

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

This sample text font color is #505857
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.


#505857 Background Color

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

This div background color is #505857


#505857 Border Color

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

This div border color is #505857


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(80,88,87, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #505857; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #505857;
  -webkit-box-shadow: 1px 1px 3px 2px #505857;
  box-shadow:         1px 1px 3px 2px #505857; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #505857


Comments

No comments written yet.

Please login to write comment.