Color Hex Logo

#5a707e Color Hex

#5A707E
(90,112,126)
0 Favorites   0 Comments

Color spaces of #5a707e

RGB 90112126
HSL0.560.170.42
HSV203°29°49°
CMYK 0.290.110.00   0.51
XYZ13.776515.268421.9597
Yxy15.26840.27010.2994
Hunter Lab39.0748-5.4476-5.9681
CIE-Lab45.9996-4.5942-10.3917

#5a707e color RGB value is (90,112,126).

#5a707e hex color red value is 90, green value is 112 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #5a707e hue: 0.56 , saturation: 0.17 and the lightness value of 5a707e is 0.42.

The process color (four color CMYK) of #5a707e color hex is 0.29, 0.11, 0.00, 0.51. Web safe color of #5a707e is #666666. Color #5a707e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 01110000 01111110
Octal 132 160 176
Decimal 90 112 126
Hex 5A 70 7E

RGB Percentages of Color #5a707e

%27.44
%34.15
%38.41

CMYK Percentages of Color #5a707e

%29
%11
%0
%51

Triadic Colors of #5a707e

#5a707e #7e5a70 #707e5a

Analogous Colors of #5a707e

#5a707e #5a5e7e #5a7e7a

Monochromatic Colors of #5a707e

#5a707e

Complementary Color

#5a707e #7e685a

#5a707e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5a707e Color Preview on White Background

Lorem ipsum dolor sit amet.

#5a707e Color CSS Codes

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

#5a707e Text Font Color

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

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


#5a707e Background Color

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

This div background color is #5a707e


#5a707e Border Color

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

This div border color is #5a707e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(90,112,126, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5a707e


Comments

No comments written yet.

Please login to write comment.