Color Hex Logo

#505166 Color Hex

#505166
(80,81,102)
0 Favorites   0 Comments

Color spaces of #505166

RGB 8081102
HSL0.660.120.36
HSV237°22°40°
CMYK 0.220.210.00   0.60
XYZ8.64908.549613.7648
Yxy8.54960.27930.2761
Hunter Lab29.23971.6302-7.4434
CIE-Lab35.10224.6264-12.2695

#505166 color RGB value is (80,81,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 01010001 01100110
Octal 120 121 146
Decimal 80 81 102
Hex 50 51 66

RGB Percentages of Color #505166

%30.42
%30.80
%38.78

CMYK Percentages of Color #505166

%22
%21
%0
%60

Triadic Colors of #505166

#505166 #665051 #516650

Analogous Colors of #505166

#505166 #5a5066 #505c66

Monochromatic Colors of #505166

#505166

Complementary Color

#505166 #666550

#505166 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#505166 Color Preview on White Background

Lorem ipsum dolor sit amet.

#505166 Color CSS Codes

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

#505166 Text Font Color

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

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


#505166 Background Color

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

This div background color is #505166


#505166 Border Color

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

This div border color is #505166


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #505166

#505166 Color Palettes


Comments

No comments written yet.

Please login to write comment.