Color Hex Logo

#50536b Color Hex

#50536B
(80,83,107)
0 Favorites   0 Comments

Color spaces of #50536b

RGB 8083107
HSL0.650.140.37
HSV233°25°42°
CMYK 0.250.220.00   0.58
XYZ9.05548.953515.1609
Yxy8.95350.27300.2699
Hunter Lab29.92241.6552-9.0950
CIE-Lab35.89464.6797-14.1882

#50536b color RGB value is (80,83,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 01010011 01101011
Octal 120 123 153
Decimal 80 83 107
Hex 50 53 6B

RGB Percentages of Color #50536b

%29.63
%30.74
%39.63

CMYK Percentages of Color #50536b

%25
%22
%0
%58

Triadic Colors of #50536b

#50536b #6b5053 #536b50

Analogous Colors of #50536b

#50536b #5b506b #50616b

Monochromatic Colors of #50536b

#50536b

Complementary Color

#50536b #6b6850

#50536b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50536b Color Preview on White Background

Lorem ipsum dolor sit amet.

#50536b Color CSS Codes

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

#50536b Text Font Color

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

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


#50536b Background Color

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

This div background color is #50536b


#50536b Border Color

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

This div border color is #50536b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(80,83,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 #50536b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50536b


Comments

No comments written yet.

Please login to write comment.