Color Hex Logo

#55808d Color Hex

#55808D
(85,128,141)
0 Favorites   0 Comments

Color spaces of #55808d

RGB 85128141
HSL0.540.250.44
HSV194°40°55°
CMYK 0.400.090.00   0.45
XYZ16.273219.292728.0655
Yxy19.29270.25570.3032
Hunter Lab43.9235-10.7336-7.1377
CIE-Lab51.0279-11.2737-11.7168

#55808d color RGB value is (85,128,141).

#55808d hex color red value is 85, green value is 128 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #55808d hue: 0.54 , saturation: 0.25 and the lightness value of 55808d is 0.44.

The process color (four color CMYK) of #55808d color hex is 0.40, 0.09, 0.00, 0.45. Web safe color of #55808d is #669999. Color #55808d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 10000000 10001101
Octal 125 200 215
Decimal 85 128 141
Hex 55 80 8D

RGB Percentages of Color #55808d

%24.01
%36.16
%39.83

CMYK Percentages of Color #55808d

%40
%9
%0
%45

Triadic Colors of #55808d

#55808d #8d5580 #808d55

Analogous Colors of #55808d

#55808d #55648d #558d7e

Monochromatic Colors of #55808d

#55808d

Complementary Color

#55808d #8d6255

#55808d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55808d Color Preview on White Background

Lorem ipsum dolor sit amet.

#55808d Color CSS Codes

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

#55808d Text Font Color

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

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


#55808d Background Color

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

This div background color is #55808d


#55808d Border Color

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

This div border color is #55808d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55808d


Comments

No comments written yet.

Please login to write comment.