Color Hex Logo

#554368 Color Hex

#554368
(85,67,104)
0 Favorites   0 Comments

Color spaces of #554368

RGB 8567104
HSL0.750.220.34
HSV269°36°41°
CMYK 0.180.360.00   0.59
XYZ8.25226.945114.0023
Yxy6.94510.28260.2378
Hunter Lab26.35369.7757-13.0548
CIE-Lab31.681615.8773-18.7411

#554368 color RGB value is (85,67,104).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 01000011 01101000
Octal 125 103 150
Decimal 85 67 104
Hex 55 43 68

RGB Percentages of Color #554368

%33.20
%26.17
%40.63

CMYK Percentages of Color #554368

%18
%36
%0
%59

Triadic Colors of #554368

#554368 #685543 #436855

Analogous Colors of #554368

#554368 #684368 #434468

Monochromatic Colors of #554368

#554368

Complementary Color

#554368 #566843

#554368 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#554368 Color Preview on White Background

Lorem ipsum dolor sit amet.

#554368 Color CSS Codes

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

#554368 Text Font Color

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

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


#554368 Background Color

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

This div background color is #554368


#554368 Border Color

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

This div border color is #554368


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #554368


Comments

No comments written yet.

Please login to write comment.