Color Hex Logo

#505967 Color Hex

#505967
(80,89,103)
0 Favorites   0 Comments

Color spaces of #505967

RGB 8089103
HSL0.600.130.36
HSV217°22°40°
CMYK 0.220.140.00   0.60
XYZ9.32889.829514.2376
Yxy9.82950.27930.2943
Hunter Lab31.3520-1.7534-4.9784
CIE-Lab37.5347-0.1140-9.2120

#505967 color RGB value is (80,89,103).

#505967 hex color red value is 80, green value is 89 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #505967 hue: 0.60 , saturation: 0.13 and the lightness value of 505967 is 0.36.

The process color (four color CMYK) of #505967 color hex is 0.22, 0.14, 0.00, 0.60. Web safe color of #505967 is #666666. Color #505967 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01011001 01100111
Octal 120 131 147
Decimal 80 89 103
Hex 50 59 67

RGB Percentages of Color #505967

%29.41
%32.72
%37.87

CMYK Percentages of Color #505967

%22
%14
%0
%60

Triadic Colors of #505967

#505967 #675059 #596750

Analogous Colors of #505967

#505967 #535067 #506567

Monochromatic Colors of #505967

#505967

Complementary Color

#505967 #675e50

#505967 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#505967 Color Preview on White Background

Lorem ipsum dolor sit amet.

#505967 Color CSS Codes

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

#505967 Text Font Color

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

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


#505967 Background Color

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

This div background color is #505967


#505967 Border Color

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

This div border color is #505967


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #505967


Comments

No comments written yet.

Please login to write comment.