Color Hex Logo

#5184aa Color Hex

#5184AA
(81,132,170)
0 Favorites   0 Comments

Color spaces of #5184aa

RGB 81132170
HSL0.570.350.49
HSV206°52°67°
CMYK 0.520.220.00   0.33
XYZ18.900321.154141.1172
Yxy21.15410.23280.2606
Hunter Lab45.9936-7.1372-20.8084
CIE-Lab53.1177-6.0800-25.3925

#5184aa color RGB value is (81,132,170).

#5184aa hex color red value is 81, green value is 132 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #5184aa hue: 0.57 , saturation: 0.35 and the lightness value of 5184aa is 0.49.

The process color (four color CMYK) of #5184aa color hex is 0.52, 0.22, 0.00, 0.33. Web safe color of #5184aa is #669999. Color #5184aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 10000100 10101010
Octal 121 204 252
Decimal 81 132 170
Hex 51 84 AA

RGB Percentages of Color #5184aa

%21.15
%34.46
%44.39

CMYK Percentages of Color #5184aa

%52
%22
%0
%33

Triadic Colors of #5184aa

#5184aa #aa5184 #84aa51

Analogous Colors of #5184aa

#5184aa #5158aa #51aaa4

Monochromatic Colors of #5184aa

#5184aa

Complementary Color

#5184aa #aa7751

#5184aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5184aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#5184aa Color CSS Codes

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

#5184aa Text Font Color

<p style="color:#5184aa">Text here</p>

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


#5184aa Background Color

<div style="background-color:#5184aa">
Div content here</div>

This div background color is #5184aa


#5184aa Border Color

<div style="border:3px solid #5184aa">
Div here</div>

This div border color is #5184aa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(81,132,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5184aa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5184aa;
  -webkit-box-shadow: 1px 1px 3px 2px #5184aa;
  box-shadow:         1px 1px 3px 2px #5184aa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(81,132,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 #5184aa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5184aa


Comments

No comments written yet.

Please login to write comment.