Color Hex Logo

#554762 Color Hex

#554762
(85,71,98)
0 Favorites   0 Comments

Color spaces of #554762

RGB 857198
HSL0.750.160.33
HSV271°28°38°
CMYK 0.130.280.00   0.62
XYZ8.20427.319612.5357
Yxy7.31960.29240.2609
Hunter Lab27.05486.7833-8.5334
CIE-Lab32.523711.8175-13.6340

#554762 color RGB value is (85,71,98).

#554762 hex color red value is 85, green value is 71 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #554762 hue: 0.75 , saturation: 0.16 and the lightness value of 554762 is 0.33.

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 01000111 01100010
Octal 125 107 142
Decimal 85 71 98
Hex 55 47 62

RGB Percentages of Color #554762

%33.46
%27.95
%38.58

CMYK Percentages of Color #554762

%13
%28
%0
%62

Triadic Colors of #554762

#554762 #625547 #476255

Analogous Colors of #554762

#554762 #624762 #484762

Monochromatic Colors of #554762

#554762

Complementary Color

#554762 #546247

#554762 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#554762 Color Preview on White Background

Lorem ipsum dolor sit amet.

#554762 Color CSS Codes

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

#554762 Text Font Color

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

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


#554762 Background Color

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

This div background color is #554762


#554762 Border Color

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

This div border color is #554762


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(85,71,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 #554762">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #554762


Comments

No comments written yet.

Please login to write comment.