Color Hex Logo

#5aa558 Color Hex

#5AA558
(90,165,88)
0 Favorites   0 Comments

Color spaces of #5aa558

RGB 9016588
HSL0.330.300.50
HSV118°47°65°
CMYK 0.450.000.47   0.35
XYZ19.433029.788513.9580
Yxy29.78850.30760.4715
Hunter Lab54.5788-31.957423.0424
CIE-Lab61.4713-39.370332.7270

#5aa558 color RGB value is (90,165,88).

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

The process color (four color CMYK) of #5aa558 color hex is 0.45, 0.00, 0.47, 0.35. Web safe color of #5aa558 is #669966. Color #5aa558 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 10100101 01011000
Octal 132 245 130
Decimal 90 165 88
Hex 5A A5 58

RGB Percentages of Color #5aa558

%26.24
%48.10
%25.66

CMYK Percentages of Color #5aa558

%45
%0
%47
%35

Triadic Colors of #5aa558

#5aa558 #585aa5 #a5585a

Analogous Colors of #5aa558

#5aa558 #58a57d #81a558

Monochromatic Colors of #5aa558

#5aa558

Complementary Color

#5aa558 #a358a5

#5aa558 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5aa558 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5aa558 Color CSS Codes

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

#5aa558 Text Font Color

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

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


#5aa558 Background Color

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

This div background color is #5aa558


#5aa558 Border Color

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

This div border color is #5aa558


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5aa558


Comments

No comments written yet.

Please login to write comment.