Color Hex Logo

#554791 Color Hex

#554791
(85,71,145)
0 Favorites   0 Comments

Color spaces of #554791

RGB 8571145
HSL0.700.340.42
HSV251°51°57°
CMYK 0.410.510.00   0.43
XYZ11.11048.482127.8397
Yxy8.48210.23420.1788
Hunter Lab29.124017.1281-36.2885
CIE-Lab34.967424.7876-39.0651

#554791 color RGB value is (85,71,145).

#554791 hex color red value is 85, green value is 71 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #554791 hue: 0.70 , saturation: 0.34 and the lightness value of 554791 is 0.42.

The process color (four color CMYK) of #554791 color hex is 0.41, 0.51, 0.00, 0.43. Web safe color of #554791 is #663399. Color #554791 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01000111 10010001
Octal 125 107 221
Decimal 85 71 145
Hex 55 47 91

RGB Percentages of Color #554791

%28.24
%23.59
%48.17

CMYK Percentages of Color #554791

%41
%51
%0
%43

Triadic Colors of #554791

#554791 #915547 #479155

Analogous Colors of #554791

#554791 #7a4791 #475e91

Monochromatic Colors of #554791

#554791

Complementary Color

#554791 #839147

#554791 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#554791 Color Preview on White Background

Lorem ipsum dolor sit amet.

#554791 Color CSS Codes

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

#554791 Text Font Color

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

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


#554791 Background Color

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

This div background color is #554791


#554791 Border Color

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

This div border color is #554791


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #554791


Comments

No comments written yet.

Please login to write comment.