Color Hex Logo

#5aa591 Color Hex

#5AA591
(90,165,145)
0 Favorites   0 Comments

Color spaces of #5aa591

RGB 90165145
HSL0.460.290.50
HSV164°45°65°
CMYK 0.450.000.12   0.35
XYZ22.782431.128331.5957
Yxy31.12830.26640.3640
Hunter Lab55.7927-24.74865.4787
CIE-Lab62.6158-28.26913.1349

#5aa591 color RGB value is (90,165,145).

#5aa591 hex color red value is 90, green value is 165 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #5aa591 hue: 0.46 , saturation: 0.29 and the lightness value of 5aa591 is 0.50.

The process color (four color CMYK) of #5aa591 color hex is 0.45, 0.00, 0.12, 0.35. Web safe color of #5aa591 is #669999. Color #5aa591 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 10100101 10010001
Octal 132 245 221
Decimal 90 165 145
Hex 5A A5 91

RGB Percentages of Color #5aa591

%22.50
%41.25
%36.25

CMYK Percentages of Color #5aa591

%45
%0
%12
%35

Triadic Colors of #5aa591

#5aa591 #915aa5 #a5915a

Analogous Colors of #5aa591

#5aa591 #5a94a5 #5aa56c

Monochromatic Colors of #5aa591

#5aa591

Complementary Color

#5aa591 #a55a6e

#5aa591 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5aa591 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5aa591 Color CSS Codes

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

#5aa591 Text Font Color

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

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


#5aa591 Background Color

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

This div background color is #5aa591


#5aa591 Border Color

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

This div border color is #5aa591


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5aa591


Comments

No comments written yet.

Please login to write comment.