Color Hex Logo

#5085aa Color Hex

#5085AA
(80,133,170)
0 Favorites   0 Comments

Color spaces of #5085aa

RGB 80133170
HSL0.570.360.49
HSV205°53°67°
CMYK 0.530.220.00   0.33
XYZ18.951521.382841.1587
Yxy21.38280.23260.2624
Hunter Lab46.2415-7.7668-20.4038
CIE-Lab53.3659-6.8865-25.0132

#5085aa color RGB value is (80,133,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 10000101 10101010
Octal 120 205 252
Decimal 80 133 170
Hex 50 85 AA

RGB Percentages of Color #5085aa

%20.89
%34.73
%44.39

CMYK Percentages of Color #5085aa

%53
%22
%0
%33

Triadic Colors of #5085aa

#5085aa #aa5085 #85aa50

Analogous Colors of #5085aa

#5085aa #5058aa #50aaa2

Monochromatic Colors of #5085aa

#5085aa

Complementary Color

#5085aa #aa7550

#5085aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5085aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#5085aa Color CSS Codes

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

#5085aa Text Font Color

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

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


#5085aa Background Color

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

This div background color is #5085aa


#5085aa Border Color

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

This div border color is #5085aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5085aa


Comments

No comments written yet.

Please login to write comment.