Color spaces of #597fdb
RGB | 89 | 127 | 219 |
---|---|---|---|
HSL | 0.62 | 0.64 | 0.60 |
HSV | 222° | 59° | 86° |
CMYK | 0.59 | 0.42 | 0.00 0.14 |
XYZ | 24.4954 | 22.4171 | 70.0537 |
Yxy | 22.4171 | 0.2094 | 0.1917 |
Hunter Lab | 47.3467 | 9.4925 | -54.5822 |
CIE-Lab | 54.4668 | 14.4530 | -51.1637 |
#597fdb color RGB value is (89,127,219).
#597fdb hex color red value is 89, green value is 127 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #597fdb hue: 0.62 , saturation: 0.64 and the lightness value of 597fdb is 0.60.
The process color (four color CMYK) of #597fdb color hex is 0.59, 0.42, 0.00, 0.14. Web safe color of #597fdb is #6666cc. Color #597fdb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01011001 | 01111111 | 11011011 |
Octal | 131 | 177 | 333 |
Decimal | 89 | 127 | 219 |
Hex | 59 | 7F | DB |
Shades of #597fdb
Tints of #597fdb
RGB Percentages of Color #597fdb
CMYK Percentages of Color #597fdb
Complementary Color
#597fdb | #dbb559 |
#597fdb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#597fdb Color Preview on White Background
Lorem ipsum dolor sit amet.
#597fdb Color CSS Codes
.mybgcolor {background-color:#597fdb; } .myforecolor {color:#597fdb; } .mybordercolor {border:3px solid #597fdb; }
#597fdb Text Font Color
<p style="color:#597fdb">Text here</p>
This sample text font color is #597fdb
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.
#597fdb Background Color
<div style="background-color:#597fdb">
Div content here</div>
This div background color is #597fdb
#597fdb Border Color
<div style="border:3px solid #597fdb">
Div here</div>
This div border color is #597fdb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(89,127,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #597fdb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #597fdb; -webkit-box-shadow: 1px 1px 3px 2px #597fdb; box-shadow: 1px 1px 3px 2px #597fdb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(89,127,219, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #597fdb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #597fdb; -webkit-box-shadow: 1px 1px 3px 2px #597fdb; box-shadow: 1px 1px 3px 2px #597fdb;">
Div content here</div>
This div box has shadow with color #597fdb
Comments
No comments written yet.
Please login to write comment.