Color Hex Logo

#537aba Color Hex

#537ABA
(83,122,186)
0 Favorites   0 Comments

Color spaces of #537aba

RGB 83122186
HSL0.600.430.53
HSV217°55°73°
CMYK 0.550.340.00   0.27
XYZ19.389719.303249.1583
Yxy19.30320.22070.2197
Hunter Lab43.93541.8892-35.5834
CIE-Lab51.04015.3730-37.8432

#537aba color RGB value is (83,122,186).

#537aba hex color red value is 83, green value is 122 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #537aba hue: 0.60 , saturation: 0.43 and the lightness value of 537aba is 0.53.

The process color (four color CMYK) of #537aba color hex is 0.55, 0.34, 0.00, 0.27. Web safe color of #537aba is #6666cc. Color #537aba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01111010 10111010
Octal 123 172 272
Decimal 83 122 186
Hex 53 7A BA

RGB Percentages of Color #537aba

%21.23
%31.20
%47.57

CMYK Percentages of Color #537aba

%55
%34
%0
%27

Triadic Colors of #537aba

#537aba #ba537a #7aba53

Analogous Colors of #537aba

#537aba #6053ba #53aeba

Monochromatic Colors of #537aba

#537aba

Complementary Color

#537aba #ba9353

#537aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#537aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#537aba Color CSS Codes

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

#537aba Text Font Color

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

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


#537aba Background Color

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

This div background color is #537aba


#537aba Border Color

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

This div border color is #537aba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #537aba


Comments

No comments written yet.

Please login to write comment.