Color Hex Logo

#554e51 Color Hex

#554E51
(85,78,81)
0 Favorites   0 Comments

Color spaces of #554e51

RGB 857881
HSL0.930.040.32
HSV334°33°
CMYK 0.000.080.05   0.67
XYZ7.95597.97428.9044
Yxy7.97420.32040.3211
Hunter Lab28.23860.87271.0713
CIE-Lab33.92913.5076-0.7270

#554e51 color RGB value is (85,78,81).

#554e51 hex color red value is 85, green value is 78 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #554e51 hue: 0.93 , saturation: 0.04 and the lightness value of 554e51 is 0.32.

The process color (four color CMYK) of #554e51 color hex is 0.00, 0.08, 0.05, 0.67. Web safe color of #554e51 is #666666. Color #554e51 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01001110 01010001
Octal 125 116 121
Decimal 85 78 81
Hex 55 4E 51

RGB Percentages of Color #554e51

%34.84
%31.97
%33.20

CMYK Percentages of Color #554e51

%0
%8
%5
%67

Triadic Colors of #554e51

#554e51 #51554e #4e5155

Analogous Colors of #554e51

#554e51 #554f4e #554e55

Monochromatic Colors of #554e51

#554e51

Complementary Color

#554e51 #4e5552

#554e51 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#554e51 Color Preview on White Background

Lorem ipsum dolor sit amet.

#554e51 Color CSS Codes

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

#554e51 Text Font Color

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

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


#554e51 Background Color

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

This div background color is #554e51


#554e51 Border Color

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

This div border color is #554e51


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #554e51


Comments

No comments written yet.

Please login to write comment.