Color spaces of #578bbe
RGB | 87 | 139 | 190 |
---|---|---|---|
HSL | 0.58 | 0.44 | 0.54 |
HSV | 210° | 54° | 75° |
CMYK | 0.54 | 0.27 | 0.00 0.25 |
XYZ | 22.4574 | 24.2092 | 52.2044 |
Yxy | 24.2092 | 0.2271 | 0.2449 |
Hunter Lab | 49.2028 | -4.6331 | -28.4649 |
CIE-Lab | 56.2966 | -2.5154 | -31.8859 |
#578bbe color RGB value is (87,139,190).
#578bbe hex color red value is 87, green value is 139 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #578bbe hue: 0.58 , saturation: 0.44 and the lightness value of 578bbe is 0.54.
The process color (four color CMYK) of #578bbe color hex is 0.54, 0.27, 0.00, 0.25. Web safe color of #578bbe is #6699cc. Color #578bbe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010111 | 10001011 | 10111110 |
Octal | 127 | 213 | 276 |
Decimal | 87 | 139 | 190 |
Hex | 57 | 8B | BE |
Shades of #578bbe
Tints of #578bbe
RGB Percentages of Color #578bbe
CMYK Percentages of Color #578bbe
Complementary Color
#578bbe | #be8a57 |
#578bbe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#578bbe Color Preview on White Background
Lorem ipsum dolor sit amet.
#578bbe Color CSS Codes
.mybgcolor {background-color:#578bbe; } .myforecolor {color:#578bbe; } .mybordercolor {border:3px solid #578bbe; }
#578bbe Text Font Color
<p style="color:#578bbe">Text here</p>
This sample text font color is #578bbe
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.
#578bbe Background Color
<div style="background-color:#578bbe">
Div content here</div>
This div background color is #578bbe
#578bbe Border Color
<div style="border:3px solid #578bbe">
Div here</div>
This div border color is #578bbe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(87,139,190, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #578bbe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #578bbe; -webkit-box-shadow: 1px 1px 3px 2px #578bbe; box-shadow: 1px 1px 3px 2px #578bbe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(87,139,190, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #578bbe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #578bbe; -webkit-box-shadow: 1px 1px 3px 2px #578bbe; box-shadow: 1px 1px 3px 2px #578bbe;">
Div content here</div>
This div box has shadow with color #578bbe
Comments
No comments written yet.
Please login to write comment.