Color Hex Logo

#555771 Color Hex

#555771
(85,87,113)
0 Favorites   0 Comments

Color spaces of #555771

RGB 8587113
HSL0.650.140.39
HSV236°25°44°
CMYK 0.250.230.00   0.56
XYZ10.13519.939917.0072
Yxy9.93990.27330.2681
Hunter Lab31.52762.2086-9.9140
CIE-Lab37.73435.4873-15.0641

#555771 color RGB value is (85,87,113).

#555771 hex color red value is 85, green value is 87 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #555771 hue: 0.65 , saturation: 0.14 and the lightness value of 555771 is 0.39.

The process color (four color CMYK) of #555771 color hex is 0.25, 0.23, 0.00, 0.56. Web safe color of #555771 is #666666. Color #555771 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01010111 01110001
Octal 125 127 161
Decimal 85 87 113
Hex 55 57 71

RGB Percentages of Color #555771

%29.82
%30.53
%39.65

CMYK Percentages of Color #555771

%25
%23
%0
%56

Triadic Colors of #555771

#555771 #715557 #577155

Analogous Colors of #555771

#555771 #615571 #556571

Monochromatic Colors of #555771

#555771

Complementary Color

#555771 #716f55

#555771 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#555771 Color Preview on White Background

Lorem ipsum dolor sit amet.

#555771 Color CSS Codes

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

#555771 Text Font Color

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

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


#555771 Background Color

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

This div background color is #555771


#555771 Border Color

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

This div border color is #555771


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #555771


Comments

No comments written yet.

Please login to write comment.