Color Hex Logo

#55676e Color Hex

#55676E
(85,103,110)
0 Favorites   0 Comments

Color spaces of #55676e

RGB 85103110
HSL0.550.130.38
HSV197°23°43°
CMYK 0.230.060.00   0.57
XYZ11.411012.757616.6129
Yxy12.75760.27980.3128
Hunter Lab35.7178-5.4795-2.5743
CIE-Lab42.3957-5.0458-6.1884

#55676e color RGB value is (85,103,110).

#55676e hex color red value is 85, green value is 103 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #55676e hue: 0.55 , saturation: 0.13 and the lightness value of 55676e is 0.38.

The process color (four color CMYK) of #55676e color hex is 0.23, 0.06, 0.00, 0.57. Web safe color of #55676e is #666666. Color #55676e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01100111 01101110
Octal 125 147 156
Decimal 85 103 110
Hex 55 67 6E

RGB Percentages of Color #55676e

%28.52
%34.56
%36.91

CMYK Percentages of Color #55676e

%23
%6
%0
%57

Triadic Colors of #55676e

#55676e #6e5567 #676e55

Analogous Colors of #55676e

#55676e #555b6e #556e69

Monochromatic Colors of #55676e

#55676e

Complementary Color

#55676e #6e5c55

#55676e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55676e Color Preview on White Background

Lorem ipsum dolor sit amet.

#55676e Color CSS Codes

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

#55676e Text Font Color

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

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


#55676e Background Color

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

This div background color is #55676e


#55676e Border Color

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

This div border color is #55676e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(85,103,110, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55676e


Comments

No comments written yet.

Please login to write comment.