Color Hex Logo

#538797 Color Hex

#538797
(83,135,151)
0 Favorites   0 Comments

Color spaces of #538797

RGB 83135151
HSL0.540.290.46
HSV194°45°59°
CMYK 0.450.110.00   0.41
XYZ17.817221.401332.4700
Yxy21.40130.24850.2985
Hunter Lab46.2615-12.2101-9.2313
CIE-Lab53.3859-12.9207-13.9889

#538797 color RGB value is (83,135,151).

#538797 hex color red value is 83, green value is 135 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #538797 hue: 0.54 , saturation: 0.29 and the lightness value of 538797 is 0.46.

The process color (four color CMYK) of #538797 color hex is 0.45, 0.11, 0.00, 0.41. Web safe color of #538797 is #669999. Color #538797 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 10000111 10010111
Octal 123 207 227
Decimal 83 135 151
Hex 53 87 97

RGB Percentages of Color #538797

%22.49
%36.59
%40.92

CMYK Percentages of Color #538797

%45
%11
%0
%41

Triadic Colors of #538797

#538797 #975387 #879753

Analogous Colors of #538797

#538797 #536597 #539785

Monochromatic Colors of #538797

#538797

Complementary Color

#538797 #976353

#538797 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#538797 Color Preview on White Background

Lorem ipsum dolor sit amet.

#538797 Color CSS Codes

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

#538797 Text Font Color

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

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


#538797 Background Color

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

This div background color is #538797


#538797 Border Color

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

This div border color is #538797


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #538797


Comments

No comments written yet.

Please login to write comment.