Color spaces of #557477
RGB | 85 | 116 | 119 |
---|---|---|---|
HSL | 0.51 | 0.17 | 0.40 |
HSV | 185° | 29° | 47° |
CMYK | 0.29 | 0.03 | 0.00 0.53 |
XYZ | 13.3215 | 15.7540 | 19.7915 |
Yxy | 15.7540 | 0.2726 | 0.3224 |
Hunter Lab | 39.6913 | -9.5503 | -1.7802 |
CIE-Lab | 46.6501 | -10.3217 | -5.2756 |
#557477 color RGB value is (85,116,119).
#557477 hex color red value is 85, green value is 116 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #557477 hue: 0.51 , saturation: 0.17 and the lightness value of 557477 is 0.40.
The process color (four color CMYK) of #557477 color hex is 0.29, 0.03, 0.00, 0.53. Web safe color of #557477 is #666666. Color #557477 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010101 | 01110100 | 01110111 |
Octal | 125 | 164 | 167 |
Decimal | 85 | 116 | 119 |
Hex | 55 | 74 | 77 |
Shades of #557477
Tints of #557477
RGB Percentages of Color #557477
CMYK Percentages of Color #557477
Complementary Color
#557477 | #775855 |
#557477 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#557477 Color Preview on White Background
Lorem ipsum dolor sit amet.
#557477 Color CSS Codes
.mybgcolor {background-color:#557477; } .myforecolor {color:#557477; } .mybordercolor {border:3px solid #557477; }
#557477 Text Font Color
<p style="color:#557477">Text here</p>
This sample text font color is #557477
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.
#557477 Background Color
<div style="background-color:#557477">
Div content here</div>
This div background color is #557477
#557477 Border Color
<div style="border:3px solid #557477">
Div here</div>
This div border color is #557477
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(85,116,119, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #557477; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #557477; -webkit-box-shadow: 1px 1px 3px 2px #557477; box-shadow: 1px 1px 3px 2px #557477; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(85,116,119, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #557477">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #557477; -webkit-box-shadow: 1px 1px 3px 2px #557477; box-shadow: 1px 1px 3px 2px #557477;">
Div content here</div>
This div box has shadow with color #557477
Comments
No comments written yet.
Please login to write comment.