Color Hex Logo

#555676 Color Hex

#555676
(85,86,118)
0 Favorites   0 Comments

Color spaces of #555676

RGB 8586118
HSL0.660.160.40
HSV238°28°46°
CMYK 0.280.270.00   0.54
XYZ10.34419.894918.5042
Yxy9.89490.26700.2554
Hunter Lab31.45623.6500-12.8582
CIE-Lab37.65317.4561-18.2760

#555676 color RGB value is (85,86,118).

#555676 hex color red value is 85, green value is 86 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #555676 hue: 0.66 , saturation: 0.16 and the lightness value of 555676 is 0.40.

The process color (four color CMYK) of #555676 color hex is 0.28, 0.27, 0.00, 0.54. Web safe color of #555676 is #666666. Color #555676 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01010110 01110110
Octal 125 126 166
Decimal 85 86 118
Hex 55 56 76

RGB Percentages of Color #555676

%29.41
%29.76
%40.83

CMYK Percentages of Color #555676

%28
%27
%0
%54

Triadic Colors of #555676

#555676 #765556 #567655

Analogous Colors of #555676

#555676 #655576 #556776

Monochromatic Colors of #555676

#555676

Complementary Color

#555676 #767555

#555676 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#555676 Color Preview on White Background

Lorem ipsum dolor sit amet.

#555676 Color CSS Codes

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

#555676 Text Font Color

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

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


#555676 Background Color

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

This div background color is #555676


#555676 Border Color

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

This div border color is #555676


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,86,118, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #555676; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #555676;
  -webkit-box-shadow: 1px 1px 3px 2px #555676;
  box-shadow:         1px 1px 3px 2px #555676; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #555676


Comments

No comments written yet.

Please login to write comment.