Color Hex Logo

#537e89 Color Hex

#537E89
(83,126,137)
0 Favorites   0 Comments

Color spaces of #537e89

RGB 83126137
HSL0.530.250.43
HSV192°39°54°
CMYK 0.390.080.00   0.46
XYZ15.543518.566926.4314
Yxy18.56690.25670.3067
Hunter Lab43.0893-11.0165-6.2065
CIE-Lab50.1766-11.8178-10.6647

#537e89 color RGB value is (83,126,137).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 01111110 10001001
Octal 123 176 211
Decimal 83 126 137
Hex 53 7E 89

RGB Percentages of Color #537e89

%23.99
%36.42
%39.60

CMYK Percentages of Color #537e89

%39
%8
%0
%46

Triadic Colors of #537e89

#537e89 #89537e #7e8953

Analogous Colors of #537e89

#537e89 #536389 #538979

Monochromatic Colors of #537e89

#537e89

Complementary Color

#537e89 #895e53

#537e89 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#537e89 Color Preview on White Background

Lorem ipsum dolor sit amet.

#537e89 Color CSS Codes

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

#537e89 Text Font Color

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

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


#537e89 Background Color

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

This div background color is #537e89


#537e89 Border Color

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

This div border color is #537e89


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #537e89

#537e89 Color Palettes


Comments

No comments written yet.

Please login to write comment.