Color spaces of #54699e
RGB | 84 | 105 | 158 |
---|---|---|---|
HSL | 0.62 | 0.31 | 0.47 |
HSV | 223° | 47° | 62° |
CMYK | 0.47 | 0.34 | 0.00 0.38 |
XYZ | 14.8793 | 14.4566 | 34.3539 |
Yxy | 14.4566 | 0.2336 | 0.2270 |
Hunter Lab | 38.0218 | 3.3152 | -26.9551 |
CIE-Lab | 44.8808 | 7.0577 | -31.1887 |
#54699e color RGB value is (84,105,158).
#54699e hex color red value is 84, green value is 105 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #54699e hue: 0.62 , saturation: 0.31 and the lightness value of 54699e is 0.47.
The process color (four color CMYK) of #54699e color hex is 0.47, 0.34, 0.00, 0.38. Web safe color of #54699e is #666699. Color #54699e contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010100 | 01101001 | 10011110 |
Octal | 124 | 151 | 236 |
Decimal | 84 | 105 | 158 |
Hex | 54 | 69 | 9E |
Shades of #54699e
Tints of #54699e
RGB Percentages of Color #54699e
CMYK Percentages of Color #54699e
Complementary Color
#54699e | #9e8954 |
#54699e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#54699e Color Preview on White Background
Lorem ipsum dolor sit amet.
#54699e Color CSS Codes
.mybgcolor {background-color:#54699e; } .myforecolor {color:#54699e; } .mybordercolor {border:3px solid #54699e; }
#54699e Text Font Color
<p style="color:#54699e">Text here</p>
This sample text font color is #54699e
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.
#54699e Background Color
<div style="background-color:#54699e">
Div content here</div>
This div background color is #54699e
#54699e Border Color
<div style="border:3px solid #54699e">
Div here</div>
This div border color is #54699e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(84,105,158, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #54699e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #54699e; -webkit-box-shadow: 1px 1px 3px 2px #54699e; box-shadow: 1px 1px 3px 2px #54699e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(84,105,158, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #54699e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #54699e; -webkit-box-shadow: 1px 1px 3px 2px #54699e; box-shadow: 1px 1px 3px 2px #54699e;">
Div content here</div>
This div box has shadow with color #54699e
Comments
No comments written yet.
Please login to write comment.