Color Hex Logo

#5292aa Color Hex

#5292AA
(82,146,170)
0 Favorites   0 Comments

Color spaces of #5292aa

RGB 82146170
HSL0.550.350.49
HSV196°52°67°
CMYK 0.520.140.00   0.33
XYZ21.014325.253941.7971
Yxy25.25390.23860.2868
Hunter Lab50.2533-13.3002-14.1359
CIE-Lab57.3220-13.7031-18.9363

#5292aa color RGB value is (82,146,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 10010010 10101010
Octal 122 222 252
Decimal 82 146 170
Hex 52 92 AA

RGB Percentages of Color #5292aa

%20.60
%36.68
%42.71

CMYK Percentages of Color #5292aa

%52
%14
%0
%33

Triadic Colors of #5292aa

#5292aa #aa5292 #92aa52

Analogous Colors of #5292aa

#5292aa #5266aa #52aa96

Monochromatic Colors of #5292aa

#5292aa

Complementary Color

#5292aa #aa6a52

#5292aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5292aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#5292aa Color CSS Codes

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

#5292aa Text Font Color

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

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


#5292aa Background Color

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

This div background color is #5292aa


#5292aa Border Color

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

This div border color is #5292aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5292aa


Comments

No comments written yet.

Please login to write comment.