Color Hex Logo

#537aac Color Hex

#537AAC
(83,122,172)
0 Favorites   0 Comments

Color spaces of #537aac

RGB 83122172
HSL0.590.350.50
HSV214°52°67°
CMYK 0.520.290.00   0.33
XYZ17.973218.736641.6990
Yxy18.73660.22920.2390
Hunter Lab43.2858-1.6331-26.8165
CIE-Lab50.37760.8789-30.7955

#537aac color RGB value is (83,122,172).

#537aac hex color red value is 83, green value is 122 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #537aac hue: 0.59 , saturation: 0.35 and the lightness value of 537aac is 0.50.

The process color (four color CMYK) of #537aac color hex is 0.52, 0.29, 0.00, 0.33. Web safe color of #537aac is #666699. Color #537aac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01111010 10101100
Octal 123 172 254
Decimal 83 122 172
Hex 53 7A AC

RGB Percentages of Color #537aac

%22.02
%32.36
%45.62

CMYK Percentages of Color #537aac

%52
%29
%0
%33

Triadic Colors of #537aac

#537aac #ac537a #7aac53

Analogous Colors of #537aac

#537aac #5853ac #53a7ac

Monochromatic Colors of #537aac

#537aac

Complementary Color

#537aac #ac8553

#537aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#537aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#537aac Color CSS Codes

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

#537aac Text Font Color

<p style="color:#537aac">Text here</p>

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


#537aac Background Color

<div style="background-color:#537aac">
Div content here</div>

This div background color is #537aac


#537aac Border Color

<div style="border:3px solid #537aac">
Div here</div>

This div border color is #537aac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(83,122,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #537aac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #537aac;
  -webkit-box-shadow: 1px 1px 3px 2px #537aac;
  box-shadow:         1px 1px 3px 2px #537aac; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(83,122,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #537aac


Comments

No comments written yet.

Please login to write comment.