Color Hex Logo

#537793 Color Hex

#537793
(83,119,147)
0 Favorites   0 Comments

Color spaces of #537793

RGB 83119147
HSL0.570.280.45
HSV206°44°58°
CMYK 0.440.190.00   0.42
XYZ15.430617.139230.0987
Yxy17.13920.24620.2735
Hunter Lab41.3995-5.9179-14.1260
CIE-Lab48.4350-4.9743-19.1897

#537793 color RGB value is (83,119,147).

#537793 hex color red value is 83, green value is 119 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #537793 hue: 0.57 , saturation: 0.28 and the lightness value of 537793 is 0.45.

The process color (four color CMYK) of #537793 color hex is 0.44, 0.19, 0.00, 0.42. Web safe color of #537793 is #666699. Color #537793 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01110111 10010011
Octal 123 167 223
Decimal 83 119 147
Hex 53 77 93

RGB Percentages of Color #537793

%23.78
%34.10
%42.12

CMYK Percentages of Color #537793

%44
%19
%0
%42

Triadic Colors of #537793

#537793 #935377 #779353

Analogous Colors of #537793

#537793 #535793 #53938f

Monochromatic Colors of #537793

#537793

Complementary Color

#537793 #936f53

#537793 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#537793 Color Preview on White Background

Lorem ipsum dolor sit amet.

#537793 Color CSS Codes

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

#537793 Text Font Color

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

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


#537793 Background Color

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

This div background color is #537793


#537793 Border Color

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

This div border color is #537793


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #537793


Comments

No comments written yet.

Please login to write comment.