Color spaces of #53918f
RGB | 83 | 145 | 143 |
---|---|---|---|
HSL | 0.49 | 0.27 | 0.45 |
HSV | 178° | 43° | 57° |
CMYK | 0.43 | 0.00 | 0.01 0.43 |
XYZ | 18.6506 | 24.0730 | 29.6502 |
Yxy | 24.0730 | 0.2577 | 0.3326 |
Hunter Lab | 49.0642 | -18.0099 | -1.4848 |
CIE-Lab | 56.1608 | -20.4876 | -5.2189 |
#53918f color RGB value is (83,145,143).
#53918f hex color red value is 83, green value is 145 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #53918f hue: 0.49 , saturation: 0.27 and the lightness value of 53918f is 0.45.
The process color (four color CMYK) of #53918f color hex is 0.43, 0.00, 0.01, 0.43. Web safe color of #53918f is #669999. Color #53918f contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010011 | 10010001 | 10001111 |
Octal | 123 | 221 | 217 |
Decimal | 83 | 145 | 143 |
Hex | 53 | 91 | 8F |
Shades of #53918f
Tints of #53918f
RGB Percentages of Color #53918f
CMYK Percentages of Color #53918f
Complementary Color
#53918f | #915355 |
#53918f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#53918f Color Preview on White Background
Lorem ipsum dolor sit amet.
#53918f Color CSS Codes
.mybgcolor {background-color:#53918f; } .myforecolor {color:#53918f; } .mybordercolor {border:3px solid #53918f; }
#53918f Text Font Color
<p style="color:#53918f">Text here</p>
This sample text font color is #53918f
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.
#53918f Background Color
<div style="background-color:#53918f">
Div content here</div>
This div background color is #53918f
#53918f Border Color
<div style="border:3px solid #53918f">
Div here</div>
This div border color is #53918f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(83,145,143, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #53918f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #53918f; -webkit-box-shadow: 1px 1px 3px 2px #53918f; box-shadow: 1px 1px 3px 2px #53918f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(83,145,143, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #53918f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #53918f; -webkit-box-shadow: 1px 1px 3px 2px #53918f; box-shadow: 1px 1px 3px 2px #53918f;">
Div content here</div>
This div box has shadow with color #53918f
Comments
No comments written yet.
Please login to write comment.