Color Hex Logo

#554067 Color Hex

#554067
(85,64,103)
0 Favorites   0 Comments

Color spaces of #554067

RGB 8564103
HSL0.760.230.33
HSV272°38°40°
CMYK 0.170.380.00   0.60
XYZ8.02796.577413.6784
Yxy6.57740.28380.2326
Hunter Lab25.646410.9931-13.6695
CIE-Lab30.824817.5459-19.4339

#554067 color RGB value is (85,64,103).

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

The process color (four color CMYK) of #554067 color hex is 0.17, 0.38, 0.00, 0.60. Web safe color of #554067 is #663366. Color #554067 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01000000 01100111
Octal 125 100 147
Decimal 85 64 103
Hex 55 40 67

RGB Percentages of Color #554067

%33.73
%25.40
%40.87

CMYK Percentages of Color #554067

%17
%38
%0
%60

Triadic Colors of #554067

#554067 #675540 #406755

Analogous Colors of #554067

#554067 #674066 #424067

Monochromatic Colors of #554067

#554067

Complementary Color

#554067 #526740

#554067 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#554067 Color Preview on White Background

Lorem ipsum dolor sit amet.

#554067 Color CSS Codes

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

#554067 Text Font Color

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

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


#554067 Background Color

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

This div background color is #554067


#554067 Border Color

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

This div border color is #554067


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #554067


Comments

No comments written yet.

Please login to write comment.