Color Hex Logo

#5a8959 Color Hex

#5A8959
(90,137,89)
0 Favorites   0 Comments

Color spaces of #5a8959

RGB 9013789
HSL0.330.210.44
HSV119°35°54°
CMYK 0.340.000.35   0.46
XYZ14.965320.786212.6746
Yxy20.78620.30900.4292
Hunter Lab45.5919-21.194115.4316
CIE-Lab52.7147-26.191220.8201

#5a8959 color RGB value is (90,137,89).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 10001001 01011001
Octal 132 211 131
Decimal 90 137 89
Hex 5A 89 59

RGB Percentages of Color #5a8959

%28.48
%43.35
%28.16

CMYK Percentages of Color #5a8959

%34
%0
%35
%46

Triadic Colors of #5a8959

#5a8959 #595a89 #89595a

Analogous Colors of #5a8959

#5a8959 #598970 #728959

Monochromatic Colors of #5a8959

#5a8959

Complementary Color

#5a8959 #885989

#5a8959 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5a8959 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5a8959 Color CSS Codes

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

#5a8959 Text Font Color

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

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


#5a8959 Background Color

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

This div background color is #5a8959


#5a8959 Border Color

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

This div border color is #5a8959


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5a8959


Comments

No comments written yet.

Please login to write comment.