Color Hex Logo

#55584d Color Hex

#55584D
(85,88,77)
0 Favorites   0 Comments

Color spaces of #55584d

RGB 858877
HSL0.210.070.32
HSV76°13°35°
CMYK 0.030.000.13   0.65
XYZ8.57569.44668.3926
Yxy9.44660.32470.3576
Hunter Lab30.7353-3.98275.3250
CIE-Lab36.8303-3.46025.9712

#55584d color RGB value is (85,88,77).

#55584d hex color red value is 85, green value is 88 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #55584d hue: 0.21 , saturation: 0.07 and the lightness value of 55584d is 0.32.

The process color (four color CMYK) of #55584d color hex is 0.03, 0.00, 0.13, 0.65. Web safe color of #55584d is #666666. Color #55584d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01011000 01001101
Octal 125 130 115
Decimal 85 88 77
Hex 55 58 4D

RGB Percentages of Color #55584d

%34.00
%35.20
%30.80

CMYK Percentages of Color #55584d

%3
%0
%13
%65

Triadic Colors of #55584d

#55584d #4d5558 #584d55

Analogous Colors of #55584d

#55584d #50584d #58564d

Monochromatic Colors of #55584d

#55584d

Complementary Color

#55584d #504d58

#55584d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55584d Color Preview on White Background

Lorem ipsum dolor sit amet.

#55584d Color CSS Codes

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

#55584d Text Font Color

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

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


#55584d Background Color

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

This div background color is #55584d


#55584d Border Color

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

This div border color is #55584d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,88,77, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #55584d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #55584d;
  -webkit-box-shadow: 1px 1px 3px 2px #55584d;
  box-shadow:         1px 1px 3px 2px #55584d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55584d


Comments

No comments written yet.

Please login to write comment.