Color Hex Logo

#558cad Color Hex

#558CAD
(85,140,173)
0 Favorites   0 Comments

Color spaces of #558cad

RGB 85140173
HSL0.560.350.51
HSV203°51°68°
CMYK 0.510.190.00   0.32
XYZ20.667223.704643.0213
Yxy23.70460.23650.2712
Hunter Lab48.6874-9.4318-18.3089
CIE-Lab55.7908-8.7771-22.9816

#558cad color RGB value is (85,140,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 10001100 10101101
Octal 125 214 255
Decimal 85 140 173
Hex 55 8C AD

RGB Percentages of Color #558cad

%21.36
%35.18
%43.47

CMYK Percentages of Color #558cad

%51
%19
%0
%32

Triadic Colors of #558cad

#558cad #ad558c #8cad55

Analogous Colors of #558cad

#558cad #5560ad #55ada2

Monochromatic Colors of #558cad

#558cad

Complementary Color

#558cad #ad7655

#558cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#558cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#558cad Color CSS Codes

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

#558cad Text Font Color

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

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


#558cad Background Color

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

This div background color is #558cad


#558cad Border Color

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

This div border color is #558cad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #558cad


Comments

No comments written yet.

Please login to write comment.