Color Hex Logo

#555457 Color Hex

#555457
(85,84,87)
0 Favorites   0 Comments

Color spaces of #555457

RGB 858487
HSL0.720.020.34
HSV260°34°
CMYK 0.020.030.00   0.66
XYZ8.63698.960110.2911
Yxy8.96010.30970.3213
Hunter Lab29.9334-0.87960.5695
CIE-Lab35.90741.0511-1.6071

#555457 color RGB value is (85,84,87).

#555457 hex color red value is 85, green value is 84 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #555457 hue: 0.72 , saturation: 0.02 and the lightness value of 555457 is 0.34.

The process color (four color CMYK) of #555457 color hex is 0.02, 0.03, 0.00, 0.66. Web safe color of #555457 is #666666. Color #555457 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01010100 01010111
Octal 125 124 127
Decimal 85 84 87
Hex 55 54 57

RGB Percentages of Color #555457

%33.20
%32.81
%33.98

CMYK Percentages of Color #555457

%2
%3
%0
%66

Triadic Colors of #555457

#555457 #575554 #545755

Analogous Colors of #555457

#555457 #575457 #545557

Monochromatic Colors of #555457

#555457

Complementary Color

#555457 #565754

#555457 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#555457 Color Preview on White Background

Lorem ipsum dolor sit amet.

#555457 Color CSS Codes

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

#555457 Text Font Color

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

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


#555457 Background Color

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

This div background color is #555457


#555457 Border Color

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

This div border color is #555457


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #555457


Comments

No comments written yet.

Please login to write comment.