Color Hex Logo

#55788d Color Hex

#55788D
(85,120,141)
0 Favorites   0 Comments

Color spaces of #55788d

RGB 85120141
HSL0.560.250.44
HSV203°40°55°
CMYK 0.400.150.00   0.45
XYZ15.270517.287327.7312
Yxy17.28730.25330.2867
Hunter Lab41.5780-7.2032-10.4399
CIE-Lab48.6200-6.7186-15.3610

#55788d color RGB value is (85,120,141).

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

The process color (four color CMYK) of #55788d color hex is 0.40, 0.15, 0.00, 0.45. Web safe color of #55788d is #666699. Color #55788d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01111000 10001101
Octal 125 170 215
Decimal 85 120 141
Hex 55 78 8D

RGB Percentages of Color #55788d

%24.57
%34.68
%40.75

CMYK Percentages of Color #55788d

%40
%15
%0
%45

Triadic Colors of #55788d

#55788d #8d5578 #788d55

Analogous Colors of #55788d

#55788d #555c8d #558d86

Monochromatic Colors of #55788d

#55788d

Complementary Color

#55788d #8d6a55

#55788d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55788d Color Preview on White Background

Lorem ipsum dolor sit amet.

#55788d Color CSS Codes

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

#55788d Text Font Color

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

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


#55788d Background Color

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

This div background color is #55788d


#55788d Border Color

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

This div border color is #55788d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(85,120,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 #55788d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55788d


Comments

No comments written yet.

Please login to write comment.