Color spaces of #575cbc
RGB | 87 | 92 | 188 |
---|---|---|---|
HSL | 0.66 | 0.43 | 0.54 |
HSV | 237° | 54° | 74° |
CMYK | 0.54 | 0.51 | 0.00 0.26 |
XYZ | 16.8347 | 13.3114 | 49.2590 |
Yxy | 13.3114 | 0.2120 | 0.1676 |
Hunter Lab | 36.4848 | 18.5145 | -54.5095 |
CIE-Lab | 43.2288 | 25.5006 | -51.4157 |
#575cbc color RGB value is (87,92,188).
#575cbc hex color red value is 87, green value is 92 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #575cbc hue: 0.66 , saturation: 0.43 and the lightness value of 575cbc is 0.54.
The process color (four color CMYK) of #575cbc color hex is 0.54, 0.51, 0.00, 0.26. Web safe color of #575cbc is #6666cc. Color #575cbc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010111 | 01011100 | 10111100 |
Octal | 127 | 134 | 274 |
Decimal | 87 | 92 | 188 |
Hex | 57 | 5C | BC |
Shades of #575cbc
Tints of #575cbc
RGB Percentages of Color #575cbc
CMYK Percentages of Color #575cbc
Complementary Color
#575cbc | #bcb757 |
#575cbc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#575cbc Color Preview on White Background
Lorem ipsum dolor sit amet.
#575cbc Color CSS Codes
.mybgcolor {background-color:#575cbc; } .myforecolor {color:#575cbc; } .mybordercolor {border:3px solid #575cbc; }
#575cbc Text Font Color
<p style="color:#575cbc">Text here</p>
This sample text font color is #575cbc
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.
#575cbc Background Color
<div style="background-color:#575cbc">
Div content here</div>
This div background color is #575cbc
#575cbc Border Color
<div style="border:3px solid #575cbc">
Div here</div>
This div border color is #575cbc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(87,92,188, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #575cbc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #575cbc; -webkit-box-shadow: 1px 1px 3px 2px #575cbc; box-shadow: 1px 1px 3px 2px #575cbc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(87,92,188, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #575cbc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #575cbc; -webkit-box-shadow: 1px 1px 3px 2px #575cbc; box-shadow: 1px 1px 3px 2px #575cbc;">
Div content here</div>
This div box has shadow with color #575cbc
Comments
No comments written yet.
Please login to write comment.