Color Hex Logo

#556166 Color Hex

#556166
(85,97,102)
0 Favorites   0 Comments

Color spaces of #556166

RGB 8597102
HSL0.550.090.37
HSV198°17°40°
CMYK 0.170.050.00   0.60
XYZ10.419311.440014.2294
Yxy11.44000.28870.3170
Hunter Lab33.8231-4.2029-1.2672
CIE-Lab40.3119-3.4269-4.4042

#556166 color RGB value is (85,97,102).

#556166 hex color red value is 85, green value is 97 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #556166 hue: 0.55 , saturation: 0.09 and the lightness value of 556166 is 0.37.

The process color (four color CMYK) of #556166 color hex is 0.17, 0.05, 0.00, 0.60. Web safe color of #556166 is #666666. Color #556166 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01100001 01100110
Octal 125 141 146
Decimal 85 97 102
Hex 55 61 66

RGB Percentages of Color #556166

%29.93
%34.15
%35.92

CMYK Percentages of Color #556166

%17
%5
%0
%60

Triadic Colors of #556166

#556166 #665561 #616655

Analogous Colors of #556166

#556166 #555966 #556663

Monochromatic Colors of #556166

#556166

Complementary Color

#556166 #665a55

#556166 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#556166 Color Preview on White Background

Lorem ipsum dolor sit amet.

#556166 Color CSS Codes

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

#556166 Text Font Color

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

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


#556166 Background Color

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

This div background color is #556166


#556166 Border Color

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

This div border color is #556166


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,97,102, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #556166; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #556166;
  -webkit-box-shadow: 1px 1px 3px 2px #556166;
  box-shadow:         1px 1px 3px 2px #556166; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #556166


Comments

No comments written yet.

Please login to write comment.