Color Hex Logo

#55616a Color Hex

#55616A
(85,97,106)
0 Favorites   0 Comments

Color spaces of #55616a

RGB 8597106
HSL0.570.110.37
HSV206°20°42°
CMYK 0.200.080.00   0.58
XYZ10.622511.521315.2996
Yxy11.52130.28370.3077
Hunter Lab33.9430-3.5386-2.9644
CIE-Lab40.4450-2.4549-6.6580

#55616a color RGB value is (85,97,106).

#55616a hex color red value is 85, green value is 97 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #55616a hue: 0.57 , saturation: 0.11 and the lightness value of 55616a is 0.37.

The process color (four color CMYK) of #55616a color hex is 0.20, 0.08, 0.00, 0.58. Web safe color of #55616a is #666666. Color #55616a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01100001 01101010
Octal 125 141 152
Decimal 85 97 106
Hex 55 61 6A

RGB Percentages of Color #55616a

%29.51
%33.68
%36.81

CMYK Percentages of Color #55616a

%20
%8
%0
%58

Triadic Colors of #55616a

#55616a #6a5561 #616a55

Analogous Colors of #55616a

#55616a #55576a #556a69

Monochromatic Colors of #55616a

#55616a

Complementary Color

#55616a #6a5e55

#55616a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55616a Color Preview on White Background

Lorem ipsum dolor sit amet.

#55616a Color CSS Codes

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

#55616a Text Font Color

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

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


#55616a Background Color

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

This div background color is #55616a


#55616a Border Color

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

This div border color is #55616a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55616a


Comments

No comments written yet.

Please login to write comment.