Color Hex Logo

#537689 Color Hex

#537689
(83,118,137)
0 Favorites   0 Comments

Color spaces of #537689

RGB 83118137
HSL0.560.250.43
HSV201°39°54°
CMYK 0.390.140.00   0.46
XYZ14.561116.602026.1040
Yxy16.60200.25430.2899
Hunter Lab40.7456-7.5148-9.4628
CIE-Lab47.7546-7.2643-14.3233

#537689 color RGB value is (83,118,137).

#537689 hex color red value is 83, green value is 118 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #537689 hue: 0.56 , saturation: 0.25 and the lightness value of 537689 is 0.43.

The process color (four color CMYK) of #537689 color hex is 0.39, 0.14, 0.00, 0.46. Web safe color of #537689 is #666699. Color #537689 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01110110 10001001
Octal 123 166 211
Decimal 83 118 137
Hex 53 76 89

RGB Percentages of Color #537689

%24.56
%34.91
%40.53

CMYK Percentages of Color #537689

%39
%14
%0
%46

Triadic Colors of #537689

#537689 #895376 #768953

Analogous Colors of #537689

#537689 #535b89 #538981

Monochromatic Colors of #537689

#537689

Complementary Color

#537689 #896653

#537689 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#537689 Color Preview on White Background

Lorem ipsum dolor sit amet.

#537689 Color CSS Codes

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

#537689 Text Font Color

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

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


#537689 Background Color

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

This div background color is #537689


#537689 Border Color

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

This div border color is #537689


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #537689


Comments

No comments written yet.

Please login to write comment.