Color spaces of #555aeb
RGB | 85 | 90 | 235 |
---|---|---|---|
HSL | 0.66 | 0.79 | 0.63 |
HSV | 238° | 64° | 92° |
CMYK | 0.64 | 0.62 | 0.00 0.08 |
XYZ | 22.3979 | 15.2418 | 80.3587 |
Yxy | 15.2418 | 0.1898 | 0.1292 |
Hunter Lab | 39.0407 | 34.0852 | -94.7098 |
CIE-Lab | 45.9636 | 41.7503 | -73.9062 |
#555aeb color RGB value is (85,90,235).
#555aeb hex color red value is 85, green value is 90 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #555aeb hue: 0.66 , saturation: 0.79 and the lightness value of 555aeb is 0.63.
The process color (four color CMYK) of #555aeb color hex is 0.64, 0.62, 0.00, 0.08. Web safe color of #555aeb is #6666ff. Color #555aeb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010101 | 01011010 | 11101011 |
Octal | 125 | 132 | 353 |
Decimal | 85 | 90 | 235 |
Hex | 55 | 5A | EB |
Shades of #555aeb
Tints of #555aeb
RGB Percentages of Color #555aeb
CMYK Percentages of Color #555aeb
Complementary Color
#555aeb | #ebe655 |
#555aeb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#555aeb Color Preview on White Background
Lorem ipsum dolor sit amet.
#555aeb Color CSS Codes
.mybgcolor {background-color:#555aeb; } .myforecolor {color:#555aeb; } .mybordercolor {border:3px solid #555aeb; }
#555aeb Text Font Color
<p style="color:#555aeb">Text here</p>
This sample text font color is #555aeb
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.
#555aeb Background Color
<div style="background-color:#555aeb">
Div content here</div>
This div background color is #555aeb
#555aeb Border Color
<div style="border:3px solid #555aeb">
Div here</div>
This div border color is #555aeb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(85,90,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #555aeb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #555aeb; -webkit-box-shadow: 1px 1px 3px 2px #555aeb; box-shadow: 1px 1px 3px 2px #555aeb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(85,90,235, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #555aeb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #555aeb; -webkit-box-shadow: 1px 1px 3px 2px #555aeb; box-shadow: 1px 1px 3px 2px #555aeb;">
Div content here</div>
This div box has shadow with color #555aeb
Comments
No comments written yet.
Please login to write comment.