Color Hex Logo

#5a896e Color Hex

#5A896E
(90,137,110)
0 Favorites   0 Comments

Color spaces of #5a896e

RGB 90137110
HSL0.400.210.45
HSV146°34°54°
CMYK 0.340.000.20   0.46
XYZ15.976621.190818.0000
Yxy21.19080.28960.3841
Hunter Lab46.0335-18.60759.0399
CIE-Lab53.1577-22.15099.4715

#5a896e color RGB value is (90,137,110).

#5a896e hex color red value is 90, green value is 137 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #5a896e hue: 0.40 , saturation: 0.21 and the lightness value of 5a896e is 0.45.

The process color (four color CMYK) of #5a896e color hex is 0.34, 0.00, 0.20, 0.46. Web safe color of #5a896e is #669966. Color #5a896e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 10001001 01101110
Octal 132 211 156
Decimal 90 137 110
Hex 5A 89 6E

RGB Percentages of Color #5a896e

%26.71
%40.65
%32.64

CMYK Percentages of Color #5a896e

%34
%0
%20
%46

Triadic Colors of #5a896e

#5a896e #6e5a89 #896e5a

Analogous Colors of #5a896e

#5a896e #5a8986 #5e895a

Monochromatic Colors of #5a896e

#5a896e

Complementary Color

#5a896e #895a75

#5a896e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5a896e Color Preview on White Background

Lorem ipsum dolor sit amet.

#5a896e Color CSS Codes

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

#5a896e Text Font Color

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

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


#5a896e Background Color

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

This div background color is #5a896e


#5a896e Border Color

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

This div border color is #5a896e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5a896e


Comments

No comments written yet.

Please login to write comment.