Color Hex Logo

#554968 Color Hex

#554968
(85,73,104)
0 Favorites   0 Comments

Color spaces of #554968

RGB 8573104
HSL0.730.180.35
HSV263°30°41°
CMYK 0.180.300.00   0.59
XYZ8.62757.695914.1274
Yxy7.69590.28330.2527
Hunter Lab27.74156.9652-10.7745
CIE-Lab33.341412.0299-16.1792

#554968 color RGB value is (85,73,104).

#554968 hex color red value is 85, green value is 73 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #554968 hue: 0.73 , saturation: 0.18 and the lightness value of 554968 is 0.35.

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 01001001 01101000
Octal 125 111 150
Decimal 85 73 104
Hex 55 49 68

RGB Percentages of Color #554968

%32.44
%27.86
%39.69

CMYK Percentages of Color #554968

%18
%30
%0
%59

Triadic Colors of #554968

#554968 #685549 #496855

Analogous Colors of #554968

#554968 #654968 #494d68

Monochromatic Colors of #554968

#554968

Complementary Color

#554968 #5c6849

#554968 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#554968 Color Preview on White Background

Lorem ipsum dolor sit amet.

#554968 Color CSS Codes

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

#554968 Text Font Color

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

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


#554968 Background Color

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

This div background color is #554968


#554968 Border Color

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

This div border color is #554968


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #554968

#554968 Color Palettes


Comments

No comments written yet.

Please login to write comment.