Color spaces of #598faa
RGB | 89 | 143 | 170 |
---|---|---|---|
HSL | 0.56 | 0.32 | 0.51 |
HSV | 200° | 48° | 67° |
CMYK | 0.48 | 0.16 | 0.00 0.33 |
XYZ | 21.1980 | 24.6710 | 41.6749 |
Yxy | 24.6710 | 0.2421 | 0.2818 |
Hunter Lab | 49.6699 | -10.7426 | -14.9776 |
CIE-Lab | 56.7534 | -10.3741 | -19.7747 |
#598faa color RGB value is (89,143,170).
#598faa hex color red value is 89, green value is 143 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #598faa hue: 0.56 , saturation: 0.32 and the lightness value of 598faa is 0.51.
The process color (four color CMYK) of #598faa color hex is 0.48, 0.16, 0.00, 0.33. Web safe color of #598faa is #669999. Color #598faa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01011001 | 10001111 | 10101010 |
Octal | 131 | 217 | 252 |
Decimal | 89 | 143 | 170 |
Hex | 59 | 8F | AA |
Shades of #598faa
Tints of #598faa
RGB Percentages of Color #598faa
CMYK Percentages of Color #598faa
Complementary Color
#598faa | #aa7459 |
#598faa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#598faa Color Preview on White Background
Lorem ipsum dolor sit amet.
#598faa Color CSS Codes
.mybgcolor {background-color:#598faa; } .myforecolor {color:#598faa; } .mybordercolor {border:3px solid #598faa; }
#598faa Text Font Color
<p style="color:#598faa">Text here</p>
This sample text font color is #598faa
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.
#598faa Background Color
<div style="background-color:#598faa">
Div content here</div>
This div background color is #598faa
#598faa Border Color
<div style="border:3px solid #598faa">
Div here</div>
This div border color is #598faa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(89,143,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #598faa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #598faa; -webkit-box-shadow: 1px 1px 3px 2px #598faa; box-shadow: 1px 1px 3px 2px #598faa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(89,143,170, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #598faa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #598faa; -webkit-box-shadow: 1px 1px 3px 2px #598faa; box-shadow: 1px 1px 3px 2px #598faa;">
Div content here</div>
This div box has shadow with color #598faa
Comments
No comments written yet.
Please login to write comment.