Color Hex Logo

#505167 Color Hex

#505167
(80,81,103)
0 Favorites   0 Comments

Color spaces of #505167

RGB 8081103
HSL0.660.130.36
HSV237°22°40°
CMYK 0.220.210.00   0.60
XYZ8.69898.569614.0276
Yxy8.56960.27800.2738
Hunter Lab29.27391.8130-7.9192
CIE-Lab35.14214.8865-12.8356

#505167 color RGB value is (80,81,103).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 01010001 01100111
Octal 120 121 147
Decimal 80 81 103
Hex 50 51 67

RGB Percentages of Color #505167

%30.30
%30.68
%39.02

CMYK Percentages of Color #505167

%22
%21
%0
%60

Triadic Colors of #505167

#505167 #675051 #516750

Analogous Colors of #505167

#505167 #5b5067 #505d67

Monochromatic Colors of #505167

#505167

Complementary Color

#505167 #676650

#505167 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#505167 Color Preview on White Background

Lorem ipsum dolor sit amet.

#505167 Color CSS Codes

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

#505167 Text Font Color

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

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


#505167 Background Color

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

This div background color is #505167


#505167 Border Color

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

This div border color is #505167


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #505167


Comments

No comments written yet.

Please login to write comment.