Color Hex Logo

#554986 Color Hex

#554986
(85,73,134)
0 Favorites   0 Comments

Color spaces of #554986

RGB 8573134
HSL0.700.290.41
HSV252°46°53°
CMYK 0.370.460.00   0.47
XYZ10.43198.417623.6292
Yxy8.41760.24560.1982
Hunter Lab29.013113.4082-27.9785
CIE-Lab34.837920.2643-32.5361

#554986 color RGB value is (85,73,134).

#554986 hex color red value is 85, green value is 73 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #554986 hue: 0.70 , saturation: 0.29 and the lightness value of 554986 is 0.41.

The process color (four color CMYK) of #554986 color hex is 0.37, 0.46, 0.00, 0.47. Web safe color of #554986 is #663399. Color #554986 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01001001 10000110
Octal 125 111 206
Decimal 85 73 134
Hex 55 49 86

RGB Percentages of Color #554986

%29.11
%25.00
%45.89

CMYK Percentages of Color #554986

%37
%46
%0
%47

Triadic Colors of #554986

#554986 #865549 #498655

Analogous Colors of #554986

#554986 #744986 #495c86

Monochromatic Colors of #554986

#554986

Complementary Color

#554986 #7a8649

#554986 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#554986 Color Preview on White Background

Lorem ipsum dolor sit amet.

#554986 Color CSS Codes

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

#554986 Text Font Color

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

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


#554986 Background Color

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

This div background color is #554986


#554986 Border Color

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

This div border color is #554986


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #554986


Comments

No comments written yet.

Please login to write comment.