Color Hex Logo

#556869 Color Hex

#556869
(85,104,105)
0 Favorites   0 Comments

Color spaces of #556869

RGB 85104105
HSL0.510.110.37
HSV183°19°41°
CMYK 0.190.010.00   0.59
XYZ11.246412.851815.2525
Yxy12.85180.28580.3266
Hunter Lab35.8494-6.7388-0.1310
CIE-Lab42.5391-6.8556-2.9406

#556869 color RGB value is (85,104,105).

#556869 hex color red value is 85, green value is 104 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #556869 hue: 0.51 , saturation: 0.11 and the lightness value of 556869 is 0.37.

The process color (four color CMYK) of #556869 color hex is 0.19, 0.01, 0.00, 0.59. Web safe color of #556869 is #666666. Color #556869 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01101000 01101001
Octal 125 150 151
Decimal 85 104 105
Hex 55 68 69

RGB Percentages of Color #556869

%28.91
%35.37
%35.71

CMYK Percentages of Color #556869

%19
%1
%0
%59

Triadic Colors of #556869

#556869 #695568 #686955

Analogous Colors of #556869

#556869 #555e69 #556960

Monochromatic Colors of #556869

#556869

Complementary Color

#556869 #695655

#556869 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#556869 Color Preview on White Background

Lorem ipsum dolor sit amet.

#556869 Color CSS Codes

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

#556869 Text Font Color

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

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


#556869 Background Color

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

This div background color is #556869


#556869 Border Color

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

This div border color is #556869


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #556869


Comments

No comments written yet.

Please login to write comment.