Color Hex Logo

#5099aa Color Hex

#5099AA
(80,153,170)
0 Favorites   0 Comments

Color spaces of #5099aa

RGB 80153170
HSL0.530.360.49
HSV191°53°67°
CMYK 0.530.100.00   0.33
XYZ21.955227.390242.1599
Yxy27.39020.23990.2993
Hunter Lab52.3356-16.7053-11.1271
CIE-Lab59.3338-17.9280-15.8870

#5099aa color RGB value is (80,153,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 10011001 10101010
Octal 120 231 252
Decimal 80 153 170
Hex 50 99 AA

RGB Percentages of Color #5099aa

%19.85
%37.97
%42.18

CMYK Percentages of Color #5099aa

%53
%10
%0
%33

Triadic Colors of #5099aa

#5099aa #aa5099 #99aa50

Analogous Colors of #5099aa

#5099aa #506caa #50aa8e

Monochromatic Colors of #5099aa

#5099aa

Complementary Color

#5099aa #aa6150

#5099aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5099aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#5099aa Color CSS Codes

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

#5099aa Text Font Color

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

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


#5099aa Background Color

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

This div background color is #5099aa


#5099aa Border Color

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

This div border color is #5099aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5099aa


Comments

No comments written yet.

Please login to write comment.