Color Hex Logo

#5a8989 Color Hex

#5A8989
(90,137,137)
0 Favorites   0 Comments

Color spaces of #5a8989

RGB 90137137
HSL0.500.210.45
HSV180°34°54°
CMYK 0.340.000.00   0.46
XYZ17.677521.871126.9568
Yxy21.87110.26580.3289
Hunter Lab46.7665-14.3694-1.4389
CIE-Lab53.8900-15.8432-5.0836

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

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

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

Base Numbers

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

RGB Percentages of Color #5a8989

%24.73
%37.64
%37.64

CMYK Percentages of Color #5a8989

%34
%0
%0
%46

Triadic Colors of #5a8989

#5a8989 #895a89 #89895a

Analogous Colors of #5a8989

#5a8989 #5a7289 #5a8972

Monochromatic Colors of #5a8989

#5a8989

Complementary Color

#5a8989 #895a5a

#5a8989 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5a8989 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5a8989 Color CSS Codes

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

#5a8989 Text Font Color

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

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


#5a8989 Background Color

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

This div background color is #5a8989


#5a8989 Border Color

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

This div border color is #5a8989


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5a8989


Comments

No comments written yet.

Please login to write comment.