Color spaces of #553dbc
RGB | 85 | 61 | 188 |
---|---|---|---|
HSL | 0.70 | 0.51 | 0.49 |
HSV | 251° | 68° | 74° |
CMYK | 0.55 | 0.68 | 0.00 0.26 |
XYZ | 14.4922 | 8.8996 | 48.5309 |
Yxy | 8.8996 | 0.2015 | 0.1237 |
Hunter Lab | 29.8322 | 34.5073 | -75.5702 |
CIE-Lab | 35.7903 | 43.8834 | -63.4804 |
#553dbc color RGB value is (85,61,188).
#553dbc hex color red value is 85, green value is 61 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #553dbc hue: 0.70 , saturation: 0.51 and the lightness value of 553dbc is 0.49.
The process color (four color CMYK) of #553dbc color hex is 0.55, 0.68, 0.00, 0.26. Web safe color of #553dbc is #6633cc. Color #553dbc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010101 | 00111101 | 10111100 |
Octal | 125 | 75 | 274 |
Decimal | 85 | 61 | 188 |
Hex | 55 | 3D | BC |
Shades of #553dbc
Tints of #553dbc
RGB Percentages of Color #553dbc
CMYK Percentages of Color #553dbc
Complementary Color
#553dbc | #a4bc3d |
#553dbc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#553dbc Color Preview on White Background
Lorem ipsum dolor sit amet.
#553dbc Color CSS Codes
.mybgcolor {background-color:#553dbc; } .myforecolor {color:#553dbc; } .mybordercolor {border:3px solid #553dbc; }
#553dbc Text Font Color
<p style="color:#553dbc">Text here</p>
This sample text font color is #553dbc
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.
#553dbc Background Color
<div style="background-color:#553dbc">
Div content here</div>
This div background color is #553dbc
#553dbc Border Color
<div style="border:3px solid #553dbc">
Div here</div>
This div border color is #553dbc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(85,61,188, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #553dbc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #553dbc; -webkit-box-shadow: 1px 1px 3px 2px #553dbc; box-shadow: 1px 1px 3px 2px #553dbc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(85,61,188, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #553dbc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #553dbc; -webkit-box-shadow: 1px 1px 3px 2px #553dbc; box-shadow: 1px 1px 3px 2px #553dbc;">
Div content here</div>
This div box has shadow with color #553dbc
Comments
No comments written yet.
Please login to write comment.