Color Hex Logo

#556e7c Color Hex

#556E7C
(85,110,124)
0 Favorites   0 Comments

Color spaces of #556e7c

RGB 85110124
HSL0.560.190.41
HSV202°31°49°
CMYK 0.310.110.00   0.51
XYZ12.960314.538421.1919
Yxy14.53840.26620.2986
Hunter Lab38.1293-6.0533-6.2624
CIE-Lab44.9954-5.5583-10.7400

#556e7c color RGB value is (85,110,124).

#556e7c hex color red value is 85, green value is 110 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #556e7c hue: 0.56 , saturation: 0.19 and the lightness value of 556e7c is 0.41.

The process color (four color CMYK) of #556e7c color hex is 0.31, 0.11, 0.00, 0.51. Web safe color of #556e7c is #666666. Color #556e7c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01101110 01111100
Octal 125 156 174
Decimal 85 110 124
Hex 55 6E 7C

RGB Percentages of Color #556e7c

%26.65
%34.48
%38.87

CMYK Percentages of Color #556e7c

%31
%11
%0
%51

Triadic Colors of #556e7c

#556e7c #7c556e #6e7c55

Analogous Colors of #556e7c

#556e7c #555b7c #557c77

Monochromatic Colors of #556e7c

#556e7c

Complementary Color

#556e7c #7c6355

#556e7c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#556e7c Color Preview on White Background

Lorem ipsum dolor sit amet.

#556e7c Color CSS Codes

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

#556e7c Text Font Color

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

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


#556e7c Background Color

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

This div background color is #556e7c


#556e7c Border Color

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

This div border color is #556e7c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #556e7c


Comments

No comments written yet.

Please login to write comment.