Color Hex Logo

#558dad Color Hex

#558DAD
(85,141,173)
0 Favorites   0 Comments

Color spaces of #558dad

RGB 85141173
HSL0.560.350.51
HSV202°51°68°
CMYK 0.510.180.00   0.32
XYZ20.814023.998243.0703
Yxy23.99820.23680.2731
Hunter Lab48.9880-9.8879-17.8363
CIE-Lab56.0860-9.3392-22.5284

#558dad color RGB value is (85,141,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 10001101 10101101
Octal 125 215 255
Decimal 85 141 173
Hex 55 8D AD

RGB Percentages of Color #558dad

%21.30
%35.34
%43.36

CMYK Percentages of Color #558dad

%51
%18
%0
%32

Triadic Colors of #558dad

#558dad #ad558d #8dad55

Analogous Colors of #558dad

#558dad #5561ad #55ada1

Monochromatic Colors of #558dad

#558dad

Complementary Color

#558dad #ad7555

#558dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#558dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#558dad Color CSS Codes

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

#558dad Text Font Color

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

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


#558dad Background Color

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

This div background color is #558dad


#558dad Border Color

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

This div border color is #558dad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #558dad


Comments

No comments written yet.

Please login to write comment.