Color Hex Logo

#55798d Color Hex

#55798D
(85,121,141)
0 Favorites   0 Comments

Color spaces of #55798d

RGB 85121141
HSL0.560.250.44
HSV201°40°55°
CMYK 0.400.140.00   0.45
XYZ15.391417.529127.7715
Yxy17.52910.25360.2888
Hunter Lab41.8678-7.6485-10.0205
CIE-Lab48.9199-7.2958-14.9053

#55798d color RGB value is (85,121,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 01111001 10001101
Octal 125 171 215
Decimal 85 121 141
Hex 55 79 8D

RGB Percentages of Color #55798d

%24.50
%34.87
%40.63

CMYK Percentages of Color #55798d

%40
%14
%0
%45

Triadic Colors of #55798d

#55798d #8d5579 #798d55

Analogous Colors of #55798d

#55798d #555d8d #558d85

Monochromatic Colors of #55798d

#55798d

Complementary Color

#55798d #8d6955

#55798d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55798d Color Preview on White Background

Lorem ipsum dolor sit amet.

#55798d Color CSS Codes

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

#55798d Text Font Color

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

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


#55798d Background Color

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

This div background color is #55798d


#55798d Border Color

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

This div border color is #55798d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55798d


Comments

No comments written yet.

Please login to write comment.