Color Hex Logo

#537397 Color Hex

#537397
(83,115,151)
0 Favorites   0 Comments

Color spaces of #537397

RGB 83115151
HSL0.590.290.46
HSV212°45°59°
CMYK 0.450.240.00   0.41
XYZ15.283916.334831.6255
Yxy16.33480.24170.2583
Hunter Lab40.4163-3.2268-18.1026
CIE-Lab47.4107-1.4266-23.1224

#537397 color RGB value is (83,115,151).

#537397 hex color red value is 83, green value is 115 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #537397 hue: 0.59 , saturation: 0.29 and the lightness value of 537397 is 0.46.

The process color (four color CMYK) of #537397 color hex is 0.45, 0.24, 0.00, 0.41. Web safe color of #537397 is #666699. Color #537397 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01110011 10010111
Octal 123 163 227
Decimal 83 115 151
Hex 53 73 97

RGB Percentages of Color #537397

%23.78
%32.95
%43.27

CMYK Percentages of Color #537397

%45
%24
%0
%41

Triadic Colors of #537397

#537397 #975373 #739753

Analogous Colors of #537397

#537397 #555397 #539597

Monochromatic Colors of #537397

#537397

Complementary Color

#537397 #977753

#537397 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#537397 Color Preview on White Background

Lorem ipsum dolor sit amet.

#537397 Color CSS Codes

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

#537397 Text Font Color

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

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


#537397 Background Color

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

This div background color is #537397


#537397 Border Color

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

This div border color is #537397


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #537397


Comments

No comments written yet.

Please login to write comment.