Color spaces of #50626a
RGB | 80 | 98 | 106 |
---|---|---|---|
HSL | 0.55 | 0.14 | 0.36 |
HSV | 198° | 25° | 42° |
CMYK | 0.25 | 0.08 | 0.00 0.58 |
XYZ | 10.2775 | 11.4814 | 15.3101 |
Yxy | 11.4814 | 0.2773 | 0.3097 |
Hunter Lab | 33.8842 | -5.1561 | -3.0704 |
CIE-Lab | 40.3797 | -4.8099 | -6.7942 |
#50626a color RGB value is (80,98,106).
#50626a hex color red value is 80, green value is 98 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #50626a hue: 0.55 , saturation: 0.14 and the lightness value of 50626a is 0.36.
The process color (four color CMYK) of #50626a color hex is 0.25, 0.08, 0.00, 0.58. Web safe color of #50626a is #666666. Color #50626a contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010000 | 01100010 | 01101010 |
Octal | 120 | 142 | 152 |
Decimal | 80 | 98 | 106 |
Hex | 50 | 62 | 6A |
Shades of #50626a
Tints of #50626a
RGB Percentages of Color #50626a
CMYK Percentages of Color #50626a
Complementary Color
#50626a | #6a5850 |
#50626a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#50626a Color Preview on White Background
Lorem ipsum dolor sit amet.
#50626a Color CSS Codes
.mybgcolor {background-color:#50626a; } .myforecolor {color:#50626a; } .mybordercolor {border:3px solid #50626a; }
#50626a Text Font Color
<p style="color:#50626a">Text here</p>
This sample text font color is #50626a
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.
#50626a Background Color
<div style="background-color:#50626a">
Div content here</div>
This div background color is #50626a
#50626a Border Color
<div style="border:3px solid #50626a">
Div here</div>
This div border color is #50626a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(80,98,106, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #50626a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #50626a; -webkit-box-shadow: 1px 1px 3px 2px #50626a; box-shadow: 1px 1px 3px 2px #50626a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(80,98,106, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #50626a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #50626a; -webkit-box-shadow: 1px 1px 3px 2px #50626a; box-shadow: 1px 1px 3px 2px #50626a;">
Div content here</div>
This div box has shadow with color #50626a
Comments
No comments written yet.
Please login to write comment.