Color spaces of #573771
RGB | 87 | 55 | 113 |
---|---|---|---|
HSL | 0.76 | 0.35 | 0.33 |
HSV | 273° | 51° | 44° |
CMYK | 0.23 | 0.51 | 0.00 0.56 |
XYZ | 8.2773 | 5.9509 | 16.3352 |
Yxy | 5.9509 | 0.2708 | 0.1947 |
Hunter Lab | 24.3945 | 17.8766 | -22.6261 |
CIE-Lab | 29.2883 | 26.4177 | -28.1886 |
#573771 color RGB value is (87,55,113).
#573771 hex color red value is 87, green value is 55 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #573771 hue: 0.76 , saturation: 0.35 and the lightness value of 573771 is 0.33.
The process color (four color CMYK) of #573771 color hex is 0.23, 0.51, 0.00, 0.56. Web safe color of #573771 is #663366. Color #573771 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010111 | 00110111 | 01110001 |
Octal | 127 | 67 | 161 |
Decimal | 87 | 55 | 113 |
Hex | 57 | 37 | 71 |
Shades of #573771
Tints of #573771
RGB Percentages of Color #573771
CMYK Percentages of Color #573771
Complementary Color
#573771 | #517137 |
#573771 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#573771 Color Preview on White Background
Lorem ipsum dolor sit amet.
#573771 Color CSS Codes
.mybgcolor {background-color:#573771; } .myforecolor {color:#573771; } .mybordercolor {border:3px solid #573771; }
#573771 Text Font Color
<p style="color:#573771">Text here</p>
This sample text font color is #573771
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.
#573771 Background Color
<div style="background-color:#573771">
Div content here</div>
This div background color is #573771
#573771 Border Color
<div style="border:3px solid #573771">
Div here</div>
This div border color is #573771
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(87,55,113, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #573771; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #573771; -webkit-box-shadow: 1px 1px 3px 2px #573771; box-shadow: 1px 1px 3px 2px #573771; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(87,55,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 #573771">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #573771; -webkit-box-shadow: 1px 1px 3px 2px #573771; box-shadow: 1px 1px 3px 2px #573771;">
Div content here</div>
This div box has shadow with color #573771
Comments
No comments written yet.
Please login to write comment.