Color spaces of #55637f
RGB | 85 | 99 | 127 |
---|---|---|---|
HSL | 0.61 | 0.20 | 0.42 |
HSV | 220° | 33° | 50° |
CMYK | 0.33 | 0.22 | 0.00 0.50 |
XYZ | 12.0389 | 12.3873 | 21.8351 |
Yxy | 12.3873 | 0.2602 | 0.2678 |
Hunter Lab | 35.1956 | -0.5351 | -12.1462 |
CIE-Lab | 41.8252 | 1.8571 | -17.3668 |
#55637f color RGB value is (85,99,127).
#55637f hex color red value is 85, green value is 99 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #55637f hue: 0.61 , saturation: 0.20 and the lightness value of 55637f is 0.42.
The process color (four color CMYK) of #55637f color hex is 0.33, 0.22, 0.00, 0.50. Web safe color of #55637f is #666666. Color #55637f contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010101 | 01100011 | 01111111 |
Octal | 125 | 143 | 177 |
Decimal | 85 | 99 | 127 |
Hex | 55 | 63 | 7F |
Shades of #55637f
Tints of #55637f
RGB Percentages of Color #55637f
CMYK Percentages of Color #55637f
Complementary Color
#55637f | #7f7155 |
#55637f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#55637f Color Preview on White Background
Lorem ipsum dolor sit amet.
#55637f Color CSS Codes
.mybgcolor {background-color:#55637f; } .myforecolor {color:#55637f; } .mybordercolor {border:3px solid #55637f; }
#55637f Text Font Color
<p style="color:#55637f">Text here</p>
This sample text font color is #55637f
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.
#55637f Background Color
<div style="background-color:#55637f">
Div content here</div>
This div background color is #55637f
#55637f Border Color
<div style="border:3px solid #55637f">
Div here</div>
This div border color is #55637f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(85,99,127, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #55637f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #55637f; -webkit-box-shadow: 1px 1px 3px 2px #55637f; box-shadow: 1px 1px 3px 2px #55637f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(85,99,127, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #55637f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #55637f; -webkit-box-shadow: 1px 1px 3px 2px #55637f; box-shadow: 1px 1px 3px 2px #55637f;">
Div content here</div>
This div box has shadow with color #55637f
Comments
No comments written yet.
Please login to write comment.