Color Hex Logo

#5a818a Color Hex

#5A818A
(90,129,138)
0 Favorites   0 Comments

Color spaces of #5a818a

RGB 90129138
HSL0.530.210.45
HSV191°35°54°
CMYK 0.350.070.00   0.46
XYZ16.654219.709226.9712
Yxy19.70920.26300.3112
Hunter Lab44.3950-10.7295-4.9438
CIE-Lab51.5068-11.1879-9.2148

#5a818a color RGB value is (90,129,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 10000001 10001010
Octal 132 201 212
Decimal 90 129 138
Hex 5A 81 8A

RGB Percentages of Color #5a818a

%25.21
%36.13
%38.66

CMYK Percentages of Color #5a818a

%35
%7
%0
%46

Triadic Colors of #5a818a

#5a818a #8a5a81 #818a5a

Analogous Colors of #5a818a

#5a818a #5a698a #5a8a7b

Monochromatic Colors of #5a818a

#5a818a

Complementary Color

#5a818a #8a635a

#5a818a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5a818a Color Preview on White Background

Lorem ipsum dolor sit amet.

#5a818a Color CSS Codes

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

#5a818a Text Font Color

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

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


#5a818a Background Color

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

This div background color is #5a818a


#5a818a Border Color

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

This div border color is #5a818a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(90,129,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 #5a818a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5a818a


Comments

No comments written yet.

Please login to write comment.