Color Hex Logo

#554954 Color Hex

#554954
(85,73,84)
0 Favorites   0 Comments

Color spaces of #554954

RGB 857384
HSL0.850.080.31
HSV305°14°33°
CMYK 0.000.140.01   0.67
XYZ7.72917.33659.3962
Yxy7.33650.31600.2999
Hunter Lab27.08603.5353-1.6077
CIE-Lab32.56107.3062-4.6555

#554954 color RGB value is (85,73,84).

#554954 hex color red value is 85, green value is 73 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #554954 hue: 0.85 , saturation: 0.08 and the lightness value of 554954 is 0.31.

The process color (four color CMYK) of #554954 color hex is 0.00, 0.14, 0.01, 0.67. Web safe color of #554954 is #663366. Color #554954 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01001001 01010100
Octal 125 111 124
Decimal 85 73 84
Hex 55 49 54

RGB Percentages of Color #554954

%35.12
%30.17
%34.71

CMYK Percentages of Color #554954

%0
%14
%1
%67

Triadic Colors of #554954

#554954 #545549 #495455

Analogous Colors of #554954

#554954 #55494e #504955

Monochromatic Colors of #554954

#554954

Complementary Color

#554954 #49554a

#554954 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#554954 Color Preview on White Background

Lorem ipsum dolor sit amet.

#554954 Color CSS Codes

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

#554954 Text Font Color

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

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


#554954 Background Color

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

This div background color is #554954


#554954 Border Color

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

This div border color is #554954


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #554954


Comments

No comments written yet.

Please login to write comment.