Color spaces of #51597b
RGB | 81 | 89 | 123 |
---|---|---|---|
HSL | 0.63 | 0.21 | 0.40 |
HSV | 229° | 34° | 48° |
CMYK | 0.34 | 0.28 | 0.00 0.52 |
XYZ | 10.5409 | 10.3241 | 20.1761 |
Yxy | 10.3241 | 0.2568 | 0.2516 |
Hunter Lab | 32.1311 | 2.3290 | -14.7382 |
CIE-Lab | 38.4179 | 5.6640 | -20.1981 |
#51597b color RGB value is (81,89,123).
#51597b hex color red value is 81, green value is 89 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #51597b hue: 0.63 , saturation: 0.21 and the lightness value of 51597b is 0.40.
The process color (four color CMYK) of #51597b color hex is 0.34, 0.28, 0.00, 0.52. Web safe color of #51597b is #666666. Color #51597b contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010001 | 01011001 | 01111011 |
Octal | 121 | 131 | 173 |
Decimal | 81 | 89 | 123 |
Hex | 51 | 59 | 7B |
Shades of #51597b
Tints of #51597b
RGB Percentages of Color #51597b
CMYK Percentages of Color #51597b
Complementary Color
#51597b | #7b7351 |
#51597b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#51597b Color Preview on White Background
Lorem ipsum dolor sit amet.
#51597b Color CSS Codes
.mybgcolor {background-color:#51597b; } .myforecolor {color:#51597b; } .mybordercolor {border:3px solid #51597b; }
#51597b Text Font Color
<p style="color:#51597b">Text here</p>
This sample text font color is #51597b
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.
#51597b Background Color
<div style="background-color:#51597b">
Div content here</div>
This div background color is #51597b
#51597b Border Color
<div style="border:3px solid #51597b">
Div here</div>
This div border color is #51597b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(81,89,123, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #51597b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #51597b; -webkit-box-shadow: 1px 1px 3px 2px #51597b; box-shadow: 1px 1px 3px 2px #51597b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(81,89,123, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #51597b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #51597b; -webkit-box-shadow: 1px 1px 3px 2px #51597b; box-shadow: 1px 1px 3px 2px #51597b;">
Div content here</div>
This div box has shadow with color #51597b
Comments
No comments written yet.
Please login to write comment.