Color Hex Logo

#554463 Color Hex

#554463
(85,68,99)
0 Favorites   0 Comments

Color spaces of #554463

RGB 856899
HSL0.760.190.33
HSV273°31°39°
CMYK 0.140.310.00   0.61
XYZ8.06566.966412.7239
Yxy6.96640.29060.2510
Hunter Lab26.39398.3576-10.1066
CIE-Lab31.730313.9859-15.4864

#554463 color RGB value is (85,68,99).

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

The process color (four color CMYK) of #554463 color hex is 0.14, 0.31, 0.00, 0.61. Web safe color of #554463 is #663366. Color #554463 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01000100 01100011
Octal 125 104 143
Decimal 85 68 99
Hex 55 44 63

RGB Percentages of Color #554463

%33.73
%26.98
%39.29

CMYK Percentages of Color #554463

%14
%31
%0
%61

Triadic Colors of #554463

#554463 #635544 #446355

Analogous Colors of #554463

#554463 #634462 #464463

Monochromatic Colors of #554463

#554463

Complementary Color

#554463 #526344

#554463 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#554463 Color Preview on White Background

Lorem ipsum dolor sit amet.

#554463 Color CSS Codes

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

#554463 Text Font Color

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

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


#554463 Background Color

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

This div background color is #554463


#554463 Border Color

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

This div border color is #554463


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #554463


Comments

No comments written yet.

Please login to write comment.