Color spaces of #589eaf
RGB | 88 | 158 | 175 |
---|---|---|---|
HSL | 0.53 | 0.35 | 0.52 |
HSV | 192° | 50° | 69° |
CMYK | 0.50 | 0.10 | 0.00 0.31 |
XYZ | 23.9892 | 29.6236 | 45.0110 |
Yxy | 29.6236 | 0.2432 | 0.3004 |
Hunter Lab | 54.4276 | -16.5735 | -10.9329 |
CIE-Lab | 61.3281 | -17.3286 | -15.6631 |
#589eaf color RGB value is (88,158,175).
#589eaf hex color red value is 88, green value is 158 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #589eaf hue: 0.53 , saturation: 0.35 and the lightness value of 589eaf is 0.52.
The process color (four color CMYK) of #589eaf color hex is 0.50, 0.10, 0.00, 0.31. Web safe color of #589eaf is #669999. Color #589eaf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01011000 | 10011110 | 10101111 |
Octal | 130 | 236 | 257 |
Decimal | 88 | 158 | 175 |
Hex | 58 | 9E | AF |
Shades of #589eaf
Tints of #589eaf
RGB Percentages of Color #589eaf
CMYK Percentages of Color #589eaf
Complementary Color
#589eaf | #af6958 |
#589eaf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#589eaf Color Preview on White Background
Lorem ipsum dolor sit amet.
#589eaf Color CSS Codes
.mybgcolor {background-color:#589eaf; } .myforecolor {color:#589eaf; } .mybordercolor {border:3px solid #589eaf; }
#589eaf Text Font Color
<p style="color:#589eaf">Text here</p>
This sample text font color is #589eaf
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.
#589eaf Background Color
<div style="background-color:#589eaf">
Div content here</div>
This div background color is #589eaf
#589eaf Border Color
<div style="border:3px solid #589eaf">
Div here</div>
This div border color is #589eaf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(88,158,175, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #589eaf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #589eaf; -webkit-box-shadow: 1px 1px 3px 2px #589eaf; box-shadow: 1px 1px 3px 2px #589eaf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(88,158,175, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #589eaf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #589eaf; -webkit-box-shadow: 1px 1px 3px 2px #589eaf; box-shadow: 1px 1px 3px 2px #589eaf;">
Div content here</div>
This div box has shadow with color #589eaf
Comments
No comments written yet.
Please login to write comment.