Color Hex Logo

#5a898a Color Hex

#5A898A
(90,137,138)
0 Favorites   0 Comments

Color spaces of #5a898a

RGB 90137138
HSL0.500.210.45
HSV181°35°54°
CMYK 0.350.010.00   0.46
XYZ17.749621.900027.3364
Yxy21.90000.26500.3269
Hunter Lab46.7974-14.1930-1.8756
CIE-Lab53.9207-15.5883-5.6173

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

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

The process color (four color CMYK) of #5a898a color hex is 0.35, 0.01, 0.00, 0.46. Web safe color of #5a898a is #669999. Color #5a898a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 10001001 10001010
Octal 132 211 212
Decimal 90 137 138
Hex 5A 89 8A

RGB Percentages of Color #5a898a

%24.66
%37.53
%37.81

CMYK Percentages of Color #5a898a

%35
%1
%0
%46

Triadic Colors of #5a898a

#5a898a #8a5a89 #898a5a

Analogous Colors of #5a898a

#5a898a #5a718a #5a8a73

Monochromatic Colors of #5a898a

#5a898a

Complementary Color

#5a898a #8a5b5a

#5a898a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5a898a Color Preview on White Background

Lorem ipsum dolor sit amet.

#5a898a Color CSS Codes

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

#5a898a Text Font Color

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

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


#5a898a Background Color

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

This div background color is #5a898a


#5a898a Border Color

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

This div border color is #5a898a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5a898a


Comments

No comments written yet.

Please login to write comment.