Color Hex Logo

#5f555e Color Hex

#5F555E
(95,85,94)
0 Favorites   0 Comments

Color spaces of #5f555e

RGB 958594
HSL0.850.060.35
HSV306°11°37°
CMYK 0.000.110.01   0.63
XYZ9.98829.738011.9429
Yxy9.73800.31540.3075
Hunter Lab31.20582.5234-0.8471
CIE-Lab37.36805.9151-3.7232

#5f555e color RGB value is (95,85,94).

#5f555e hex color red value is 95, green value is 85 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #5f555e hue: 0.85 , saturation: 0.06 and the lightness value of 5f555e is 0.35.

The process color (four color CMYK) of #5f555e color hex is 0.00, 0.11, 0.01, 0.63. Web safe color of #5f555e is #666666. Color #5f555e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 01010101 01011110
Octal 137 125 136
Decimal 95 85 94
Hex 5F 55 5E

RGB Percentages of Color #5f555e

%34.67
%31.02
%34.31

CMYK Percentages of Color #5f555e

%0
%11
%1
%63

Triadic Colors of #5f555e

#5f555e #5e5f55 #555e5f

Analogous Colors of #5f555e

#5f555e #5f5559 #5b555f

Monochromatic Colors of #5f555e

#5f555e

Complementary Color

#5f555e #555f56

#5f555e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5f555e Color Preview on White Background

Lorem ipsum dolor sit amet.

#5f555e Color CSS Codes

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

#5f555e Text Font Color

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

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


#5f555e Background Color

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

This div background color is #5f555e


#5f555e Border Color

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

This div border color is #5f555e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(95,85,94, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5f555e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5f555e;
  -webkit-box-shadow: 1px 1px 3px 2px #5f555e;
  box-shadow:         1px 1px 3px 2px #5f555e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5f555e


Comments

No comments written yet.

Please login to write comment.