Color Hex Logo

#537694 Color Hex

#537694
(83,118,148)
0 Favorites   0 Comments

Color spaces of #537694

RGB 83118148
HSL0.580.280.45
HSV208°44°58°
CMYK 0.440.200.00   0.42
XYZ15.391016.934030.4744
Yxy16.93400.24510.2697
Hunter Lab41.1509-5.2528-15.1017
CIE-Lab48.1768-4.0949-20.1747

#537694 color RGB value is (83,118,148).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 01110110 10010100
Octal 123 166 224
Decimal 83 118 148
Hex 53 76 94

RGB Percentages of Color #537694

%23.78
%33.81
%42.41

CMYK Percentages of Color #537694

%44
%20
%0
%42

Triadic Colors of #537694

#537694 #945376 #769453

Analogous Colors of #537694

#537694 #535694 #539492

Monochromatic Colors of #537694

#537694

Complementary Color

#537694 #947153

#537694 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#537694 Color Preview on White Background

Lorem ipsum dolor sit amet.

#537694 Color CSS Codes

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

#537694 Text Font Color

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

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


#537694 Background Color

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

This div background color is #537694


#537694 Border Color

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

This div border color is #537694


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(83,118,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 #537694">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #537694


Comments

No comments written yet.

Please login to write comment.