Color Hex Logo

#556dad Color Hex

#556DAD
(85,109,173)
0 Favorites   0 Comments

Color spaces of #556dad

RGB 85109173
HSL0.620.350.51
HSV224°51°68°
CMYK 0.510.370.00   0.32
XYZ16.757815.885741.7182
Yxy15.88570.22540.2136
Hunter Lab39.85695.3007-34.1591
CIE-Lab46.82429.5749-36.9444

#556dad color RGB value is (85,109,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 01101101 10101101
Octal 125 155 255
Decimal 85 109 173
Hex 55 6D AD

RGB Percentages of Color #556dad

%23.16
%29.70
%47.14

CMYK Percentages of Color #556dad

%51
%37
%0
%32

Triadic Colors of #556dad

#556dad #ad556d #6dad55

Analogous Colors of #556dad

#556dad #6955ad #5599ad

Monochromatic Colors of #556dad

#556dad

Complementary Color

#556dad #ad9555

#556dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#556dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#556dad Color CSS Codes

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

#556dad Text Font Color

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

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


#556dad Background Color

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

This div background color is #556dad


#556dad Border Color

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

This div border color is #556dad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #556dad


Comments

No comments written yet.

Please login to write comment.