Color Hex Logo

#506169 Color Hex

#506169
(80,97,105)
0 Favorites   0 Comments

Color spaces of #506169

RGB 8097105
HSL0.550.140.36
HSV199°24°41°
CMYK 0.240.080.00   0.59
XYZ10.132811.274815.0068
Yxy11.27480.27830.3096
Hunter Lab33.5780-4.8956-2.9935
CIE-Lab40.0395-4.4666-6.6894

#506169 color RGB value is (80,97,105).

#506169 hex color red value is 80, green value is 97 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #506169 hue: 0.55 , saturation: 0.14 and the lightness value of 506169 is 0.36.

The process color (four color CMYK) of #506169 color hex is 0.24, 0.08, 0.00, 0.59. Web safe color of #506169 is #666666. Color #506169 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01100001 01101001
Octal 120 141 151
Decimal 80 97 105
Hex 50 61 69

RGB Percentages of Color #506169

%28.37
%34.40
%37.23

CMYK Percentages of Color #506169

%24
%8
%0
%59

Triadic Colors of #506169

#506169 #695061 #616950

Analogous Colors of #506169

#506169 #505569 #506965

Monochromatic Colors of #506169

#506169

Complementary Color

#506169 #695850

#506169 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#506169 Color Preview on White Background

Lorem ipsum dolor sit amet.

#506169 Color CSS Codes

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

#506169 Text Font Color

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

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


#506169 Background Color

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

This div background color is #506169


#506169 Border Color

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

This div border color is #506169


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #506169


Comments

No comments written yet.

Please login to write comment.