Color spaces of #555fcd
RGB | 85 | 95 | 205 |
---|---|---|---|
HSL | 0.65 | 0.55 | 0.57 |
HSV | 235° | 59° | 80° |
CMYK | 0.59 | 0.54 | 0.00 0.20 |
XYZ | 18.8580 | 14.5235 | 59.5670 |
Yxy | 14.5235 | 0.2029 | 0.1563 |
Hunter Lab | 38.1097 | 21.6360 | -65.9958 |
CIE-Lab | 44.9745 | 28.8022 | -58.4446 |
#555fcd color RGB value is (85,95,205).
#555fcd hex color red value is 85, green value is 95 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #555fcd hue: 0.65 , saturation: 0.55 and the lightness value of 555fcd is 0.57.
The process color (four color CMYK) of #555fcd color hex is 0.59, 0.54, 0.00, 0.20. Web safe color of #555fcd is #6666cc. Color #555fcd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010101 | 01011111 | 11001101 |
Octal | 125 | 137 | 315 |
Decimal | 85 | 95 | 205 |
Hex | 55 | 5F | CD |
Shades of #555fcd
Tints of #555fcd
RGB Percentages of Color #555fcd
CMYK Percentages of Color #555fcd
Complementary Color
#555fcd | #cdc355 |
#555fcd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#555fcd Color Preview on White Background
Lorem ipsum dolor sit amet.
#555fcd Color CSS Codes
.mybgcolor {background-color:#555fcd; } .myforecolor {color:#555fcd; } .mybordercolor {border:3px solid #555fcd; }
#555fcd Text Font Color
<p style="color:#555fcd">Text here</p>
This sample text font color is #555fcd
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.
#555fcd Background Color
<div style="background-color:#555fcd">
Div content here</div>
This div background color is #555fcd
#555fcd Border Color
<div style="border:3px solid #555fcd">
Div here</div>
This div border color is #555fcd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(85,95,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #555fcd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #555fcd; -webkit-box-shadow: 1px 1px 3px 2px #555fcd; box-shadow: 1px 1px 3px 2px #555fcd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(85,95,205, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #555fcd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #555fcd; -webkit-box-shadow: 1px 1px 3px 2px #555fcd; box-shadow: 1px 1px 3px 2px #555fcd;">
Div content here</div>
This div box has shadow with color #555fcd
Comments
No comments written yet.
Please login to write comment.