Color spaces of #588bbd
RGB | 88 | 139 | 189 |
---|---|---|---|
HSL | 0.58 | 0.43 | 0.54 |
HSV | 210° | 53° | 74° |
CMYK | 0.53 | 0.26 | 0.00 0.26 |
XYZ | 22.4424 | 24.2141 | 51.6351 |
Yxy | 24.2141 | 0.2283 | 0.2463 |
Hunter Lab | 49.2078 | -4.7045 | -27.7691 |
CIE-Lab | 56.3015 | -2.6052 | -31.3064 |
#588bbd color RGB value is (88,139,189).
#588bbd hex color red value is 88, green value is 139 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #588bbd hue: 0.58 , saturation: 0.43 and the lightness value of 588bbd is 0.54.
The process color (four color CMYK) of #588bbd color hex is 0.53, 0.26, 0.00, 0.26. Web safe color of #588bbd is #6699cc. Color #588bbd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01011000 | 10001011 | 10111101 |
Octal | 130 | 213 | 275 |
Decimal | 88 | 139 | 189 |
Hex | 58 | 8B | BD |
Shades of #588bbd
Tints of #588bbd
RGB Percentages of Color #588bbd
CMYK Percentages of Color #588bbd
Complementary Color
#588bbd | #bd8a58 |
#588bbd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#588bbd Color Preview on White Background
Lorem ipsum dolor sit amet.
#588bbd Color CSS Codes
.mybgcolor {background-color:#588bbd; } .myforecolor {color:#588bbd; } .mybordercolor {border:3px solid #588bbd; }
#588bbd Text Font Color
<p style="color:#588bbd">Text here</p>
This sample text font color is #588bbd
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.
#588bbd Background Color
<div style="background-color:#588bbd">
Div content here</div>
This div background color is #588bbd
#588bbd Border Color
<div style="border:3px solid #588bbd">
Div here</div>
This div border color is #588bbd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(88,139,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #588bbd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #588bbd; -webkit-box-shadow: 1px 1px 3px 2px #588bbd; box-shadow: 1px 1px 3px 2px #588bbd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(88,139,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #588bbd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #588bbd; -webkit-box-shadow: 1px 1px 3px 2px #588bbd; box-shadow: 1px 1px 3px 2px #588bbd;">
Div content here</div>
This div box has shadow with color #588bbd
Comments
No comments written yet.
Please login to write comment.