Color spaces of #545bcb
RGB | 84 | 91 | 203 |
---|---|---|---|
HSL | 0.66 | 0.53 | 0.56 |
HSV | 236° | 59° | 80° |
CMYK | 0.59 | 0.55 | 0.00 0.20 |
XYZ | 18.1767 | 13.6788 | 58.1822 |
Yxy | 13.6788 | 0.2019 | 0.1519 |
Hunter Lab | 36.9849 | 23.0027 | -67.3818 |
CIE-Lab | 43.7687 | 30.4445 | -59.2461 |
#545bcb color RGB value is (84,91,203).
#545bcb hex color red value is 84, green value is 91 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #545bcb hue: 0.66 , saturation: 0.53 and the lightness value of 545bcb is 0.56.
The process color (four color CMYK) of #545bcb color hex is 0.59, 0.55, 0.00, 0.20. Web safe color of #545bcb is #6666cc. Color #545bcb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010100 | 01011011 | 11001011 |
Octal | 124 | 133 | 313 |
Decimal | 84 | 91 | 203 |
Hex | 54 | 5B | CB |
Shades of #545bcb
Tints of #545bcb
RGB Percentages of Color #545bcb
CMYK Percentages of Color #545bcb
Complementary Color
#545bcb | #cbc454 |
#545bcb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#545bcb Color Preview on White Background
Lorem ipsum dolor sit amet.
#545bcb Color CSS Codes
.mybgcolor {background-color:#545bcb; } .myforecolor {color:#545bcb; } .mybordercolor {border:3px solid #545bcb; }
#545bcb Text Font Color
<p style="color:#545bcb">Text here</p>
This sample text font color is #545bcb
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.
#545bcb Background Color
<div style="background-color:#545bcb">
Div content here</div>
This div background color is #545bcb
#545bcb Border Color
<div style="border:3px solid #545bcb">
Div here</div>
This div border color is #545bcb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(84,91,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #545bcb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #545bcb; -webkit-box-shadow: 1px 1px 3px 2px #545bcb; box-shadow: 1px 1px 3px 2px #545bcb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(84,91,203, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #545bcb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #545bcb; -webkit-box-shadow: 1px 1px 3px 2px #545bcb; box-shadow: 1px 1px 3px 2px #545bcb;">
Div content here</div>
This div box has shadow with color #545bcb
Comments
No comments written yet.
Please login to write comment.