Color Hex Logo

#573f6a Color Hex

#573F6A
(87,63,106)
0 Favorites   0 Comments

Color spaces of #573f6a

RGB 8763106
HSL0.760.250.33
HSV273°41°42°
CMYK 0.180.410.00   0.58
XYZ8.30956.621914.4759
Yxy6.62190.28260.2252
Hunter Lab25.733112.6069-15.3399
CIE-Lab30.930219.6275-21.1623

#573f6a color RGB value is (87,63,106).

#573f6a hex color red value is 87, green value is 63 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #573f6a hue: 0.76 , saturation: 0.25 and the lightness value of 573f6a is 0.33.

The process color (four color CMYK) of #573f6a color hex is 0.18, 0.41, 0.00, 0.58. Web safe color of #573f6a is #663366. Color #573f6a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 00111111 01101010
Octal 127 77 152
Decimal 87 63 106
Hex 57 3F 6A

RGB Percentages of Color #573f6a

%33.98
%24.61
%41.41

CMYK Percentages of Color #573f6a

%18
%41
%0
%58

Triadic Colors of #573f6a

#573f6a #6a573f #3f6a57

Analogous Colors of #573f6a

#573f6a #6a3f68 #423f6a

Monochromatic Colors of #573f6a

#573f6a

Complementary Color

#573f6a #526a3f

#573f6a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#573f6a Color Preview on White Background

Lorem ipsum dolor sit amet.

#573f6a Color CSS Codes

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

#573f6a Text Font Color

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

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


#573f6a Background Color

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

This div background color is #573f6a


#573f6a Border Color

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

This div border color is #573f6a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(87,63,106, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #573f6a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #573f6a;
  -webkit-box-shadow: 1px 1px 3px 2px #573f6a;
  box-shadow:         1px 1px 3px 2px #573f6a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #573f6a


Comments

No comments written yet.

Please login to write comment.