Color spaces of #549baf
RGB | 84 | 155 | 175 |
---|---|---|---|
HSL | 0.54 | 0.36 | 0.51 |
HSV | 193° | 52° | 69° |
CMYK | 0.52 | 0.11 | 0.00 0.31 |
XYZ | 23.1154 | 28.4227 | 44.8253 |
Yxy | 28.4227 | 0.2399 | 0.2950 |
Hunter Lab | 53.3129 | -15.9037 | -12.5317 |
CIE-Lab | 60.2687 | -16.6465 | -17.2844 |
#549baf color RGB value is (84,155,175).
#549baf hex color red value is 84, green value is 155 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #549baf hue: 0.54 , saturation: 0.36 and the lightness value of 549baf is 0.51.
The process color (four color CMYK) of #549baf color hex is 0.52, 0.11, 0.00, 0.31. Web safe color of #549baf is #669999. Color #549baf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010100 | 10011011 | 10101111 |
Octal | 124 | 233 | 257 |
Decimal | 84 | 155 | 175 |
Hex | 54 | 9B | AF |
Shades of #549baf
Tints of #549baf
RGB Percentages of Color #549baf
CMYK Percentages of Color #549baf
Complementary Color
#549baf | #af6854 |
#549baf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#549baf Color Preview on White Background
Lorem ipsum dolor sit amet.
#549baf Color CSS Codes
.mybgcolor {background-color:#549baf; } .myforecolor {color:#549baf; } .mybordercolor {border:3px solid #549baf; }
#549baf Text Font Color
<p style="color:#549baf">Text here</p>
This sample text font color is #549baf
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.
#549baf Background Color
<div style="background-color:#549baf">
Div content here</div>
This div background color is #549baf
#549baf Border Color
<div style="border:3px solid #549baf">
Div here</div>
This div border color is #549baf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(84,155,175, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #549baf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #549baf; -webkit-box-shadow: 1px 1px 3px 2px #549baf; box-shadow: 1px 1px 3px 2px #549baf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(84,155,175, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #549baf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #549baf; -webkit-box-shadow: 1px 1px 3px 2px #549baf; box-shadow: 1px 1px 3px 2px #549baf;">
Div content here</div>
This div box has shadow with color #549baf
Comments
No comments written yet.
Please login to write comment.