Color spaces of #534265
RGB | 83 | 66 | 101 |
---|---|---|---|
HSL | 0.75 | 0.21 | 0.33 |
HSV | 269° | 35° | 40° |
CMYK | 0.18 | 0.35 | 0.00 0.60 |
XYZ | 7.8645 | 6.6750 | 13.1858 |
Yxy | 6.6750 | 0.2837 | 0.2408 |
Hunter Lab | 25.8360 | 9.1225 | -12.1743 |
CIE-Lab | 31.0553 | 15.0539 | -17.8194 |
#534265 color RGB value is (83,66,101).
#534265 hex color red value is 83, green value is 66 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #534265 hue: 0.75 , saturation: 0.21 and the lightness value of 534265 is 0.33.
The process color (four color CMYK) of #534265 color hex is 0.18, 0.35, 0.00, 0.60. Web safe color of #534265 is #663366. Color #534265 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010011 | 01000010 | 01100101 |
Octal | 123 | 102 | 145 |
Decimal | 83 | 66 | 101 |
Hex | 53 | 42 | 65 |
Shades of #534265
Tints of #534265
RGB Percentages of Color #534265
CMYK Percentages of Color #534265
Complementary Color
#534265 | #546542 |
#534265 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#534265 Color Preview on White Background
Lorem ipsum dolor sit amet.
#534265 Color CSS Codes
.mybgcolor {background-color:#534265; } .myforecolor {color:#534265; } .mybordercolor {border:3px solid #534265; }
#534265 Text Font Color
<p style="color:#534265">Text here</p>
This sample text font color is #534265
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.
#534265 Background Color
<div style="background-color:#534265">
Div content here</div>
This div background color is #534265
#534265 Border Color
<div style="border:3px solid #534265">
Div here</div>
This div border color is #534265
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(83,66,101, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #534265; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #534265; -webkit-box-shadow: 1px 1px 3px 2px #534265; box-shadow: 1px 1px 3px 2px #534265; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(83,66,101, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #534265">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #534265; -webkit-box-shadow: 1px 1px 3px 2px #534265; box-shadow: 1px 1px 3px 2px #534265;">
Div content here</div>
This div box has shadow with color #534265
Comments
No comments written yet.
Please login to write comment.