Color spaces of #535b7c
RGB | 83 | 91 | 124 |
---|---|---|---|
HSL | 0.63 | 0.20 | 0.41 |
HSV | 228° | 33° | 49° |
CMYK | 0.33 | 0.27 | 0.00 0.51 |
XYZ | 10.9465 | 10.7764 | 20.5719 |
Yxy | 10.7764 | 0.2588 | 0.2548 |
Hunter Lab | 32.8274 | 2.0739 | -14.1759 |
CIE-Lab | 39.2013 | 5.3299 | -19.5882 |
#535b7c color RGB value is (83,91,124).
#535b7c hex color red value is 83, green value is 91 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #535b7c hue: 0.63 , saturation: 0.20 and the lightness value of 535b7c is 0.41.
The process color (four color CMYK) of #535b7c color hex is 0.33, 0.27, 0.00, 0.51. Web safe color of #535b7c is #666666. Color #535b7c contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010011 | 01011011 | 01111100 |
Octal | 123 | 133 | 174 |
Decimal | 83 | 91 | 124 |
Hex | 53 | 5B | 7C |
Shades of #535b7c
Tints of #535b7c
RGB Percentages of Color #535b7c
CMYK Percentages of Color #535b7c
Complementary Color
#535b7c | #7c7453 |
#535b7c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#535b7c Color Preview on White Background
Lorem ipsum dolor sit amet.
#535b7c Color CSS Codes
.mybgcolor {background-color:#535b7c; } .myforecolor {color:#535b7c; } .mybordercolor {border:3px solid #535b7c; }
#535b7c Text Font Color
<p style="color:#535b7c">Text here</p>
This sample text font color is #535b7c
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.
#535b7c Background Color
<div style="background-color:#535b7c">
Div content here</div>
This div background color is #535b7c
#535b7c Border Color
<div style="border:3px solid #535b7c">
Div here</div>
This div border color is #535b7c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(83,91,124, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #535b7c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #535b7c; -webkit-box-shadow: 1px 1px 3px 2px #535b7c; box-shadow: 1px 1px 3px 2px #535b7c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(83,91,124, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #535b7c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #535b7c; -webkit-box-shadow: 1px 1px 3px 2px #535b7c; box-shadow: 1px 1px 3px 2px #535b7c;">
Div content here</div>
This div box has shadow with color #535b7c
Comments
No comments written yet.
Please login to write comment.