Color Hex Logo

#5a7990 Color Hex

#5A7990
(90,121,144)
0 Favorites   0 Comments

Color spaces of #5a7990

RGB 90121144
HSL0.570.230.46
HSV206°38°56°
CMYK 0.380.160.00   0.44
XYZ16.087917.862028.9854
Yxy17.86200.25560.2838
Hunter Lab42.2635-6.0137-11.0782
CIE-Lab49.3283-5.0057-16.0229

#5a7990 color RGB value is (90,121,144).

#5a7990 hex color red value is 90, green value is 121 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #5a7990 hue: 0.57 , saturation: 0.23 and the lightness value of 5a7990 is 0.46.

The process color (four color CMYK) of #5a7990 color hex is 0.38, 0.16, 0.00, 0.44. Web safe color of #5a7990 is #666699. Color #5a7990 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 01111001 10010000
Octal 132 171 220
Decimal 90 121 144
Hex 5A 79 90

RGB Percentages of Color #5a7990

%25.35
%34.08
%40.56

CMYK Percentages of Color #5a7990

%38
%16
%0
%44

Triadic Colors of #5a7990

#5a7990 #905a79 #79905a

Analogous Colors of #5a7990

#5a7990 #5a5e90 #5a908c

Monochromatic Colors of #5a7990

#5a7990

Complementary Color

#5a7990 #90715a

#5a7990 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5a7990 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5a7990 Color CSS Codes

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

#5a7990 Text Font Color

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

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


#5a7990 Background Color

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

This div background color is #5a7990


#5a7990 Border Color

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

This div border color is #5a7990


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5a7990


Comments

No comments written yet.

Please login to write comment.