Color Hex Logo

#5185aa Color Hex

#5185AA
(81,133,170)
0 Favorites   0 Comments

Color spaces of #5185aa

RGB 81133170
HSL0.570.350.49
HSV205°52°67°
CMYK 0.520.220.00   0.33
XYZ19.036621.426741.1626
Yxy21.42670.23320.2625
Hunter Lab46.2890-7.5966-20.3215
CIE-Lab53.4134-6.6544-24.9360

#5185aa color RGB value is (81,133,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 10000101 10101010
Octal 121 205 252
Decimal 81 133 170
Hex 51 85 AA

RGB Percentages of Color #5185aa

%21.09
%34.64
%44.27

CMYK Percentages of Color #5185aa

%52
%22
%0
%33

Triadic Colors of #5185aa

#5185aa #aa5185 #85aa51

Analogous Colors of #5185aa

#5185aa #5159aa #51aaa3

Monochromatic Colors of #5185aa

#5185aa

Complementary Color

#5185aa #aa7651

#5185aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5185aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#5185aa Color CSS Codes

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

#5185aa Text Font Color

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

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


#5185aa Background Color

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

This div background color is #5185aa


#5185aa Border Color

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

This div border color is #5185aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5185aa


Comments

No comments written yet.

Please login to write comment.