Color Hex Logo

#550857 Color Hex

#550857
(85,8,87)
0 Favorites   0 Comments

Color spaces of #550857

RGB 85887
HSL0.830.830.19
HSV298°91°34°
CMYK 0.020.910.00   0.66
XYZ5.55342.79319.2632
Yxy2.79310.31540.1586
Hunter Lab16.712630.0666-21.1636
CIE-Lab19.195542.3140-27.2805

#550857 color RGB value is (85,8,87).

#550857 hex color red value is 85, green value is 8 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #550857 hue: 0.83 , saturation: 0.83 and the lightness value of 550857 is 0.19.

The process color (four color CMYK) of #550857 color hex is 0.02, 0.91, 0.00, 0.66. Web safe color of #550857 is #660066. Color #550857 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00001000 01010111
Octal 125 10 127
Decimal 85 8 87
Hex 55 8 57

RGB Percentages of Color #550857

%47.22
%4.44
%48.33

CMYK Percentages of Color #550857

%2
%91
%0
%66

Triadic Colors of #550857

#550857 #575508 #085755

Analogous Colors of #550857

#550857 #570831 #2e0857

Monochromatic Colors of #550857

#550857

Complementary Color

#550857 #0a5708

#550857 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#550857 Color Preview on White Background

Lorem ipsum dolor sit amet.

#550857 Color CSS Codes

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

#550857 Text Font Color

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

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


#550857 Background Color

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

This div background color is #550857


#550857 Border Color

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

This div border color is #550857


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #550857


Comments

No comments written yet.

Please login to write comment.