Color Hex Logo

#555163 Color Hex

#555163
(85,81,99)
0 Favorites   0 Comments

Color spaces of #555163

RGB 858199
HSL0.700.100.35
HSV253°18°39°
CMYK 0.140.180.00   0.61
XYZ8.94098.717013.0157
Yxy8.71700.29150.2842
Hunter Lab29.52462.3870-5.4704
CIE-Lab35.43365.7002-9.8432

#555163 color RGB value is (85,81,99).

#555163 hex color red value is 85, green value is 81 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #555163 hue: 0.70 , saturation: 0.10 and the lightness value of 555163 is 0.35.

The process color (four color CMYK) of #555163 color hex is 0.14, 0.18, 0.00, 0.61. Web safe color of #555163 is #666666. Color #555163 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01010001 01100011
Octal 125 121 143
Decimal 85 81 99
Hex 55 51 63

RGB Percentages of Color #555163

%32.08
%30.57
%37.36

CMYK Percentages of Color #555163

%14
%18
%0
%61

Triadic Colors of #555163

#555163 #635551 #516355

Analogous Colors of #555163

#555163 #5e5163 #515663

Monochromatic Colors of #555163

#555163

Complementary Color

#555163 #5f6351

#555163 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#555163 Color Preview on White Background

Lorem ipsum dolor sit amet.

#555163 Color CSS Codes

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

#555163 Text Font Color

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

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


#555163 Background Color

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

This div background color is #555163


#555163 Border Color

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

This div border color is #555163


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #555163


Comments

No comments written yet.

Please login to write comment.