Color Hex Logo

#554299 Color Hex

#554299
(85,66,153)
0 Favorites   0 Comments

Color spaces of #554299

RGB 8566153
HSL0.700.400.43
HSV253°57°60°
CMYK 0.440.570.00   0.40
XYZ11.44438.127631.1026
Yxy8.12760.22580.1604
Hunter Lab28.508921.7643-44.7278
CIE-Lab34.247230.3167-45.0840

#554299 color RGB value is (85,66,153).

#554299 hex color red value is 85, green value is 66 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #554299 hue: 0.70 , saturation: 0.40 and the lightness value of 554299 is 0.43.

The process color (four color CMYK) of #554299 color hex is 0.44, 0.57, 0.00, 0.40. Web safe color of #554299 is #663399. Color #554299 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01000010 10011001
Octal 125 102 231
Decimal 85 66 153
Hex 55 42 99

RGB Percentages of Color #554299

%27.96
%21.71
%50.33

CMYK Percentages of Color #554299

%44
%57
%0
%40

Triadic Colors of #554299

#554299 #995542 #429955

Analogous Colors of #554299

#554299 #814299 #425b99

Monochromatic Colors of #554299

#554299

Complementary Color

#554299 #869942

#554299 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#554299 Color Preview on White Background

Lorem ipsum dolor sit amet.

#554299 Color CSS Codes

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

#554299 Text Font Color

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

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


#554299 Background Color

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

This div background color is #554299


#554299 Border Color

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

This div border color is #554299


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #554299


Comments

No comments written yet.

Please login to write comment.