Color spaces of #558ade
RGB | 85 | 138 | 222 |
---|---|---|---|
HSL | 0.60 | 0.67 | 0.60 |
HSV | 217° | 62° | 87° |
CMYK | 0.62 | 0.38 | 0.00 0.13 |
XYZ | 26.0196 | 25.3822 | 72.6351 |
Yxy | 25.3822 | 0.2098 | 0.2046 |
Hunter Lab | 50.3808 | 4.0216 | -50.2132 |
CIE-Lab | 57.4459 | 8.0792 | -48.1224 |
#558ade color RGB value is (85,138,222).
#558ade hex color red value is 85, green value is 138 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #558ade hue: 0.60 , saturation: 0.67 and the lightness value of 558ade is 0.60.
The process color (four color CMYK) of #558ade color hex is 0.62, 0.38, 0.00, 0.13. Web safe color of #558ade is #6699cc. Color #558ade contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010101 | 10001010 | 11011110 |
Octal | 125 | 212 | 336 |
Decimal | 85 | 138 | 222 |
Hex | 55 | 8A | DE |
Shades of #558ade
Tints of #558ade
RGB Percentages of Color #558ade
CMYK Percentages of Color #558ade
Complementary Color
#558ade | #dea955 |
#558ade Color Preview on Black Background
Lorem ipsum dolor sit amet.
#558ade Color Preview on White Background
Lorem ipsum dolor sit amet.
#558ade Color CSS Codes
.mybgcolor {background-color:#558ade; } .myforecolor {color:#558ade; } .mybordercolor {border:3px solid #558ade; }
#558ade Text Font Color
<p style="color:#558ade">Text here</p>
This sample text font color is #558ade
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.
#558ade Background Color
<div style="background-color:#558ade">
Div content here</div>
This div background color is #558ade
#558ade Border Color
<div style="border:3px solid #558ade">
Div here</div>
This div border color is #558ade
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(85,138,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #558ade; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #558ade; -webkit-box-shadow: 1px 1px 3px 2px #558ade; box-shadow: 1px 1px 3px 2px #558ade; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(85,138,222, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #558ade">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #558ade; -webkit-box-shadow: 1px 1px 3px 2px #558ade; box-shadow: 1px 1px 3px 2px #558ade;">
Div content here</div>
This div box has shadow with color #558ade
Comments
No comments written yet.
Please login to write comment.