Color spaces of #05324e
RGB | 5 | 50 | 78 |
---|---|---|---|
HSL | 0.56 | 0.88 | 0.16 |
HSV | 203° | 94° | 31° |
CMYK | 0.94 | 0.36 | 0.00 0.69 |
XYZ | 2.5783 | 2.8635 | 7.6246 |
Yxy | 2.8635 | 0.1973 | 0.2191 |
Hunter Lab | 16.9219 | -2.4162 | -14.8694 |
CIE-Lab | 19.4887 | -2.7346 | -21.2483 |
#05324e color RGB value is (5,50,78).
#05324e hex color red value is 5, green value is 50 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #05324e hue: 0.56 , saturation: 0.88 and the lightness value of 05324e is 0.16.
The process color (four color CMYK) of #05324e color hex is 0.94, 0.36, 0.00, 0.69. Web safe color of #05324e is #003366. Color #05324e contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00000101 | 00110010 | 01001110 |
Octal | 5 | 62 | 116 |
Decimal | 5 | 50 | 78 |
Hex | 5 | 32 | 4E |
Shades of #05324e
Tints of #05324e
RGB Percentages of Color #05324e
CMYK Percentages of Color #05324e
Complementary Color
#05324e | #4e2105 |
#05324e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#05324e Color Preview on White Background
Lorem ipsum dolor sit amet.
#05324e Color CSS Codes
.mybgcolor {background-color:#05324e; } .myforecolor {color:#05324e; } .mybordercolor {border:3px solid #05324e; }
#05324e Text Font Color
<p style="color:#05324e">Text here</p>
This sample text font color is #05324e
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.
#05324e Background Color
<div style="background-color:#05324e">
Div content here</div>
This div background color is #05324e
#05324e Border Color
<div style="border:3px solid #05324e">
Div here</div>
This div border color is #05324e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(5,50,78, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #05324e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #05324e; -webkit-box-shadow: 1px 1px 3px 2px #05324e; box-shadow: 1px 1px 3px 2px #05324e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(5,50,78, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #05324e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #05324e; -webkit-box-shadow: 1px 1px 3px 2px #05324e; box-shadow: 1px 1px 3px 2px #05324e;">
Div content here</div>
This div box has shadow with color #05324e
Comments
No comments written yet.
Please login to write comment.