Color Hex Logo

#50585b Color Hex

#50585B
(80,88,91)
0 Favorites   0 Comments

Color spaces of #50585b

RGB 808891
HSL0.550.060.34
HSV196°12°36°
CMYK 0.120.030.00   0.64
XYZ8.68639.440311.2619
Yxy9.44030.29560.3212
Hunter Lab30.7251-3.3051-0.2245
CIE-Lab36.8186-2.4487-2.8151

#50585b color RGB value is (80,88,91).

#50585b hex color red value is 80, green value is 88 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #50585b hue: 0.55 , saturation: 0.06 and the lightness value of 50585b is 0.34.

The process color (four color CMYK) of #50585b color hex is 0.12, 0.03, 0.00, 0.64. Web safe color of #50585b is #666666. Color #50585b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01011000 01011011
Octal 120 130 133
Decimal 80 88 91
Hex 50 58 5B

RGB Percentages of Color #50585b

%30.89
%33.98
%35.14

CMYK Percentages of Color #50585b

%12
%3
%0
%64

Triadic Colors of #50585b

#50585b #5b5058 #585b50

Analogous Colors of #50585b

#50585b #50535b #505b59

Monochromatic Colors of #50585b

#50585b

Complementary Color

#50585b #5b5350

#50585b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50585b Color Preview on White Background

Lorem ipsum dolor sit amet.

#50585b Color CSS Codes

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

#50585b Text Font Color

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

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


#50585b Background Color

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

This div background color is #50585b


#50585b Border Color

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

This div border color is #50585b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(80,88,91, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #50585b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #50585b;
  -webkit-box-shadow: 1px 1px 3px 2px #50585b;
  box-shadow:         1px 1px 3px 2px #50585b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50585b


Comments

No comments written yet.

Please login to write comment.