Color Hex Logo

#537992 Color Hex

#537992
(83,121,146)
0 Favorites   0 Comments

Color spaces of #537992

RGB 83121146
HSL0.570.280.45
HSV204°43°57°
CMYK 0.430.170.00   0.43
XYZ15.593017.589129.7673
Yxy17.58910.24770.2794
Hunter Lab41.9394-7.0278-12.7247
CIE-Lab48.9939-6.4299-17.7461

#537992 color RGB value is (83,121,146).

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

The process color (four color CMYK) of #537992 color hex is 0.43, 0.17, 0.00, 0.43. Web safe color of #537992 is #666699. Color #537992 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01111001 10010010
Octal 123 171 222
Decimal 83 121 146
Hex 53 79 92

RGB Percentages of Color #537992

%23.71
%34.57
%41.71

CMYK Percentages of Color #537992

%43
%17
%0
%43

Triadic Colors of #537992

#537992 #925379 #799253

Analogous Colors of #537992

#537992 #535a92 #53928c

Monochromatic Colors of #537992

#537992

Complementary Color

#537992 #926c53

#537992 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#537992 Color Preview on White Background

Lorem ipsum dolor sit amet.

#537992 Color CSS Codes

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

#537992 Text Font Color

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

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


#537992 Background Color

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

This div background color is #537992


#537992 Border Color

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

This div border color is #537992


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #537992


Comments

No comments written yet.

Please login to write comment.