Color Hex Logo

#55466f Color Hex

#55466F
(85,70,111)
0 Favorites   0 Comments

Color spaces of #55466f

RGB 8570111
HSL0.730.230.35
HSV262°37°44°
CMYK 0.230.370.00   0.56
XYZ8.80577.459316.0146
Yxy7.45930.27280.2311
Hunter Lab27.31179.7555-15.6473
CIE-Lab32.830415.7687-21.3816

#55466f color RGB value is (85,70,111).

#55466f hex color red value is 85, green value is 70 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #55466f hue: 0.73 , saturation: 0.23 and the lightness value of 55466f is 0.35.

The process color (four color CMYK) of #55466f color hex is 0.23, 0.37, 0.00, 0.56. Web safe color of #55466f is #663366. Color #55466f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01000110 01101111
Octal 125 106 157
Decimal 85 70 111
Hex 55 46 6F

RGB Percentages of Color #55466f

%31.95
%26.32
%41.73

CMYK Percentages of Color #55466f

%23
%37
%0
%56

Triadic Colors of #55466f

#55466f #6f5546 #466f55

Analogous Colors of #55466f

#55466f #6a466f #464c6f

Monochromatic Colors of #55466f

#55466f

Complementary Color

#55466f #606f46

#55466f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55466f Color Preview on White Background

Lorem ipsum dolor sit amet.

#55466f Color CSS Codes

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

#55466f Text Font Color

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

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


#55466f Background Color

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

This div background color is #55466f


#55466f Border Color

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

This div border color is #55466f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,70,111, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #55466f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #55466f;
  -webkit-box-shadow: 1px 1px 3px 2px #55466f;
  box-shadow:         1px 1px 3px 2px #55466f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55466f


Comments

No comments written yet.

Please login to write comment.