Color Hex Logo

#554960 Color Hex

#554960
(85,73,96)
0 Favorites   0 Comments

Color spaces of #554960

RGB 857396
HSL0.750.140.33
HSV271°24°38°
CMYK 0.110.240.00   0.62
XYZ8.24027.540912.0876
Yxy7.54090.29570.2706
Hunter Lab27.46075.5067-6.8757
CIE-Lab33.007910.0533-11.6258

#554960 color RGB value is (85,73,96).

#554960 hex color red value is 85, green value is 73 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #554960 hue: 0.75 , saturation: 0.14 and the lightness value of 554960 is 0.33.

The process color (four color CMYK) of #554960 color hex is 0.11, 0.24, 0.00, 0.62. Web safe color of #554960 is #663366. Color #554960 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01001001 01100000
Octal 125 111 140
Decimal 85 73 96
Hex 55 49 60

RGB Percentages of Color #554960

%33.46
%28.74
%37.80

CMYK Percentages of Color #554960

%11
%24
%0
%62

Triadic Colors of #554960

#554960 #605549 #496055

Analogous Colors of #554960

#554960 #604960 #4a4960

Monochromatic Colors of #554960

#554960

Complementary Color

#554960 #546049

#554960 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#554960 Color Preview on White Background

Lorem ipsum dolor sit amet.

#554960 Color CSS Codes

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

#554960 Text Font Color

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

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


#554960 Background Color

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

This div background color is #554960


#554960 Border Color

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

This div border color is #554960


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #554960


Comments

No comments written yet.

Please login to write comment.