Color Hex Logo

#5297aa Color Hex

#5297AA
(82,151,170)
0 Favorites   0 Comments

Color spaces of #5297aa

RGB 82151170
HSL0.540.350.49
HSV193°52°67°
CMYK 0.520.110.00   0.33
XYZ21.802026.829342.0597
Yxy26.82930.24040.2958
Hunter Lab51.7970-15.5119-11.8862
CIE-Lab58.8160-16.4114-16.6641

#5297aa color RGB value is (82,151,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 10010111 10101010
Octal 122 227 252
Decimal 82 151 170
Hex 52 97 AA

RGB Percentages of Color #5297aa

%20.35
%37.47
%42.18

CMYK Percentages of Color #5297aa

%52
%11
%0
%33

Triadic Colors of #5297aa

#5297aa #aa5297 #97aa52

Analogous Colors of #5297aa

#5297aa #526baa #52aa91

Monochromatic Colors of #5297aa

#5297aa

Complementary Color

#5297aa #aa6552

#5297aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5297aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#5297aa Color CSS Codes

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

#5297aa Text Font Color

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

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


#5297aa Background Color

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

This div background color is #5297aa


#5297aa Border Color

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

This div border color is #5297aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5297aa


Comments

No comments written yet.

Please login to write comment.