Color Hex Logo

#573056 Color Hex

#573056
(87,48,86)
0 Favorites   0 Comments

Color spaces of #573056

RGB 874886
HSL0.840.290.26
HSV302°45°34°
CMYK 0.000.450.01   0.66
XYZ6.66714.81209.3815
Yxy4.81200.31960.2307
Hunter Lab21.936315.8631-10.0012
CIE-Lab26.192324.3434-15.5899

#573056 color RGB value is (87,48,86).

#573056 hex color red value is 87, green value is 48 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #573056 hue: 0.84 , saturation: 0.29 and the lightness value of 573056 is 0.26.

The process color (four color CMYK) of #573056 color hex is 0.00, 0.45, 0.01, 0.66. Web safe color of #573056 is #663366. Color #573056 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 00110000 01010110
Octal 127 60 126
Decimal 87 48 86
Hex 57 30 56

RGB Percentages of Color #573056

%39.37
%21.72
%38.91

CMYK Percentages of Color #573056

%0
%45
%1
%66

Triadic Colors of #573056

#573056 #565730 #305657

Analogous Colors of #573056

#573056 #573043 #453057

Monochromatic Colors of #573056

#573056

Complementary Color

#573056 #305731

#573056 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#573056 Color Preview on White Background

Lorem ipsum dolor sit amet.

#573056 Color CSS Codes

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

#573056 Text Font Color

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

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


#573056 Background Color

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

This div background color is #573056


#573056 Border Color

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

This div border color is #573056


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #573056


Comments

No comments written yet.

Please login to write comment.