Color Hex Logo

#537779 Color Hex

#537779
(83,119,121)
1 Favorites   0 Comments

Color spaces of #537779

RGB 83119121
HSL0.510.190.40
HSV183°31°47°
CMYK 0.310.020.00   0.53
XYZ13.615316.413120.5396
Yxy16.41310.26920.3246
Hunter Lab40.5131-10.9091-1.7001
CIE-Lab47.5119-12.1408-5.1996

#537779 color RGB value is (83,119,121).

#537779 hex color red value is 83, green value is 119 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #537779 hue: 0.51 , saturation: 0.19 and the lightness value of 537779 is 0.40.

The process color (four color CMYK) of #537779 color hex is 0.31, 0.02, 0.00, 0.53. Web safe color of #537779 is #666666. Color #537779 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01110111 01111001
Octal 123 167 171
Decimal 83 119 121
Hex 53 77 79

RGB Percentages of Color #537779

%25.70
%36.84
%37.46

CMYK Percentages of Color #537779

%31
%2
%0
%53

Triadic Colors of #537779

#537779 #795377 #777953

Analogous Colors of #537779

#537779 #536479 #537968

Monochromatic Colors of #537779

#537779

Complementary Color

#537779 #795553

#537779 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#537779 Color Preview on White Background

Lorem ipsum dolor sit amet.

#537779 Color CSS Codes

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

#537779 Text Font Color

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

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


#537779 Background Color

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

This div background color is #537779


#537779 Border Color

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

This div border color is #537779


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #537779


Comments

No comments written yet.

Please login to write comment.