Color Hex Logo

#554768 Color Hex

#554768
(85,71,104)
0 Favorites   0 Comments

Color spaces of #554768

RGB 8571104
HSL0.740.190.34
HSV265°32°41°
CMYK 0.180.320.00   0.59
XYZ8.49827.437214.0843
Yxy7.43720.28310.2477
Hunter Lab27.27127.8991-11.5306
CIE-Lab32.782213.3120-17.0403

#554768 color RGB value is (85,71,104).

#554768 hex color red value is 85, green value is 71 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #554768 hue: 0.74 , saturation: 0.19 and the lightness value of 554768 is 0.34.

The process color (four color CMYK) of #554768 color hex is 0.18, 0.32, 0.00, 0.59. Web safe color of #554768 is #663366. Color #554768 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01000111 01101000
Octal 125 107 150
Decimal 85 71 104
Hex 55 47 68

RGB Percentages of Color #554768

%32.69
%27.31
%40.00

CMYK Percentages of Color #554768

%18
%32
%0
%59

Triadic Colors of #554768

#554768 #685547 #476855

Analogous Colors of #554768

#554768 #664768 #474a68

Monochromatic Colors of #554768

#554768

Complementary Color

#554768 #5a6847

#554768 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#554768 Color Preview on White Background

Lorem ipsum dolor sit amet.

#554768 Color CSS Codes

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

#554768 Text Font Color

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

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


#554768 Background Color

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

This div background color is #554768


#554768 Border Color

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

This div border color is #554768


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #554768


Comments

No comments written yet.

Please login to write comment.