Color Hex Logo

#55556d Color Hex

#55556D
(85,85,109)
0 Favorites   0 Comments

Color spaces of #55556d

RGB 8585109
HSL0.670.120.38
HSV240°22°43°
CMYK 0.220.220.00   0.57
XYZ9.75519.532415.7938
Yxy9.53240.27810.2717
Hunter Lab30.87462.3681-8.7174
CIE-Lab36.98985.6956-13.7229

#55556d color RGB value is (85,85,109).

#55556d hex color red value is 85, green value is 85 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #55556d hue: 0.67 , saturation: 0.12 and the lightness value of 55556d is 0.38.

The process color (four color CMYK) of #55556d color hex is 0.22, 0.22, 0.00, 0.57. Web safe color of #55556d is #666666. Color #55556d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01010101 01101101
Octal 125 125 155
Decimal 85 85 109
Hex 55 55 6D

RGB Percentages of Color #55556d

%30.47
%30.47
%39.07

CMYK Percentages of Color #55556d

%22
%22
%0
%57

Triadic Colors of #55556d

#55556d #6d5555 #556d55

Analogous Colors of #55556d

#55556d #61556d #55616d

Monochromatic Colors of #55556d

#55556d

Complementary Color

#55556d #6d6d55

#55556d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55556d Color Preview on White Background

Lorem ipsum dolor sit amet.

#55556d Color CSS Codes

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

#55556d Text Font Color

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

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


#55556d Background Color

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

This div background color is #55556d


#55556d Border Color

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

This div border color is #55556d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55556d


Comments

No comments written yet.

Please login to write comment.