Color Hex Logo

#554d66 Color Hex

#554D66
(85,77,102)
0 Favorites   0 Comments

Color spaces of #554d66

RGB 8577102
HSL0.720.140.35
HSV259°25°40°
CMYK 0.170.250.00   0.60
XYZ8.79858.198413.6891
Yxy8.19840.28670.2672
Hunter Lab28.63284.7432-8.3030
CIE-Lab34.39278.9731-13.3085

#554d66 color RGB value is (85,77,102).

#554d66 hex color red value is 85, green value is 77 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #554d66 hue: 0.72 , saturation: 0.14 and the lightness value of 554d66 is 0.35.

The process color (four color CMYK) of #554d66 color hex is 0.17, 0.25, 0.00, 0.60. Web safe color of #554d66 is #666666. Color #554d66 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01001101 01100110
Octal 125 115 146
Decimal 85 77 102
Hex 55 4D 66

RGB Percentages of Color #554d66

%32.20
%29.17
%38.64

CMYK Percentages of Color #554d66

%17
%25
%0
%60

Triadic Colors of #554d66

#554d66 #66554d #4d6655

Analogous Colors of #554d66

#554d66 #624d66 #4d5266

Monochromatic Colors of #554d66

#554d66

Complementary Color

#554d66 #5e664d

#554d66 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#554d66 Color Preview on White Background

Lorem ipsum dolor sit amet.

#554d66 Color CSS Codes

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

#554d66 Text Font Color

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

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


#554d66 Background Color

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

This div background color is #554d66


#554d66 Border Color

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

This div border color is #554d66


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,77,102, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #554d66; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #554d66;
  -webkit-box-shadow: 1px 1px 3px 2px #554d66;
  box-shadow:         1px 1px 3px 2px #554d66; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #554d66


Comments

No comments written yet.

Please login to write comment.