Color spaces of #534a66
RGB | 83 | 74 | 102 |
---|---|---|---|
HSL | 0.72 | 0.16 | 0.35 |
HSV | 259° | 27° | 40° |
CMYK | 0.19 | 0.27 | 0.00 0.60 |
XYZ | 8.4143 | 7.6959 | 13.6123 |
Yxy | 7.6959 | 0.2831 | 0.2589 |
Hunter Lab | 27.7415 | 5.5934 | -9.6736 |
CIE-Lab | 33.3414 | 10.1635 | -14.9334 |
#534a66 color RGB value is (83,74,102).
#534a66 hex color red value is 83, green value is 74 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #534a66 hue: 0.72 , saturation: 0.16 and the lightness value of 534a66 is 0.35.
The process color (four color CMYK) of #534a66 color hex is 0.19, 0.27, 0.00, 0.60. Web safe color of #534a66 is #663366. Color #534a66 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010011 | 01001010 | 01100110 |
Octal | 123 | 112 | 146 |
Decimal | 83 | 74 | 102 |
Hex | 53 | 4A | 66 |
Shades of #534a66
Tints of #534a66
RGB Percentages of Color #534a66
CMYK Percentages of Color #534a66
Complementary Color
#534a66 | #5d664a |
#534a66 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#534a66 Color Preview on White Background
Lorem ipsum dolor sit amet.
#534a66 Color CSS Codes
.mybgcolor {background-color:#534a66; } .myforecolor {color:#534a66; } .mybordercolor {border:3px solid #534a66; }
#534a66 Text Font Color
<p style="color:#534a66">Text here</p>
This sample text font color is #534a66
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.
#534a66 Background Color
<div style="background-color:#534a66">
Div content here</div>
This div background color is #534a66
#534a66 Border Color
<div style="border:3px solid #534a66">
Div here</div>
This div border color is #534a66
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(83,74,102, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #534a66; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #534a66; -webkit-box-shadow: 1px 1px 3px 2px #534a66; box-shadow: 1px 1px 3px 2px #534a66; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(83,74,102, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #534a66">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #534a66; -webkit-box-shadow: 1px 1px 3px 2px #534a66; box-shadow: 1px 1px 3px 2px #534a66;">
Div content here</div>
This div box has shadow with color #534a66
Comments
No comments written yet.
Please login to write comment.