Color Hex Logo

#55797e Color Hex

#55797E
(85,121,126)
0 Favorites   0 Comments

Color spaces of #55797e

RGB 85121126
HSL0.520.190.41
HSV187°33°49°
CMYK 0.330.040.00   0.51
XYZ14.349617.112422.2854
Yxy17.11240.26700.3184
Hunter Lab41.3671-10.4737-2.9839
CIE-Lab48.4013-11.3538-6.8278

#55797e color RGB value is (85,121,126).

#55797e hex color red value is 85, green value is 121 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #55797e hue: 0.52 , saturation: 0.19 and the lightness value of 55797e is 0.41.

The process color (four color CMYK) of #55797e color hex is 0.33, 0.04, 0.00, 0.51. Web safe color of #55797e is #666666. Color #55797e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01111001 01111110
Octal 125 171 176
Decimal 85 121 126
Hex 55 79 7E

RGB Percentages of Color #55797e

%25.60
%36.45
%37.95

CMYK Percentages of Color #55797e

%33
%4
%0
%51

Triadic Colors of #55797e

#55797e #7e5579 #797e55

Analogous Colors of #55797e

#55797e #55657e #557e6f

Monochromatic Colors of #55797e

#55797e

Complementary Color

#55797e #7e5a55

#55797e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55797e Color Preview on White Background

Lorem ipsum dolor sit amet.

#55797e Color CSS Codes

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

#55797e Text Font Color

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

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


#55797e Background Color

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

This div background color is #55797e


#55797e Border Color

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

This div border color is #55797e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(85,121,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 #55797e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55797e


Comments

No comments written yet.

Please login to write comment.