Color Hex Logo

#556366 Color Hex

#556366
(85,99,102)
0 Favorites   0 Comments

Color spaces of #556366

RGB 8599102
HSL0.530.090.37
HSV191°17°40°
CMYK 0.170.030.00   0.60
XYZ10.606411.814314.2917
Yxy11.81430.28890.3218
Hunter Lab34.3719-5.0698-0.5922
CIE-Lab40.9194-4.6219-3.5046

#556366 color RGB value is (85,99,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 01100011 01100110
Octal 125 143 146
Decimal 85 99 102
Hex 55 63 66

RGB Percentages of Color #556366

%29.72
%34.62
%35.66

CMYK Percentages of Color #556366

%17
%3
%0
%60

Triadic Colors of #556366

#556366 #665563 #636655

Analogous Colors of #556366

#556366 #555b66 #556661

Monochromatic Colors of #556366

#556366

Complementary Color

#556366 #665855

#556366 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#556366 Color Preview on White Background

Lorem ipsum dolor sit amet.

#556366 Color CSS Codes

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

#556366 Text Font Color

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

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


#556366 Background Color

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

This div background color is #556366


#556366 Border Color

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

This div border color is #556366


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(85,99,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 #556366">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #556366

#556366 Color Palettes


Comments

No comments written yet.

Please login to write comment.