Color Hex Logo

#554690 Color Hex

#554690
(85,70,144)
0 Favorites   0 Comments

Color spaces of #554690

RGB 8570144
HSL0.700.350.42
HSV252°51°56°
CMYK 0.410.510.00   0.44
XYZ10.97058.325227.4143
Yxy8.32520.23490.1782
Hunter Lab28.853417.3749-36.1354
CIE-Lab34.651225.1201-38.9604

#554690 color RGB value is (85,70,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 01000110 10010000
Octal 125 106 220
Decimal 85 70 144
Hex 55 46 90

RGB Percentages of Color #554690

%28.43
%23.41
%48.16

CMYK Percentages of Color #554690

%41
%51
%0
%44

Triadic Colors of #554690

#554690 #905546 #469055

Analogous Colors of #554690

#554690 #7a4690 #465c90

Monochromatic Colors of #554690

#554690

Complementary Color

#554690 #819046

#554690 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#554690 Color Preview on White Background

Lorem ipsum dolor sit amet.

#554690 Color CSS Codes

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

#554690 Text Font Color

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

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


#554690 Background Color

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

This div background color is #554690


#554690 Border Color

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

This div border color is #554690


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #554690


Comments

No comments written yet.

Please login to write comment.