Color Hex Logo

#53767e Color Hex

#53767E
(83,118,126)
0 Favorites   0 Comments

Color spaces of #53767e

RGB 83118126
HSL0.530.210.41
HSV191°34°49°
CMYK 0.340.060.00   0.51
XYZ13.811616.302222.1574
Yxy16.30220.26420.3119
Hunter Lab40.3760-9.5976-4.2738
CIE-Lab47.3685-10.2716-8.3825

#53767e color RGB value is (83,118,126).

#53767e hex color red value is 83, green value is 118 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #53767e hue: 0.53 , saturation: 0.21 and the lightness value of 53767e is 0.41.

The process color (four color CMYK) of #53767e color hex is 0.34, 0.06, 0.00, 0.51. Web safe color of #53767e is #666666. Color #53767e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01110110 01111110
Octal 123 166 176
Decimal 83 118 126
Hex 53 76 7E

RGB Percentages of Color #53767e

%25.38
%36.09
%38.53

CMYK Percentages of Color #53767e

%34
%6
%0
%51

Triadic Colors of #53767e

#53767e #7e5376 #767e53

Analogous Colors of #53767e

#53767e #53617e #537e71

Monochromatic Colors of #53767e

#53767e

Complementary Color

#53767e #7e5b53

#53767e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53767e Color Preview on White Background

Lorem ipsum dolor sit amet.

#53767e Color CSS Codes

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

#53767e Text Font Color

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

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


#53767e Background Color

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

This div background color is #53767e


#53767e Border Color

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

This div border color is #53767e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53767e


Comments

No comments written yet.

Please login to write comment.