Color Hex Logo

#556661 Color Hex

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

Color spaces of #556661

RGB 8510297
HSL0.450.090.37
HSV162°17°40°
CMYK 0.170.000.05   0.60
XYZ10.655412.297113.1212
Yxy12.29710.29540.3409
Hunter Lab35.0672-7.12932.3624
CIE-Lab41.6845-7.54930.6687

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

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

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

Base Numbers

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

RGB Percentages of Color #556661

%29.93
%35.92
%34.15

CMYK Percentages of Color #556661

%17
%0
%5
%60

Triadic Colors of #556661

#556661 #615566 #666155

Analogous Colors of #556661

#556661 #556366 #556659

Monochromatic Colors of #556661

#556661

Complementary Color

#556661 #66555a

#556661 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#556661 Color Preview on White Background

Lorem ipsum dolor sit amet.

#556661 Color CSS Codes

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

#556661 Text Font Color

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

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


#556661 Background Color

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

This div background color is #556661


#556661 Border Color

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

This div border color is #556661


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #556661


Comments

No comments written yet.

Please login to write comment.