Color spaces of #51556b
RGB | 81 | 85 | 107 |
---|---|---|---|
HSL | 0.64 | 0.14 | 0.37 |
HSV | 231° | 24° | 42° |
CMYK | 0.24 | 0.21 | 0.00 0.58 |
XYZ | 9.2957 | 9.3079 | 15.2166 |
Yxy | 9.3079 | 0.2749 | 0.2752 |
Hunter Lab | 30.5089 | 0.9964 | -8.2153 |
CIE-Lab | 36.5705 | 3.7689 | -13.1497 |
#51556b color RGB value is (81,85,107).
#51556b hex color red value is 81, green value is 85 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #51556b hue: 0.64 , saturation: 0.14 and the lightness value of 51556b is 0.37.
The process color (four color CMYK) of #51556b color hex is 0.24, 0.21, 0.00, 0.58. Web safe color of #51556b is #666666. Color #51556b contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010001 | 01010101 | 01101011 |
Octal | 121 | 125 | 153 |
Decimal | 81 | 85 | 107 |
Hex | 51 | 55 | 6B |
Shades of #51556b
Tints of #51556b
RGB Percentages of Color #51556b
CMYK Percentages of Color #51556b
Complementary Color
#51556b | #6b6751 |
#51556b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#51556b Color Preview on White Background
Lorem ipsum dolor sit amet.
#51556b Color CSS Codes
.mybgcolor {background-color:#51556b; } .myforecolor {color:#51556b; } .mybordercolor {border:3px solid #51556b; }
#51556b Text Font Color
<p style="color:#51556b">Text here</p>
This sample text font color is #51556b
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.
#51556b Background Color
<div style="background-color:#51556b">
Div content here</div>
This div background color is #51556b
#51556b Border Color
<div style="border:3px solid #51556b">
Div here</div>
This div border color is #51556b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(81,85,107, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #51556b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #51556b; -webkit-box-shadow: 1px 1px 3px 2px #51556b; box-shadow: 1px 1px 3px 2px #51556b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(81,85,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 #51556b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #51556b; -webkit-box-shadow: 1px 1px 3px 2px #51556b; box-shadow: 1px 1px 3px 2px #51556b;">
Div content here</div>
This div box has shadow with color #51556b
Comments
No comments written yet.
Please login to write comment.