Color Hex Logo

#555254 Color Hex

#555254
(85,82,84)
1 Favorites   0 Comments

Color spaces of #555254

RGB 858284
HSL0.890.020.33
HSV320°33°
CMYK 0.000.040.01   0.67
XYZ8.36388.60609.6078
Yxy8.60600.31470.3238
Hunter Lab29.3360-0.44691.1172
CIE-Lab35.21441.6435-0.7393

#555254 color RGB value is (85,82,84).

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

The process color (four color CMYK) of #555254 color hex is 0.00, 0.04, 0.01, 0.67. Web safe color of #555254 is #666666. Color #555254 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01010010 01010100
Octal 125 122 124
Decimal 85 82 84
Hex 55 52 54

RGB Percentages of Color #555254

%33.86
%32.67
%33.47

CMYK Percentages of Color #555254

%0
%4
%1
%67

Triadic Colors of #555254

#555254 #545552 #525455

Analogous Colors of #555254

#555254 #555253 #555255

Monochromatic Colors of #555254

#555254

Complementary Color

#555254 #525553

#555254 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#555254 Color Preview on White Background

Lorem ipsum dolor sit amet.

#555254 Color CSS Codes

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

#555254 Text Font Color

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

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


#555254 Background Color

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

This div background color is #555254


#555254 Border Color

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

This div border color is #555254


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(85,82,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 #555254">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #555254


Comments

No comments written yet.

Please login to write comment.