Color Hex Logo

#558ead Color Hex

#558EAD
(85,142,173)
0 Favorites   0 Comments

Color spaces of #558ead

RGB 85142173
HSL0.560.350.51
HSV201°51°68°
CMYK 0.510.180.00   0.32
XYZ20.962124.294443.1196
Yxy24.29440.23720.2749
Hunter Lab49.2893-10.3427-17.3659
CIE-Lab56.3814-9.8992-22.0752

#558ead color RGB value is (85,142,173).

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

The process color (four color CMYK) of #558ead color hex is 0.51, 0.18, 0.00, 0.32. Web safe color of #558ead is #669999. Color #558ead contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 10001110 10101101
Octal 125 216 255
Decimal 85 142 173
Hex 55 8E AD

RGB Percentages of Color #558ead

%21.25
%35.50
%43.25

CMYK Percentages of Color #558ead

%51
%18
%0
%32

Triadic Colors of #558ead

#558ead #ad558e #8ead55

Analogous Colors of #558ead

#558ead #5562ad #55ada0

Monochromatic Colors of #558ead

#558ead

Complementary Color

#558ead #ad7455

#558ead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#558ead Color Preview on White Background

Lorem ipsum dolor sit amet.

#558ead Color CSS Codes

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

#558ead Text Font Color

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

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


#558ead Background Color

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

This div background color is #558ead


#558ead Border Color

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

This div border color is #558ead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #558ead


Comments

No comments written yet.

Please login to write comment.