Color Hex Logo

#55698e Color Hex

#55698E
(85,105,142)
0 Favorites   0 Comments

Color spaces of #55698e

RGB 85105142
HSL0.610.250.45
HSV219°40°56°
CMYK 0.400.260.00   0.44
XYZ13.680413.987427.5700
Yxy13.98740.24770.2532
Hunter Lab37.3997-0.1562-17.5271
CIE-Lab44.21492.4867-22.7099

#55698e color RGB value is (85,105,142).

#55698e hex color red value is 85, green value is 105 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #55698e hue: 0.61 , saturation: 0.25 and the lightness value of 55698e is 0.45.

The process color (four color CMYK) of #55698e color hex is 0.40, 0.26, 0.00, 0.44. Web safe color of #55698e is #666699. Color #55698e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01101001 10001110
Octal 125 151 216
Decimal 85 105 142
Hex 55 69 8E

RGB Percentages of Color #55698e

%25.60
%31.63
%42.77

CMYK Percentages of Color #55698e

%40
%26
%0
%44

Triadic Colors of #55698e

#55698e #8e5569 #698e55

Analogous Colors of #55698e

#55698e #5d558e #55868e

Monochromatic Colors of #55698e

#55698e

Complementary Color

#55698e #8e7a55

#55698e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55698e Color Preview on White Background

Lorem ipsum dolor sit amet.

#55698e Color CSS Codes

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

#55698e Text Font Color

<p style="color:#55698e">Text here</p>

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


#55698e Background Color

<div style="background-color:#55698e">
Div content here</div>

This div background color is #55698e


#55698e Border Color

<div style="border:3px solid #55698e">
Div here</div>

This div border color is #55698e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55698e


Comments

No comments written yet.

Please login to write comment.