Color Hex Logo

#554362 Color Hex

#554362
(85,67,98)
0 Favorites   0 Comments

Color spaces of #554362

RGB 856798
HSL0.760.190.32
HSV275°32°38°
CMYK 0.130.320.00   0.62
XYZ7.95816.827412.4537
Yxy6.82740.29220.2506
Hunter Lab26.12938.6388-9.9682
CIE-Lab31.410714.3829-15.3403

#554362 color RGB value is (85,67,98).

#554362 hex color red value is 85, green value is 67 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #554362 hue: 0.76 , saturation: 0.19 and the lightness value of 554362 is 0.32.

The process color (four color CMYK) of #554362 color hex is 0.13, 0.32, 0.00, 0.62. Web safe color of #554362 is #663366. Color #554362 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01000011 01100010
Octal 125 103 142
Decimal 85 67 98
Hex 55 43 62

RGB Percentages of Color #554362

%34.00
%26.80
%39.20

CMYK Percentages of Color #554362

%13
%32
%0
%62

Triadic Colors of #554362

#554362 #625543 #436255

Analogous Colors of #554362

#554362 #624360 #464362

Monochromatic Colors of #554362

#554362

Complementary Color

#554362 #506243

#554362 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#554362 Color Preview on White Background

Lorem ipsum dolor sit amet.

#554362 Color CSS Codes

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

#554362 Text Font Color

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

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


#554362 Background Color

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

This div background color is #554362


#554362 Border Color

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

This div border color is #554362


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #554362


Comments

No comments written yet.

Please login to write comment.