Color spaces of #55414c
RGB | 85 | 65 | 76 |
---|---|---|---|
HSL | 0.91 | 0.13 | 0.29 |
HSV | 327° | 24° | 33° |
CMYK | 0.00 | 0.24 | 0.11 0.67 |
XYZ | 6.9411 | 6.2337 | 7.6749 |
Yxy | 6.2337 | 0.3329 | 0.2990 |
Hunter Lab | 24.9674 | 5.9313 | -0.7484 |
CIE-Lab | 29.9946 | 10.7413 | -3.3156 |
#55414c color RGB value is (85,65,76).
#55414c hex color red value is 85, green value is 65 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #55414c hue: 0.91 , saturation: 0.13 and the lightness value of 55414c is 0.29.
The process color (four color CMYK) of #55414c color hex is 0.00, 0.24, 0.11, 0.67. Web safe color of #55414c is #663333. Color #55414c contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010101 | 01000001 | 01001100 |
Octal | 125 | 101 | 114 |
Decimal | 85 | 65 | 76 |
Hex | 55 | 41 | 4C |
Shades of #55414c
Tints of #55414c
RGB Percentages of Color #55414c
CMYK Percentages of Color #55414c
Complementary Color
#55414c | #41554a |
#55414c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#55414c Color Preview on White Background
Lorem ipsum dolor sit amet.
#55414c Color CSS Codes
.mybgcolor {background-color:#55414c; } .myforecolor {color:#55414c; } .mybordercolor {border:3px solid #55414c; }
#55414c Text Font Color
<p style="color:#55414c">Text here</p>
This sample text font color is #55414c
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.
#55414c Background Color
<div style="background-color:#55414c">
Div content here</div>
This div background color is #55414c
#55414c Border Color
<div style="border:3px solid #55414c">
Div here</div>
This div border color is #55414c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(85,65,76, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #55414c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #55414c; -webkit-box-shadow: 1px 1px 3px 2px #55414c; box-shadow: 1px 1px 3px 2px #55414c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(85,65,76, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #55414c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #55414c; -webkit-box-shadow: 1px 1px 3px 2px #55414c; box-shadow: 1px 1px 3px 2px #55414c;">
Div content here</div>
This div box has shadow with color #55414c
Comments
No comments written yet.
Please login to write comment.