Color Hex Logo

#554992 Color Hex

#554992
(85,73,146)
0 Favorites   0 Comments

Color spaces of #554992

RGB 8573146
HSL0.690.330.43
HSV250°50°57°
CMYK 0.420.500.00   0.43
XYZ11.31728.771728.2908
Yxy8.77170.23390.1813
Hunter Lab29.617116.3782-35.9030
CIE-Lab35.541023.8228-38.7581

#554992 color RGB value is (85,73,146).

#554992 hex color red value is 85, green value is 73 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #554992 hue: 0.69 , saturation: 0.33 and the lightness value of 554992 is 0.43.

The process color (four color CMYK) of #554992 color hex is 0.42, 0.50, 0.00, 0.43. Web safe color of #554992 is #663399. Color #554992 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01001001 10010010
Octal 125 111 222
Decimal 85 73 146
Hex 55 49 92

RGB Percentages of Color #554992

%27.96
%24.01
%48.03

CMYK Percentages of Color #554992

%42
%50
%0
%43

Triadic Colors of #554992

#554992 #925549 #499255

Analogous Colors of #554992

#554992 #7a4992 #496292

Monochromatic Colors of #554992

#554992

Complementary Color

#554992 #869249

#554992 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#554992 Color Preview on White Background

Lorem ipsum dolor sit amet.

#554992 Color CSS Codes

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

#554992 Text Font Color

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

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


#554992 Background Color

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

This div background color is #554992


#554992 Border Color

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

This div border color is #554992


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #554992


Comments

No comments written yet.

Please login to write comment.