Color Hex Logo

#555784 Color Hex

#555784
(85,87,132)
0 Favorites   0 Comments

Color spaces of #555784

RGB 8587132
HSL0.660.220.43
HSV237°36°52°
CMYK 0.360.340.00   0.48
XYZ11.319410.413623.2432
Yxy10.41360.25170.2315
Hunter Lab32.27016.1398-20.1157
CIE-Lab38.574710.7621-25.4352

#555784 color RGB value is (85,87,132).

#555784 hex color red value is 85, green value is 87 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #555784 hue: 0.66 , saturation: 0.22 and the lightness value of 555784 is 0.43.

The process color (four color CMYK) of #555784 color hex is 0.36, 0.34, 0.00, 0.48. Web safe color of #555784 is #666699. Color #555784 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01010111 10000100
Octal 125 127 204
Decimal 85 87 132
Hex 55 57 84

RGB Percentages of Color #555784

%27.96
%28.62
%43.42

CMYK Percentages of Color #555784

%36
%34
%0
%48

Triadic Colors of #555784

#555784 #845557 #578455

Analogous Colors of #555784

#555784 #6b5584 #556f84

Monochromatic Colors of #555784

#555784

Complementary Color

#555784 #848255

#555784 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#555784 Color Preview on White Background

Lorem ipsum dolor sit amet.

#555784 Color CSS Codes

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

#555784 Text Font Color

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

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


#555784 Background Color

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

This div background color is #555784


#555784 Border Color

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

This div border color is #555784


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #555784


Comments

No comments written yet.

Please login to write comment.