Color spaces of #053853
RGB | 5 | 56 | 83 |
---|---|---|---|
HSL | 0.56 | 0.89 | 0.17 |
HSV | 201° | 94° | 33° |
CMYK | 0.94 | 0.33 | 0.00 0.67 |
XYZ | 3.0381 | 3.4851 | 8.6962 |
Yxy | 3.4851 | 0.1996 | 0.2290 |
Hunter Lab | 18.6684 | -3.6206 | -14.5508 |
CIE-Lab | 21.8904 | -4.6400 | -20.8014 |
#053853 color RGB value is (5,56,83).
#053853 hex color red value is 5, green value is 56 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #053853 hue: 0.56 , saturation: 0.89 and the lightness value of 053853 is 0.17.
The process color (four color CMYK) of #053853 color hex is 0.94, 0.33, 0.00, 0.67. Web safe color of #053853 is #003366. Color #053853 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00000101 | 00111000 | 01010011 |
Octal | 5 | 70 | 123 |
Decimal | 5 | 56 | 83 |
Hex | 5 | 38 | 53 |
Shades of #053853
Tints of #053853
RGB Percentages of Color #053853
CMYK Percentages of Color #053853
Complementary Color
#053853 | #532005 |
#053853 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#053853 Color Preview on White Background
Lorem ipsum dolor sit amet.
#053853 Color CSS Codes
.mybgcolor {background-color:#053853; } .myforecolor {color:#053853; } .mybordercolor {border:3px solid #053853; }
#053853 Text Font Color
<p style="color:#053853">Text here</p>
This sample text font color is #053853
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.
#053853 Background Color
<div style="background-color:#053853">
Div content here</div>
This div background color is #053853
#053853 Border Color
<div style="border:3px solid #053853">
Div here</div>
This div border color is #053853
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(5,56,83, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #053853; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #053853; -webkit-box-shadow: 1px 1px 3px 2px #053853; box-shadow: 1px 1px 3px 2px #053853; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(5,56,83, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #053853">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #053853; -webkit-box-shadow: 1px 1px 3px 2px #053853; box-shadow: 1px 1px 3px 2px #053853;">
Div content here</div>
This div box has shadow with color #053853
#053853 Color Palettes
Comments
No comments written yet.
Please login to write comment.