Color Hex Logo

#50526b Color Hex

#50526B
(80,82,107)
0 Favorites   0 Comments

Color spaces of #50526b

RGB 8082107
HSL0.650.140.37
HSV236°25°42°
CMYK 0.250.230.00   0.58
XYZ8.97948.801615.1355
Yxy8.80160.27280.2674
Hunter Lab29.66752.1081-9.4808
CIE-Lab35.59955.3112-14.6392

#50526b color RGB value is (80,82,107).

#50526b hex color red value is 80, green value is 82 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #50526b hue: 0.65 , saturation: 0.14 and the lightness value of 50526b is 0.37.

The process color (four color CMYK) of #50526b color hex is 0.25, 0.23, 0.00, 0.58. Web safe color of #50526b is #666666. Color #50526b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01010010 01101011
Octal 120 122 153
Decimal 80 82 107
Hex 50 52 6B

RGB Percentages of Color #50526b

%29.74
%30.48
%39.78

CMYK Percentages of Color #50526b

%25
%23
%0
%58

Triadic Colors of #50526b

#50526b #6b5052 #526b50

Analogous Colors of #50526b

#50526b #5c506b #50606b

Monochromatic Colors of #50526b

#50526b

Complementary Color

#50526b #6b6950

#50526b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50526b Color Preview on White Background

Lorem ipsum dolor sit amet.

#50526b Color CSS Codes

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

#50526b Text Font Color

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

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


#50526b Background Color

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

This div background color is #50526b


#50526b Border Color

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

This div border color is #50526b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50526b


Comments

No comments written yet.

Please login to write comment.