Color Hex Logo

#55695d Color Hex

#55695D
(85,105,93)
0 Favorites   0 Comments

Color spaces of #55695d

RGB 8510593
HSL0.400.110.37
HSV144°19°41°
CMYK 0.190.000.11   0.59
XYZ10.773712.824812.2635
Yxy12.82480.30040.3576
Hunter Lab35.8117-8.97014.7647
CIE-Lab42.4981-10.16724.2726

#55695d color RGB value is (85,105,93).

#55695d hex color red value is 85, green value is 105 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #55695d hue: 0.40 , saturation: 0.11 and the lightness value of 55695d is 0.37.

The process color (four color CMYK) of #55695d color hex is 0.19, 0.00, 0.11, 0.59. Web safe color of #55695d is #666666. Color #55695d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01101001 01011101
Octal 125 151 135
Decimal 85 105 93
Hex 55 69 5D

RGB Percentages of Color #55695d

%30.04
%37.10
%32.86

CMYK Percentages of Color #55695d

%19
%0
%11
%59

Triadic Colors of #55695d

#55695d #5d5569 #695d55

Analogous Colors of #55695d

#55695d #556967 #576955

Monochromatic Colors of #55695d

#55695d

Complementary Color

#55695d #695561

#55695d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55695d Color Preview on White Background

Lorem ipsum dolor sit amet.

#55695d Color CSS Codes

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

#55695d Text Font Color

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

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


#55695d Background Color

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

This div background color is #55695d


#55695d Border Color

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

This div border color is #55695d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55695d


Comments

No comments written yet.

Please login to write comment.