Color Hex Logo

#55656b Color Hex

#55656B
(85,101,107)
0 Favorites   0 Comments

Color spaces of #55656b

RGB 85101107
HSL0.550.110.38
HSV196°21°42°
CMYK 0.210.060.00   0.58
XYZ11.053812.300215.7015
Yxy12.30020.28300.3149
Hunter Lab35.0716-5.1161-1.9939
CIE-Lab41.6893-4.6021-5.4151

#55656b color RGB value is (85,101,107).

#55656b hex color red value is 85, green value is 101 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #55656b hue: 0.55 , saturation: 0.11 and the lightness value of 55656b is 0.38.

The process color (four color CMYK) of #55656b color hex is 0.21, 0.06, 0.00, 0.58. Web safe color of #55656b is #666666. Color #55656b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01100101 01101011
Octal 125 145 153
Decimal 85 101 107
Hex 55 65 6B

RGB Percentages of Color #55656b

%29.01
%34.47
%36.52

CMYK Percentages of Color #55656b

%21
%6
%0
%58

Triadic Colors of #55656b

#55656b #6b5565 #656b55

Analogous Colors of #55656b

#55656b #555a6b #556b66

Monochromatic Colors of #55656b

#55656b

Complementary Color

#55656b #6b5b55

#55656b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55656b Color Preview on White Background

Lorem ipsum dolor sit amet.

#55656b Color CSS Codes

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

#55656b Text Font Color

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

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


#55656b Background Color

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

This div background color is #55656b


#55656b Border Color

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

This div border color is #55656b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,101,107, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #55656b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #55656b;
  -webkit-box-shadow: 1px 1px 3px 2px #55656b;
  box-shadow:         1px 1px 3px 2px #55656b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55656b

#55656b Color Palettes


Comments

No comments written yet.

Please login to write comment.