Color Hex Logo

#537284 Color Hex

#537284
(83,114,132)
0 Favorites   0 Comments

Color spaces of #537284

RGB 83114132
HSL0.560.230.42
HSV202°37°52°
CMYK 0.370.140.00   0.48
XYZ13.749515.539624.1046
Yxy15.53960.25750.2910
Hunter Lab39.4203-6.7261-8.6603
CIE-Lab46.3646-6.3389-13.4632

#537284 color RGB value is (83,114,132).

#537284 hex color red value is 83, green value is 114 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #537284 hue: 0.56 , saturation: 0.23 and the lightness value of 537284 is 0.42.

The process color (four color CMYK) of #537284 color hex is 0.37, 0.14, 0.00, 0.48. Web safe color of #537284 is #666699. Color #537284 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01110010 10000100
Octal 123 162 204
Decimal 83 114 132
Hex 53 72 84

RGB Percentages of Color #537284

%25.23
%34.65
%40.12

CMYK Percentages of Color #537284

%37
%14
%0
%48

Triadic Colors of #537284

#537284 #845372 #728453

Analogous Colors of #537284

#537284 #535a84 #53847e

Monochromatic Colors of #537284

#537284

Complementary Color

#537284 #846553

#537284 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#537284 Color Preview on White Background

Lorem ipsum dolor sit amet.

#537284 Color CSS Codes

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

#537284 Text Font Color

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

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


#537284 Background Color

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

This div background color is #537284


#537284 Border Color

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

This div border color is #537284


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #537284


Comments

No comments written yet.

Please login to write comment.