Color Hex Logo

#537186 Color Hex

#537186
(83,113,134)
0 Favorites   0 Comments

Color spaces of #537186

RGB 83113134
HSL0.570.240.43
HSV205°38°53°
CMYK 0.380.160.00   0.47
XYZ13.775515.370524.7950
Yxy15.37050.25540.2850
Hunter Lab39.2052-5.8898-10.0538
CIE-Lab46.1375-5.1949-14.9989

#537186 color RGB value is (83,113,134).

#537186 hex color red value is 83, green value is 113 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #537186 hue: 0.57 , saturation: 0.24 and the lightness value of 537186 is 0.43.

The process color (four color CMYK) of #537186 color hex is 0.38, 0.16, 0.00, 0.47. Web safe color of #537186 is #666699. Color #537186 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01110001 10000110
Octal 123 161 206
Decimal 83 113 134
Hex 53 71 86

RGB Percentages of Color #537186

%25.15
%34.24
%40.61

CMYK Percentages of Color #537186

%38
%16
%0
%47

Triadic Colors of #537186

#537186 #865371 #718653

Analogous Colors of #537186

#537186 #535886 #538682

Monochromatic Colors of #537186

#537186

Complementary Color

#537186 #866853

#537186 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#537186 Color Preview on White Background

Lorem ipsum dolor sit amet.

#537186 Color CSS Codes

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

#537186 Text Font Color

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

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


#537186 Background Color

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

This div background color is #537186


#537186 Border Color

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

This div border color is #537186


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(83,113,134, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #537186; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #537186;
  -webkit-box-shadow: 1px 1px 3px 2px #537186;
  box-shadow:         1px 1px 3px 2px #537186; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #537186


Comments

No comments written yet.

Please login to write comment.