Color Hex Logo

#555861 Color Hex

#555861
(85,88,97)
0 Favorites   0 Comments

Color spaces of #555861

RGB 858897
HSL0.630.070.36
HSV225°12°38°
CMYK 0.120.090.00   0.62
XYZ9.39379.773812.7007
Yxy9.77380.29480.3067
Hunter Lab31.2631-1.0760-2.2026
CIE-Lab37.43340.8563-5.5941

#555861 color RGB value is (85,88,97).

#555861 hex color red value is 85, green value is 88 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #555861 hue: 0.63 , saturation: 0.07 and the lightness value of 555861 is 0.36.

The process color (four color CMYK) of #555861 color hex is 0.12, 0.09, 0.00, 0.62. Web safe color of #555861 is #666666. Color #555861 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01011000 01100001
Octal 125 130 141
Decimal 85 88 97
Hex 55 58 61

RGB Percentages of Color #555861

%31.48
%32.59
%35.93

CMYK Percentages of Color #555861

%12
%9
%0
%62

Triadic Colors of #555861

#555861 #615558 #586155

Analogous Colors of #555861

#555861 #585561 #555e61

Monochromatic Colors of #555861

#555861

Complementary Color

#555861 #615e55

#555861 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#555861 Color Preview on White Background

Lorem ipsum dolor sit amet.

#555861 Color CSS Codes

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

#555861 Text Font Color

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

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


#555861 Background Color

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

This div background color is #555861


#555861 Border Color

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

This div border color is #555861


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #555861


Comments

No comments written yet.

Please login to write comment.