Color Hex Logo

#5288aa Color Hex

#5288AA
(82,136,170)
0 Favorites   0 Comments

Color spaces of #5288aa

RGB 82136170
HSL0.560.350.49
HSV203°52°67°
CMYK 0.520.200.00   0.33
XYZ19.539522.304441.3056
Yxy22.30440.23500.2682
Hunter Lab47.2275-8.7972-18.7963
CIE-Lab54.3485-8.1314-23.4909

#5288aa color RGB value is (82,136,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 10001000 10101010
Octal 122 210 252
Decimal 82 136 170
Hex 52 88 AA

RGB Percentages of Color #5288aa

%21.13
%35.05
%43.81

CMYK Percentages of Color #5288aa

%52
%20
%0
%33

Triadic Colors of #5288aa

#5288aa #aa5288 #88aa52

Analogous Colors of #5288aa

#5288aa #525caa #52aaa0

Monochromatic Colors of #5288aa

#5288aa

Complementary Color

#5288aa #aa7452

#5288aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5288aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#5288aa Color CSS Codes

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

#5288aa Text Font Color

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

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


#5288aa Background Color

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

This div background color is #5288aa


#5288aa Border Color

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

This div border color is #5288aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5288aa


Comments

No comments written yet.

Please login to write comment.