Color spaces of #599cbe
RGB | 89 | 156 | 190 |
---|---|---|---|
HSL | 0.56 | 0.44 | 0.55 |
HSV | 200° | 53° | 75° |
CMYK | 0.53 | 0.18 | 0.00 0.25 |
XYZ | 25.3026 | 29.6185 | 53.0986 |
Yxy | 29.6185 | 0.2342 | 0.2742 |
Hunter Lab | 54.4229 | -12.2508 | -19.7513 |
CIE-Lab | 61.3236 | -11.6450 | -24.1074 |
#599cbe color RGB value is (89,156,190).
#599cbe hex color red value is 89, green value is 156 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #599cbe hue: 0.56 , saturation: 0.44 and the lightness value of 599cbe is 0.55.
The process color (four color CMYK) of #599cbe color hex is 0.53, 0.18, 0.00, 0.25. Web safe color of #599cbe is #6699cc. Color #599cbe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01011001 | 10011100 | 10111110 |
Octal | 131 | 234 | 276 |
Decimal | 89 | 156 | 190 |
Hex | 59 | 9C | BE |
Shades of #599cbe
Tints of #599cbe
RGB Percentages of Color #599cbe
CMYK Percentages of Color #599cbe
Complementary Color
#599cbe | #be7b59 |
#599cbe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#599cbe Color Preview on White Background
Lorem ipsum dolor sit amet.
#599cbe Color CSS Codes
.mybgcolor {background-color:#599cbe; } .myforecolor {color:#599cbe; } .mybordercolor {border:3px solid #599cbe; }
#599cbe Text Font Color
<p style="color:#599cbe">Text here</p>
This sample text font color is #599cbe
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.
#599cbe Background Color
<div style="background-color:#599cbe">
Div content here</div>
This div background color is #599cbe
#599cbe Border Color
<div style="border:3px solid #599cbe">
Div here</div>
This div border color is #599cbe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(89,156,190, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #599cbe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #599cbe; -webkit-box-shadow: 1px 1px 3px 2px #599cbe; box-shadow: 1px 1px 3px 2px #599cbe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(89,156,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 #599cbe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #599cbe; -webkit-box-shadow: 1px 1px 3px 2px #599cbe; box-shadow: 1px 1px 3px 2px #599cbe;">
Div content here</div>
This div box has shadow with color #599cbe
Comments
No comments written yet.
Please login to write comment.