Color spaces of #589cc1
RGB | 88 | 156 | 193 |
---|---|---|---|
HSL | 0.56 | 0.46 | 0.55 |
HSV | 201° | 54° | 76° |
CMYK | 0.54 | 0.19 | 0.00 0.24 |
XYZ | 25.5386 | 29.7019 | 54.8391 |
Yxy | 29.7019 | 0.2320 | 0.2698 |
Hunter Lab | 54.4994 | -11.7284 | -21.5099 |
CIE-Lab | 61.3962 | -10.9606 | -25.6840 |
#589cc1 color RGB value is (88,156,193).
#589cc1 hex color red value is 88, green value is 156 and the blue value of its RGB is 193. Cylindrical-coordinate representations (also known as HSL) of color #589cc1 hue: 0.56 , saturation: 0.46 and the lightness value of 589cc1 is 0.55.
The process color (four color CMYK) of #589cc1 color hex is 0.54, 0.19, 0.00, 0.24. Web safe color of #589cc1 is #6699cc. Color #589cc1 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01011000 | 10011100 | 11000001 |
Octal | 130 | 234 | 301 |
Decimal | 88 | 156 | 193 |
Hex | 58 | 9C | C1 |
Shades of #589cc1
Tints of #589cc1
RGB Percentages of Color #589cc1
CMYK Percentages of Color #589cc1
Complementary Color
#589cc1 | #c17d58 |
#589cc1 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#589cc1 Color Preview on White Background
Lorem ipsum dolor sit amet.
#589cc1 Color CSS Codes
.mybgcolor {background-color:#589cc1; } .myforecolor {color:#589cc1; } .mybordercolor {border:3px solid #589cc1; }
#589cc1 Text Font Color
<p style="color:#589cc1">Text here</p>
This sample text font color is #589cc1
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.
#589cc1 Background Color
<div style="background-color:#589cc1">
Div content here</div>
This div background color is #589cc1
#589cc1 Border Color
<div style="border:3px solid #589cc1">
Div here</div>
This div border color is #589cc1
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(88,156,193, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #589cc1; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #589cc1; -webkit-box-shadow: 1px 1px 3px 2px #589cc1; box-shadow: 1px 1px 3px 2px #589cc1; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(88,156,193, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #589cc1">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #589cc1; -webkit-box-shadow: 1px 1px 3px 2px #589cc1; box-shadow: 1px 1px 3px 2px #589cc1;">
Div content here</div>
This div box has shadow with color #589cc1
Comments
No comments written yet.
Please login to write comment.