Color Hex Logo

#556fad Color Hex

#556FAD
(85,111,173)
0 Favorites   0 Comments

Color spaces of #556fad

RGB 85111173
HSL0.620.350.51
HSV222°51°68°
CMYK 0.510.360.00   0.32
XYZ16.973616.317341.7901
Yxy16.31730.22610.2173
Hunter Lab40.39474.3139-33.0619
CIE-Lab47.38818.3427-36.0556

#556fad color RGB value is (85,111,173).

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

The process color (four color CMYK) of #556fad color hex is 0.51, 0.36, 0.00, 0.32. Web safe color of #556fad is #666699. Color #556fad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01101111 10101101
Octal 125 157 255
Decimal 85 111 173
Hex 55 6F AD

RGB Percentages of Color #556fad

%23.04
%30.08
%46.88

CMYK Percentages of Color #556fad

%51
%36
%0
%32

Triadic Colors of #556fad

#556fad #ad556f #6fad55

Analogous Colors of #556fad

#556fad #6755ad #559bad

Monochromatic Colors of #556fad

#556fad

Complementary Color

#556fad #ad9355

#556fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#556fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#556fad Color CSS Codes

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

#556fad Text Font Color

<p style="color:#556fad">Text here</p>

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


#556fad Background Color

<div style="background-color:#556fad">
Div content here</div>

This div background color is #556fad


#556fad Border Color

<div style="border:3px solid #556fad">
Div here</div>

This div border color is #556fad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #556fad


Comments

No comments written yet.

Please login to write comment.