Color Hex Logo

#555ead Color Hex

#555EAD
(85,94,173)
0 Favorites   0 Comments

Color spaces of #555ead

RGB 8594173
HSL0.650.350.51
HSV234°51°68°
CMYK 0.510.460.00   0.32
XYZ15.291812.953841.2295
Yxy12.95380.22010.1865
Hunter Lab35.991412.8551-42.7250
CIE-Lab42.693618.9528-43.4967

#555ead color RGB value is (85,94,173).

#555ead hex color red value is 85, green value is 94 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #555ead hue: 0.65 , saturation: 0.35 and the lightness value of 555ead is 0.51.

The process color (four color CMYK) of #555ead color hex is 0.51, 0.46, 0.00, 0.32. Web safe color of #555ead is #666699. Color #555ead contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01011110 10101101
Octal 125 136 255
Decimal 85 94 173
Hex 55 5E AD

RGB Percentages of Color #555ead

%24.15
%26.70
%49.15

CMYK Percentages of Color #555ead

%51
%46
%0
%32

Triadic Colors of #555ead

#555ead #ad555e #5ead55

Analogous Colors of #555ead

#555ead #7855ad #558aad

Monochromatic Colors of #555ead

#555ead

Complementary Color

#555ead #ada455

#555ead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#555ead Color Preview on White Background

Lorem ipsum dolor sit amet.

#555ead Color CSS Codes

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

#555ead Text Font Color

<p style="color:#555ead">Text here</p>

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


#555ead Background Color

<div style="background-color:#555ead">
Div content here</div>

This div background color is #555ead


#555ead Border Color

<div style="border:3px solid #555ead">
Div here</div>

This div border color is #555ead


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,94,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #555ead; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #555ead;
  -webkit-box-shadow: 1px 1px 3px 2px #555ead;
  box-shadow:         1px 1px 3px 2px #555ead; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #555ead


Comments

No comments written yet.

Please login to write comment.