Color Hex Logo

#556daa Color Hex

#556DAA
(85,109,170)
0 Favorites   0 Comments

Color spaces of #556daa

RGB 85109170
HSL0.620.330.50
HSV223°50°67°
CMYK 0.500.360.00   0.33
XYZ16.470715.770940.2062
Yxy15.77090.22730.2177
Hunter Lab39.71264.5354-32.2281
CIE-Lab46.67258.6184-35.4294

#556daa color RGB value is (85,109,170).

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

The process color (four color CMYK) of #556daa color hex is 0.50, 0.36, 0.00, 0.33. Web safe color of #556daa is #666699. Color #556daa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01101101 10101010
Octal 125 155 252
Decimal 85 109 170
Hex 55 6D AA

RGB Percentages of Color #556daa

%23.35
%29.95
%46.70

CMYK Percentages of Color #556daa

%50
%36
%0
%33

Triadic Colors of #556daa

#556daa #aa556d #6daa55

Analogous Colors of #556daa

#556daa #6855aa #5598aa

Monochromatic Colors of #556daa

#556daa

Complementary Color

#556daa #aa9255

#556daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#556daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#556daa Color CSS Codes

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

#556daa Text Font Color

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

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


#556daa Background Color

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

This div background color is #556daa


#556daa Border Color

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

This div border color is #556daa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(85,109,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #556daa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #556daa


Comments

No comments written yet.

Please login to write comment.