Color Hex Logo

#555570 Color Hex

#555570
(85,85,112)
0 Favorites   0 Comments

Color spaces of #555570

RGB 8585112
HSL0.670.140.39
HSV240°24°44°
CMYK 0.240.240.00   0.56
XYZ9.91949.598116.6590
Yxy9.59810.27420.2653
Hunter Lab30.98082.9355-10.1949
CIE-Lab37.11126.4791-15.3983

#555570 color RGB value is (85,85,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 01010101 01110000
Octal 125 125 160
Decimal 85 85 112
Hex 55 55 70

RGB Percentages of Color #555570

%30.14
%30.14
%39.72

CMYK Percentages of Color #555570

%24
%24
%0
%56

Triadic Colors of #555570

#555570 #705555 #557055

Analogous Colors of #555570

#555570 #635570 #556370

Monochromatic Colors of #555570

#555570

Complementary Color

#555570 #707055

#555570 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#555570 Color Preview on White Background

Lorem ipsum dolor sit amet.

#555570 Color CSS Codes

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

#555570 Text Font Color

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

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


#555570 Background Color

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

This div background color is #555570


#555570 Border Color

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

This div border color is #555570


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #555570

#555570 Color Palettes


Comments

No comments written yet.

Please login to write comment.