#598fbc color RGB value is (5, 152, 251).
#598fbc hex color red value is 5, green value is 152, and blue value is 251.
Cylindrical-coordinate representations (HSL) of color #598fbc
hue: 204.15,
saturation: 0.97 and lightness: 0.5.
The process color (four-color CMYK) of #598fbc color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #598fbc is #ff9999. Color #598fbc contains mainly RED.
Color spaces of #598fbc | Value |
---|---|
RGB | 89, 143, 188 |
HSL | 0.58, 0.42, 0.54 |
HSV | 207°, 53°, 74° |
XYZ | 23.02, 25.4, 51.26 |
Base | Red | Green | Blue |
---|---|---|---|
Binary | 1011001 | 10001111 | 10111100 |
Octal | 131 | 217 | 274 |
Decimal | 89 | 143 | 188 |
Hex | 59 | 8F | BC |
Shades of #598fbc
Tints of #598fbc
.mybgColor {background-color: #598fbc;} .myforeColor {color: #598fbc;} .myborderColor {border:3px solid #598fbc;}
<p style="color:#598fbc">Text here</p>
This sample text is styled with the font color #598fbc. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here,
<div style="background-color:#598fbc">Div content here</div>
<div style="border:3px solid #598fbc">Div here</div>
.textShadowRgb { text-shadow: 4px 4px 2px rgba(89, 143, 188, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #598fbc; } .divShadow { -moz-box-shadow: 1px 1px 3px #598fbc; -webkit-box-shadow: 1px 1px 3px #598fbc; box-shadow: 1px 1px 3px #598fbc; }
<p style="text-shadow: 4px 4px 2px rgba(89, 143, 188, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #598fbc;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #598fbc;
-webkit-box-shadow: 1px 1px 3px #598fbc;
box-shadow: 1px 1px 3px #598fbc;">Div content here</div>