Color spaces of #50596b
RGB | 80 | 89 | 107 |
---|---|---|---|
HSL | 0.61 | 0.14 | 0.37 |
HSV | 220° | 25° | 42° |
CMYK | 0.25 | 0.17 | 0.00 0.58 |
XYZ | 9.5345 | 9.9118 | 15.3206 |
Yxy | 9.9118 | 0.2742 | 0.2851 |
Hunter Lab | 31.4830 | -1.0373 | -6.8142 |
CIE-Lab | 37.6837 | 0.9266 | -11.4664 |
#50596b color RGB value is (80,89,107).
#50596b hex color red value is 80, green value is 89 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #50596b hue: 0.61 , saturation: 0.14 and the lightness value of 50596b is 0.37.
The process color (four color CMYK) of #50596b color hex is 0.25, 0.17, 0.00, 0.58. Web safe color of #50596b is #666666. Color #50596b contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010000 | 01011001 | 01101011 |
Octal | 120 | 131 | 153 |
Decimal | 80 | 89 | 107 |
Hex | 50 | 59 | 6B |
Shades of #50596b
Tints of #50596b
RGB Percentages of Color #50596b
CMYK Percentages of Color #50596b
Complementary Color
#50596b | #6b6250 |
#50596b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#50596b Color Preview on White Background
Lorem ipsum dolor sit amet.
#50596b Color CSS Codes
.mybgcolor {background-color:#50596b; } .myforecolor {color:#50596b; } .mybordercolor {border:3px solid #50596b; }
#50596b Text Font Color
<p style="color:#50596b">Text here</p>
This sample text font color is #50596b
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.
#50596b Background Color
<div style="background-color:#50596b">
Div content here</div>
This div background color is #50596b
#50596b Border Color
<div style="border:3px solid #50596b">
Div here</div>
This div border color is #50596b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(80,89,107, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #50596b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #50596b; -webkit-box-shadow: 1px 1px 3px 2px #50596b; box-shadow: 1px 1px 3px 2px #50596b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(80,89,107, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #50596b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #50596b; -webkit-box-shadow: 1px 1px 3px 2px #50596b; box-shadow: 1px 1px 3px 2px #50596b;">
Div content here</div>
This div box has shadow with color #50596b
#50596b Color Palettes
Comments
No comments written yet.
Please login to write comment.