Color Hex Logo

#554e71 Color Hex

#554E71
(85,78,113)
0 Favorites   0 Comments

Color spaces of #554e71

RGB 8578113
HSL0.700.180.37
HSV252°31°44°
CMYK 0.250.310.00   0.56
XYZ9.45138.572316.7793
Yxy8.57230.27160.2463
Hunter Lab29.27856.3837-13.4837
CIE-Lab35.147411.1810-19.0411

#554e71 color RGB value is (85,78,113).

#554e71 hex color red value is 85, green value is 78 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #554e71 hue: 0.70 , saturation: 0.18 and the lightness value of 554e71 is 0.37.

The process color (four color CMYK) of #554e71 color hex is 0.25, 0.31, 0.00, 0.56. Web safe color of #554e71 is #666666. Color #554e71 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01001110 01110001
Octal 125 116 161
Decimal 85 78 113
Hex 55 4E 71

RGB Percentages of Color #554e71

%30.80
%28.26
%40.94

CMYK Percentages of Color #554e71

%25
%31
%0
%56

Triadic Colors of #554e71

#554e71 #71554e #4e7155

Analogous Colors of #554e71

#554e71 #674e71 #4e5971

Monochromatic Colors of #554e71

#554e71

Complementary Color

#554e71 #6a714e

#554e71 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#554e71 Color Preview on White Background

Lorem ipsum dolor sit amet.

#554e71 Color CSS Codes

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

#554e71 Text Font Color

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

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


#554e71 Background Color

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

This div background color is #554e71


#554e71 Border Color

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

This div border color is #554e71


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,78,113, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #554e71; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #554e71;
  -webkit-box-shadow: 1px 1px 3px 2px #554e71;
  box-shadow:         1px 1px 3px 2px #554e71; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #554e71


Comments

No comments written yet.

Please login to write comment.