Color Hex Logo

#5a7397 Color Hex

#5A7397
(90,115,151)
0 Favorites   0 Comments

Color spaces of #5a7397

RGB 90115151
HSL0.600.250.47
HSV215°40°59°
CMYK 0.400.240.00   0.41
XYZ15.933116.669531.6559
Yxy16.66950.24800.2594
Hunter Lab40.8283-1.7905-17.3902
CIE-Lab47.84090.5157-22.4231

#5a7397 color RGB value is (90,115,151).

#5a7397 hex color red value is 90, green value is 115 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #5a7397 hue: 0.60 , saturation: 0.25 and the lightness value of 5a7397 is 0.47.

The process color (four color CMYK) of #5a7397 color hex is 0.40, 0.24, 0.00, 0.41. Web safe color of #5a7397 is #666699. Color #5a7397 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 01110011 10010111
Octal 132 163 227
Decimal 90 115 151
Hex 5A 73 97

RGB Percentages of Color #5a7397

%25.28
%32.30
%42.42

CMYK Percentages of Color #5a7397

%40
%24
%0
%41

Triadic Colors of #5a7397

#5a7397 #975a73 #73975a

Analogous Colors of #5a7397

#5a7397 #605a97 #5a9297

Monochromatic Colors of #5a7397

#5a7397

Complementary Color

#5a7397 #977e5a

#5a7397 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5a7397 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5a7397 Color CSS Codes

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

#5a7397 Text Font Color

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

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


#5a7397 Background Color

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

This div background color is #5a7397


#5a7397 Border Color

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

This div border color is #5a7397


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5a7397


Comments

No comments written yet.

Please login to write comment.