Color Hex Logo

#5a516b Color Hex

#5A516B
(90,81,107)
0 Favorites   0 Comments

Color spaces of #5a516b

RGB 9081107
HSL0.720.140.37
HSV261°24°42°
CMYK 0.160.240.00   0.58
XYZ9.81279.120115.1531
Yxy9.12010.28790.2676
Hunter Lab30.19955.1507-8.6101
CIE-Lab36.21459.4972-13.6189

#5a516b color RGB value is (90,81,107).

#5a516b hex color red value is 90, green value is 81 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #5a516b hue: 0.72 , saturation: 0.14 and the lightness value of 5a516b is 0.37.

The process color (four color CMYK) of #5a516b color hex is 0.16, 0.24, 0.00, 0.58. Web safe color of #5a516b is #666666. Color #5a516b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 01010001 01101011
Octal 132 121 153
Decimal 90 81 107
Hex 5A 51 6B

RGB Percentages of Color #5a516b

%32.37
%29.14
%38.49

CMYK Percentages of Color #5a516b

%16
%24
%0
%58

Triadic Colors of #5a516b

#5a516b #6b5a51 #516b5a

Analogous Colors of #5a516b

#5a516b #67516b #51556b

Monochromatic Colors of #5a516b

#5a516b

Complementary Color

#5a516b #626b51

#5a516b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5a516b Color Preview on White Background

Lorem ipsum dolor sit amet.

#5a516b Color CSS Codes

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

#5a516b Text Font Color

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

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


#5a516b Background Color

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

This div background color is #5a516b


#5a516b Border Color

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

This div border color is #5a516b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(90,81,107, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5a516b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5a516b;
  -webkit-box-shadow: 1px 1px 3px 2px #5a516b;
  box-shadow:         1px 1px 3px 2px #5a516b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(90,81,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 #5a516b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5a516b


Comments

No comments written yet.

Please login to write comment.