Color spaces of #559ebd
RGB | 85 | 158 | 189 |
---|---|---|---|
HSL | 0.55 | 0.44 | 0.54 |
HSV | 198° | 55° | 74° |
CMYK | 0.55 | 0.16 | 0.00 0.26 |
XYZ | 25.1585 | 30.0591 | 52.6201 |
Yxy | 30.0591 | 0.2333 | 0.2787 |
Hunter Lab | 54.8262 | -14.0362 | -18.5260 |
CIE-Lab | 61.7052 | -13.9013 | -22.9753 |
#559ebd color RGB value is (85,158,189).
#559ebd hex color red value is 85, green value is 158 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #559ebd hue: 0.55 , saturation: 0.44 and the lightness value of 559ebd is 0.54.
The process color (four color CMYK) of #559ebd color hex is 0.55, 0.16, 0.00, 0.26. Web safe color of #559ebd is #6699cc. Color #559ebd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010101 | 10011110 | 10111101 |
Octal | 125 | 236 | 275 |
Decimal | 85 | 158 | 189 |
Hex | 55 | 9E | BD |
Shades of #559ebd
Tints of #559ebd
RGB Percentages of Color #559ebd
CMYK Percentages of Color #559ebd
Complementary Color
#559ebd | #bd7455 |
#559ebd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#559ebd Color Preview on White Background
Lorem ipsum dolor sit amet.
#559ebd Color CSS Codes
.mybgcolor {background-color:#559ebd; } .myforecolor {color:#559ebd; } .mybordercolor {border:3px solid #559ebd; }
#559ebd Text Font Color
<p style="color:#559ebd">Text here</p>
This sample text font color is #559ebd
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.
#559ebd Background Color
<div style="background-color:#559ebd">
Div content here</div>
This div background color is #559ebd
#559ebd Border Color
<div style="border:3px solid #559ebd">
Div here</div>
This div border color is #559ebd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(85,158,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #559ebd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #559ebd; -webkit-box-shadow: 1px 1px 3px 2px #559ebd; box-shadow: 1px 1px 3px 2px #559ebd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(85,158,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #559ebd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #559ebd; -webkit-box-shadow: 1px 1px 3px 2px #559ebd; box-shadow: 1px 1px 3px 2px #559ebd;">
Div content here</div>
This div box has shadow with color #559ebd
Comments
No comments written yet.
Please login to write comment.