Color spaces of #55514d
RGB | 85 | 81 | 77 |
---|---|---|---|
HSL | 0.08 | 0.05 | 0.32 |
HSV | 30° | 9° | 33° |
CMYK | 0.00 | 0.05 | 0.09 0.67 |
XYZ | 8.0283 | 8.3520 | 8.2101 |
Yxy | 8.3520 | 0.3265 | 0.3396 |
Hunter Lab | 28.8998 | -0.9878 | 3.3863 |
CIE-Lab | 34.7055 | 0.8226 | 2.9292 |
#55514d color RGB value is (85,81,77).
#55514d hex color red value is 85, green value is 81 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #55514d hue: 0.08 , saturation: 0.05 and the lightness value of 55514d is 0.32.
The process color (four color CMYK) of #55514d color hex is 0.00, 0.05, 0.09, 0.67. Web safe color of #55514d is #666666. Color #55514d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010101 | 01010001 | 01001101 |
Octal | 125 | 121 | 115 |
Decimal | 85 | 81 | 77 |
Hex | 55 | 51 | 4D |
Shades of #55514d
Tints of #55514d
RGB Percentages of Color #55514d
CMYK Percentages of Color #55514d
Complementary Color
#55514d | #4d5155 |
#55514d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#55514d Color Preview on White Background
Lorem ipsum dolor sit amet.
#55514d Color CSS Codes
.mybgcolor {background-color:#55514d; } .myforecolor {color:#55514d; } .mybordercolor {border:3px solid #55514d; }
#55514d Text Font Color
<p style="color:#55514d">Text here</p>
This sample text font color is #55514d
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.
#55514d Background Color
<div style="background-color:#55514d">
Div content here</div>
This div background color is #55514d
#55514d Border Color
<div style="border:3px solid #55514d">
Div here</div>
This div border color is #55514d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(85,81,77, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #55514d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #55514d; -webkit-box-shadow: 1px 1px 3px 2px #55514d; box-shadow: 1px 1px 3px 2px #55514d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(85,81,77, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #55514d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #55514d; -webkit-box-shadow: 1px 1px 3px 2px #55514d; box-shadow: 1px 1px 3px 2px #55514d;">
Div content here</div>
This div box has shadow with color #55514d
Comments
No comments written yet.
Please login to write comment.