Color Hex Logo

#505c57 Color Hex

#505C57
(80,92,87)
0 Favorites   0 Comments

Color spaces of #505c57

RGB 809287
HSL0.430.070.34
HSV155°13°36°
CMYK 0.130.000.05   0.64
XYZ8.855710.047910.4895
Yxy10.04790.30130.3418
Hunter Lab31.6984-5.60412.5689
CIE-Lab37.9283-5.77731.2955

#505c57 color RGB value is (80,92,87).

#505c57 hex color red value is 80, green value is 92 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #505c57 hue: 0.43 , saturation: 0.07 and the lightness value of 505c57 is 0.34.

The process color (four color CMYK) of #505c57 color hex is 0.13, 0.00, 0.05, 0.64. Web safe color of #505c57 is #666666. Color #505c57 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01011100 01010111
Octal 120 134 127
Decimal 80 92 87
Hex 50 5C 57

RGB Percentages of Color #505c57

%30.89
%35.52
%33.59

CMYK Percentages of Color #505c57

%13
%0
%5
%64

Triadic Colors of #505c57

#505c57 #57505c #5c5750

Analogous Colors of #505c57

#505c57 #505b5c #505c51

Monochromatic Colors of #505c57

#505c57

Complementary Color

#505c57 #5c5055

#505c57 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#505c57 Color Preview on White Background

Lorem ipsum dolor sit amet.

#505c57 Color CSS Codes

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

#505c57 Text Font Color

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

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


#505c57 Background Color

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

This div background color is #505c57


#505c57 Border Color

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

This div border color is #505c57


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(80,92,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 #505c57">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #505c57


Comments

No comments written yet.

Please login to write comment.