Color Hex Logo

#50546f Color Hex

#50546F
(80,84,111)
0 Favorites   0 Comments

Color spaces of #50546f

RGB 8084111
HSL0.650.160.37
HSV232°28°44°
CMYK 0.280.240.00   0.56
XYZ9.34789.193816.3208
Yxy9.19380.26810.2637
Hunter Lab30.32131.9678-10.6887
CIE-Lab36.35485.1282-15.9737

#50546f color RGB value is (80,84,111).

#50546f hex color red value is 80, green value is 84 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #50546f hue: 0.65 , saturation: 0.16 and the lightness value of 50546f is 0.37.

The process color (four color CMYK) of #50546f color hex is 0.28, 0.24, 0.00, 0.56. Web safe color of #50546f is #666666. Color #50546f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01010100 01101111
Octal 120 124 157
Decimal 80 84 111
Hex 50 54 6F

RGB Percentages of Color #50546f

%29.09
%30.55
%40.36

CMYK Percentages of Color #50546f

%28
%24
%0
%56

Triadic Colors of #50546f

#50546f #6f5054 #546f50

Analogous Colors of #50546f

#50546f #5c506f #50646f

Monochromatic Colors of #50546f

#50546f

Complementary Color

#50546f #6f6b50

#50546f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50546f Color Preview on White Background

Lorem ipsum dolor sit amet.

#50546f Color CSS Codes

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

#50546f Text Font Color

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

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


#50546f Background Color

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

This div background color is #50546f


#50546f Border Color

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

This div border color is #50546f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(80,84,111, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #50546f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #50546f;
  -webkit-box-shadow: 1px 1px 3px 2px #50546f;
  box-shadow:         1px 1px 3px 2px #50546f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50546f


Comments

No comments written yet.

Please login to write comment.