Color Hex Logo

#555950 Color Hex

#555950
(85,89,80)
0 Favorites   0 Comments

Color spaces of #555950

RGB 858980
HSL0.240.050.33
HSV87°10°35°
CMYK 0.040.000.10   0.65
XYZ8.76679.65528.9910
Yxy9.65520.31980.3522
Hunter Lab31.0728-4.01654.5953
CIE-Lab37.2163-3.47064.6601

#555950 color RGB value is (85,89,80).

#555950 hex color red value is 85, green value is 89 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #555950 hue: 0.24 , saturation: 0.05 and the lightness value of 555950 is 0.33.

The process color (four color CMYK) of #555950 color hex is 0.04, 0.00, 0.10, 0.65. Web safe color of #555950 is #666666. Color #555950 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01011001 01010000
Octal 125 131 120
Decimal 85 89 80
Hex 55 59 50

RGB Percentages of Color #555950

%33.46
%35.04
%31.50

CMYK Percentages of Color #555950

%4
%0
%10
%65

Triadic Colors of #555950

#555950 #505559 #595055

Analogous Colors of #555950

#555950 #515950 #595950

Monochromatic Colors of #555950

#555950

Complementary Color

#555950 #545059

#555950 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#555950 Color Preview on White Background

Lorem ipsum dolor sit amet.

#555950 Color CSS Codes

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

#555950 Text Font Color

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

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


#555950 Background Color

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

This div background color is #555950


#555950 Border Color

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

This div border color is #555950


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #555950


Comments

No comments written yet.

Please login to write comment.