Color Hex Logo

#5a677f Color Hex

#5A677F
(90,103,127)
0 Favorites   0 Comments

Color spaces of #5a677f

RGB 90103127
HSL0.610.170.43
HSV219°29°50°
CMYK 0.290.190.00   0.50
XYZ12.897513.406521.9866
Yxy13.40650.26710.2776
Hunter Lab36.6149-1.1999-9.9722
CIE-Lab43.36951.0336-14.9743

#5a677f color RGB value is (90,103,127).

#5a677f hex color red value is 90, green value is 103 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #5a677f hue: 0.61 , saturation: 0.17 and the lightness value of 5a677f is 0.43.

The process color (four color CMYK) of #5a677f color hex is 0.29, 0.19, 0.00, 0.50. Web safe color of #5a677f is #666666. Color #5a677f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 01100111 01111111
Octal 132 147 177
Decimal 90 103 127
Hex 5A 67 7F

RGB Percentages of Color #5a677f

%28.13
%32.19
%39.69

CMYK Percentages of Color #5a677f

%29
%19
%0
%50

Triadic Colors of #5a677f

#5a677f #7f5a67 #677f5a

Analogous Colors of #5a677f

#5a677f #605a7f #5a7a7f

Monochromatic Colors of #5a677f

#5a677f

Complementary Color

#5a677f #7f725a

#5a677f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5a677f Color Preview on White Background

Lorem ipsum dolor sit amet.

#5a677f Color CSS Codes

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

#5a677f Text Font Color

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

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


#5a677f Background Color

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

This div background color is #5a677f


#5a677f Border Color

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

This div border color is #5a677f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5a677f


Comments

No comments written yet.

Please login to write comment.