Color Hex Logo

#537687 Color Hex

#537687
(83,118,135)
0 Favorites   0 Comments

Color spaces of #537687

RGB 83118135
HSL0.550.240.43
HSV200°39°53°
CMYK 0.390.130.00   0.47
XYZ14.418916.545125.3552
Yxy16.54510.25600.2938
Hunter Lab40.6757-7.9069-8.4855
CIE-Lab47.6817-7.8238-13.2495

#537687 color RGB value is (83,118,135).

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

The process color (four color CMYK) of #537687 color hex is 0.39, 0.13, 0.00, 0.47. Web safe color of #537687 is #666699. Color #537687 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01110110 10000111
Octal 123 166 207
Decimal 83 118 135
Hex 53 76 87

RGB Percentages of Color #537687

%24.70
%35.12
%40.18

CMYK Percentages of Color #537687

%39
%13
%0
%47

Triadic Colors of #537687

#537687 #875376 #768753

Analogous Colors of #537687

#537687 #535c87 #53877e

Monochromatic Colors of #537687

#537687

Complementary Color

#537687 #876453

#537687 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#537687 Color Preview on White Background

Lorem ipsum dolor sit amet.

#537687 Color CSS Codes

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

#537687 Text Font Color

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

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


#537687 Background Color

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

This div background color is #537687


#537687 Border Color

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

This div border color is #537687


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #537687


Comments

No comments written yet.

Please login to write comment.