Color Hex Logo

#556d9c Color Hex

#556D9C
(85,109,156)
0 Favorites   0 Comments

Color spaces of #556d9c

RGB 85109156
HSL0.610.290.47
HSV220°46°61°
CMYK 0.460.300.00   0.39
XYZ15.215715.268933.5977
Yxy15.26890.23740.2383
Hunter Lab39.07541.1246-23.6257
CIE-Lab46.00034.2477-28.2520

#556d9c color RGB value is (85,109,156).

#556d9c hex color red value is 85, green value is 109 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #556d9c hue: 0.61 , saturation: 0.29 and the lightness value of 556d9c is 0.47.

The process color (four color CMYK) of #556d9c color hex is 0.46, 0.30, 0.00, 0.39. Web safe color of #556d9c is #666699. Color #556d9c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01101101 10011100
Octal 125 155 234
Decimal 85 109 156
Hex 55 6D 9C

RGB Percentages of Color #556d9c

%24.29
%31.14
%44.57

CMYK Percentages of Color #556d9c

%46
%30
%0
%39

Triadic Colors of #556d9c

#556d9c #9c556d #6d9c55

Analogous Colors of #556d9c

#556d9c #60559c #55919c

Monochromatic Colors of #556d9c

#556d9c

Complementary Color

#556d9c #9c8455

#556d9c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#556d9c Color Preview on White Background

Lorem ipsum dolor sit amet.

#556d9c Color CSS Codes

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

#556d9c Text Font Color

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

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


#556d9c Background Color

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

This div background color is #556d9c


#556d9c Border Color

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

This div border color is #556d9c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #556d9c


Comments

No comments written yet.

Please login to write comment.