Color spaces of #5292bf
RGB | 82 | 146 | 191 |
---|---|---|---|
HSL | 0.57 | 0.46 | 0.54 |
HSV | 205° | 57° | 75° |
CMYK | 0.57 | 0.24 | 0.00 0.25 |
XYZ | 23.1625 | 26.1132 | 53.1098 |
Yxy | 26.1132 | 0.2262 | 0.2550 |
Hunter Lab | 51.1011 | -8.5185 | -25.8499 |
CIE-Lab | 58.1443 | -7.2778 | -29.6000 |
#5292bf color RGB value is (82,146,191).
#5292bf hex color red value is 82, green value is 146 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #5292bf hue: 0.57 , saturation: 0.46 and the lightness value of 5292bf is 0.54.
The process color (four color CMYK) of #5292bf color hex is 0.57, 0.24, 0.00, 0.25. Web safe color of #5292bf is #6699cc. Color #5292bf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010010 | 10010010 | 10111111 |
Octal | 122 | 222 | 277 |
Decimal | 82 | 146 | 191 |
Hex | 52 | 92 | BF |
Shades of #5292bf
Tints of #5292bf
RGB Percentages of Color #5292bf
CMYK Percentages of Color #5292bf
Complementary Color
#5292bf | #bf7f52 |
#5292bf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#5292bf Color Preview on White Background
Lorem ipsum dolor sit amet.
#5292bf Color CSS Codes
.mybgcolor {background-color:#5292bf; } .myforecolor {color:#5292bf; } .mybordercolor {border:3px solid #5292bf; }
#5292bf Text Font Color
<p style="color:#5292bf">Text here</p>
This sample text font color is #5292bf
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.
#5292bf Background Color
<div style="background-color:#5292bf">
Div content here</div>
This div background color is #5292bf
#5292bf Border Color
<div style="border:3px solid #5292bf">
Div here</div>
This div border color is #5292bf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(82,146,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #5292bf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #5292bf; -webkit-box-shadow: 1px 1px 3px 2px #5292bf; box-shadow: 1px 1px 3px 2px #5292bf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(82,146,191, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #5292bf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #5292bf; -webkit-box-shadow: 1px 1px 3px 2px #5292bf; box-shadow: 1px 1px 3px 2px #5292bf;">
Div content here</div>
This div box has shadow with color #5292bf
Comments
No comments written yet.
Please login to write comment.