Color Hex Logo

#537094 Color Hex

#537094
(83,112,148)
0 Favorites   0 Comments

Color spaces of #537094

RGB 83112148
HSL0.590.280.45
HSV213°44°58°
CMYK 0.440.240.00   0.42
XYZ14.706715.565530.2463
Yxy15.56550.24300.2572
Hunter Lab39.4531-2.5047-17.8368
CIE-Lab46.3992-0.5334-22.9122

#537094 color RGB value is (83,112,148).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 01110000 10010100
Octal 123 160 224
Decimal 83 112 148
Hex 53 70 94

RGB Percentages of Color #537094

%24.20
%32.65
%43.15

CMYK Percentages of Color #537094

%44
%24
%0
%42

Triadic Colors of #537094

#537094 #945370 #709453

Analogous Colors of #537094

#537094 #575394 #539194

Monochromatic Colors of #537094

#537094

Complementary Color

#537094 #947753

#537094 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#537094 Color Preview on White Background

Lorem ipsum dolor sit amet.

#537094 Color CSS Codes

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

#537094 Text Font Color

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

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


#537094 Background Color

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

This div background color is #537094


#537094 Border Color

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

This div border color is #537094


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #537094


Comments

No comments written yet.

Please login to write comment.