Color Hex Logo

#5a82aa Color Hex

#5A82AA
(90,130,170)
0 Favorites   0 Comments

Color spaces of #5a82aa

RGB 90130170
HSL0.580.320.51
HSV210°47°67°
CMYK 0.470.240.00   0.33
XYZ19.454821.041241.0662
Yxy21.04120.23850.2580
Hunter Lab45.8707-4.5678-20.9705
CIE-Lab52.9946-2.7225-25.5451

#5a82aa color RGB value is (90,130,170).

#5a82aa hex color red value is 90, green value is 130 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #5a82aa hue: 0.58 , saturation: 0.32 and the lightness value of 5a82aa is 0.51.

The process color (four color CMYK) of #5a82aa color hex is 0.47, 0.24, 0.00, 0.33. Web safe color of #5a82aa is #669999. Color #5a82aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 10000010 10101010
Octal 132 202 252
Decimal 90 130 170
Hex 5A 82 AA

RGB Percentages of Color #5a82aa

%23.08
%33.33
%43.59

CMYK Percentages of Color #5a82aa

%47
%24
%0
%33

Triadic Colors of #5a82aa

#5a82aa #aa5a82 #82aa5a

Analogous Colors of #5a82aa

#5a82aa #5a5aaa #5aaaaa

Monochromatic Colors of #5a82aa

#5a82aa

Complementary Color

#5a82aa #aa825a

#5a82aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5a82aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#5a82aa Color CSS Codes

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

#5a82aa Text Font Color

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

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


#5a82aa Background Color

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

This div background color is #5a82aa


#5a82aa Border Color

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

This div border color is #5a82aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5a82aa

#5a82aa Color Palettes


Comments

No comments written yet.

Please login to write comment.