Color Hex Logo

#537190 Color Hex

#537190
(83,113,144)
0 Favorites   0 Comments

Color spaces of #537190

RGB 83113144
HSL0.580.270.45
HSV210°42°56°
CMYK 0.420.220.00   0.44
XYZ14.506415.662928.6442
Yxy15.66290.24670.2663
Hunter Lab39.5764-3.8309-15.2089
CIE-Lab46.5291-2.3174-20.3423

#537190 color RGB value is (83,113,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 01110001 10010000
Octal 123 161 220
Decimal 83 113 144
Hex 53 71 90

RGB Percentages of Color #537190

%24.41
%33.24
%42.35

CMYK Percentages of Color #537190

%42
%22
%0
%44

Triadic Colors of #537190

#537190 #905371 #719053

Analogous Colors of #537190

#537190 #545390 #539090

Monochromatic Colors of #537190

#537190

Complementary Color

#537190 #907253

#537190 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#537190 Color Preview on White Background

Lorem ipsum dolor sit amet.

#537190 Color CSS Codes

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

#537190 Text Font Color

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

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


#537190 Background Color

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

This div background color is #537190


#537190 Border Color

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

This div border color is #537190


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #537190


Comments

No comments written yet.

Please login to write comment.