Color Hex Logo

#556162 Color Hex

#556162
(85,97,98)
0 Favorites   0 Comments

Color spaces of #556162

RGB 859798
HSL0.510.070.36
HSV185°13°38°
CMYK 0.130.010.00   0.62
XYZ10.225611.362513.2095
Yxy11.36250.29390.3265
Hunter Lab33.7083-4.84060.3614
CIE-Lab40.1844-4.3697-2.1387

#556162 color RGB value is (85,97,98).

#556162 hex color red value is 85, green value is 97 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #556162 hue: 0.51 , saturation: 0.07 and the lightness value of 556162 is 0.36.

The process color (four color CMYK) of #556162 color hex is 0.13, 0.01, 0.00, 0.62. Web safe color of #556162 is #666666. Color #556162 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01100001 01100010
Octal 125 141 142
Decimal 85 97 98
Hex 55 61 62

RGB Percentages of Color #556162

%30.36
%34.64
%35.00

CMYK Percentages of Color #556162

%13
%1
%0
%62

Triadic Colors of #556162

#556162 #625561 #616255

Analogous Colors of #556162

#556162 #555b62 #55625d

Monochromatic Colors of #556162

#556162

Complementary Color

#556162 #625655

#556162 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#556162 Color Preview on White Background

Lorem ipsum dolor sit amet.

#556162 Color CSS Codes

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

#556162 Text Font Color

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

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


#556162 Background Color

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

This div background color is #556162


#556162 Border Color

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

This div border color is #556162


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #556162


Comments

No comments written yet.

Please login to write comment.