Color Hex Logo

#537690 Color Hex

#537690
(83,118,144)
0 Favorites   0 Comments

Color spaces of #537690

RGB 83118144
HSL0.570.270.45
HSV206°42°56°
CMYK 0.420.180.00   0.44
XYZ15.079816.809528.8353
Yxy16.80950.24830.2768
Hunter Lab40.9994-6.0957-12.9997
CIE-Lab48.0191-5.2647-18.0577

#537690 color RGB value is (83,118,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 01110110 10010000
Octal 123 166 220
Decimal 83 118 144
Hex 53 76 90

RGB Percentages of Color #537690

%24.06
%34.20
%41.74

CMYK Percentages of Color #537690

%42
%18
%0
%44

Triadic Colors of #537690

#537690 #905376 #769053

Analogous Colors of #537690

#537690 #535890 #53908c

Monochromatic Colors of #537690

#537690

Complementary Color

#537690 #906d53

#537690 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#537690 Color Preview on White Background

Lorem ipsum dolor sit amet.

#537690 Color CSS Codes

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

#537690 Text Font Color

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

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


#537690 Background Color

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

This div background color is #537690


#537690 Border Color

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

This div border color is #537690


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #537690


Comments

No comments written yet.

Please login to write comment.