Color Hex Logo

#5289ae Color Hex

#5289AE
(82,137,174)
0 Favorites   0 Comments

Color spaces of #5289ae

RGB 82137174
HSL0.570.360.50
HSV204°53°68°
CMYK 0.530.210.00   0.32
XYZ20.065322.741243.3763
Yxy22.74120.23280.2639
Hunter Lab47.6877-8.3471-20.5482
CIE-Lab54.8048-7.4745-25.0843

#5289ae color RGB value is (82,137,174).

#5289ae hex color red value is 82, green value is 137 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #5289ae hue: 0.57 , saturation: 0.36 and the lightness value of 5289ae is 0.50.

The process color (four color CMYK) of #5289ae color hex is 0.53, 0.21, 0.00, 0.32. Web safe color of #5289ae is #669999. Color #5289ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 10001001 10101110
Octal 122 211 256
Decimal 82 137 174
Hex 52 89 AE

RGB Percentages of Color #5289ae

%20.87
%34.86
%44.27

CMYK Percentages of Color #5289ae

%53
%21
%0
%32

Triadic Colors of #5289ae

#5289ae #ae5289 #89ae52

Analogous Colors of #5289ae

#5289ae #525bae #52aea5

Monochromatic Colors of #5289ae

#5289ae

Complementary Color

#5289ae #ae7752

#5289ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5289ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#5289ae Color CSS Codes

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

#5289ae Text Font Color

<p style="color:#5289ae">Text here</p>

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


#5289ae Background Color

<div style="background-color:#5289ae">
Div content here</div>

This div background color is #5289ae


#5289ae Border Color

<div style="border:3px solid #5289ae">
Div here</div>

This div border color is #5289ae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(82,137,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5289ae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5289ae;
  -webkit-box-shadow: 1px 1px 3px 2px #5289ae;
  box-shadow:         1px 1px 3px 2px #5289ae; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(82,137,174, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #5289ae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5289ae


Comments

No comments written yet.

Please login to write comment.