Color spaces of #54495a
RGB | 84 | 73 | 90 |
---|---|---|---|
HSL | 0.77 | 0.10 | 0.32 |
HSV | 279° | 19° | 35° |
CMYK | 0.07 | 0.19 | 0.00 0.65 |
XYZ | 7.8842 | 7.3881 | 10.6834 |
Yxy | 7.3881 | 0.3038 | 0.2846 |
Hunter Lab | 27.1811 | 4.2093 | -4.2769 |
CIE-Lab | 32.6746 | 8.2560 | -8.3241 |
#54495a color RGB value is (84,73,90).
#54495a hex color red value is 84, green value is 73 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #54495a hue: 0.77 , saturation: 0.10 and the lightness value of 54495a is 0.32.
The process color (four color CMYK) of #54495a color hex is 0.07, 0.19, 0.00, 0.65. Web safe color of #54495a is #663366. Color #54495a contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010100 | 01001001 | 01011010 |
Octal | 124 | 111 | 132 |
Decimal | 84 | 73 | 90 |
Hex | 54 | 49 | 5A |
Shades of #54495a
Tints of #54495a
RGB Percentages of Color #54495a
CMYK Percentages of Color #54495a
Complementary Color
#54495a | #4f5a49 |
#54495a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#54495a Color Preview on White Background
Lorem ipsum dolor sit amet.
#54495a Color CSS Codes
.mybgcolor {background-color:#54495a; } .myforecolor {color:#54495a; } .mybordercolor {border:3px solid #54495a; }
#54495a Text Font Color
<p style="color:#54495a">Text here</p>
This sample text font color is #54495a
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.
#54495a Background Color
<div style="background-color:#54495a">
Div content here</div>
This div background color is #54495a
#54495a Border Color
<div style="border:3px solid #54495a">
Div here</div>
This div border color is #54495a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(84,73,90, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #54495a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #54495a; -webkit-box-shadow: 1px 1px 3px 2px #54495a; box-shadow: 1px 1px 3px 2px #54495a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(84,73,90, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #54495a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #54495a; -webkit-box-shadow: 1px 1px 3px 2px #54495a; box-shadow: 1px 1px 3px 2px #54495a;">
Div content here</div>
This div box has shadow with color #54495a
Comments
No comments written yet.
Please login to write comment.