Color Hex Logo

#5088aa Color Hex

#5088AA
(80,136,170)
0 Favorites   0 Comments

Color spaces of #5088aa

RGB 80136170
HSL0.560.360.49
HSV203°53°67°
CMYK 0.530.200.00   0.33
XYZ19.368122.216141.2975
Yxy22.21610.23370.2680
Hunter Lab47.1340-9.1359-18.9545
CIE-Lab54.2555-8.5961-23.6417

#5088aa color RGB value is (80,136,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 10001000 10101010
Octal 120 210 252
Decimal 80 136 170
Hex 50 88 AA

RGB Percentages of Color #5088aa

%20.73
%35.23
%44.04

CMYK Percentages of Color #5088aa

%53
%20
%0
%33

Triadic Colors of #5088aa

#5088aa #aa5088 #88aa50

Analogous Colors of #5088aa

#5088aa #505baa #50aa9f

Monochromatic Colors of #5088aa

#5088aa

Complementary Color

#5088aa #aa7250

#5088aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5088aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#5088aa Color CSS Codes

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

#5088aa Text Font Color

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

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


#5088aa Background Color

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

This div background color is #5088aa


#5088aa Border Color

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

This div border color is #5088aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5088aa


Comments

No comments written yet.

Please login to write comment.