Color Hex Logo

#5b496a Color Hex

#5B496A
(91,73,106)
0 Favorites   0 Comments

Color spaces of #5b496a

RGB 9173106
HSL0.760.180.35
HSV273°31°42°
CMYK 0.140.310.00   0.58
XYZ9.29848.029814.6955
Yxy8.02980.29040.2507
Hunter Lab28.33698.9830-10.9119
CIE-Lab34.044914.6774-16.3057

#5b496a color RGB value is (91,73,106).

#5b496a hex color red value is 91, green value is 73 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #5b496a hue: 0.76 , saturation: 0.18 and the lightness value of 5b496a is 0.35.

The process color (four color CMYK) of #5b496a color hex is 0.14, 0.31, 0.00, 0.58. Web safe color of #5b496a is #663366. Color #5b496a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011011 01001001 01101010
Octal 133 111 152
Decimal 91 73 106
Hex 5B 49 6A

RGB Percentages of Color #5b496a

%33.70
%27.04
%39.26

CMYK Percentages of Color #5b496a

%14
%31
%0
%58

Triadic Colors of #5b496a

#5b496a #6a5b49 #496a5b

Analogous Colors of #5b496a

#5b496a #6a4969 #4a496a

Monochromatic Colors of #5b496a

#5b496a

Complementary Color

#5b496a #586a49

#5b496a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5b496a Color Preview on White Background

Lorem ipsum dolor sit amet.

#5b496a Color CSS Codes

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

#5b496a Text Font Color

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

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


#5b496a Background Color

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

This div background color is #5b496a


#5b496a Border Color

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

This div border color is #5b496a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(91,73,106, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5b496a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5b496a;
  -webkit-box-shadow: 1px 1px 3px 2px #5b496a;
  box-shadow:         1px 1px 3px 2px #5b496a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5b496a


Comments

No comments written yet.

Please login to write comment.