Shades of Danube #598DCF
Tints of Danube #598DCF
RGB
CMYK
RGB Variations
Color information
#598DCF (or 0x598DCF) is known color: Danube. HEX triplet: 59, 8D and CF. RGB value is (89,141,207). Sum of RGB (Red+Green+Blue) = 89+141+207=437 (57% of max value = 765). Red value is 89 (35.16% from 255 or 20.37% from 437); Green value is 141 (55.47% from 255 or 32.27% from 437); Blue value is 207 (81.25% from 255 or 47.37% from 437); Max value from RGB is 207 - color contains mainly: blue. Hex color #598DCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #598DCF is #A67230. Grayscale: #848484. Windows color (decimal): -10908209 or 13602137. OLE color: 13602137.
HSL color Cylindrical-coordinate representation of color #598DCF: hue angle of 213.56º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #598DCF is Cyan = 0.57, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 89 | 141 | 207 | - |
| CMYK | 0.57 | 0.32 | 0 | 0.19 |
| HSL | 213.56º | 0.55% | 0.58% | - |
| HSV(B) | 213.56º | 0.57% | 0.81% | - |
| XYZ | 24.91 | 25.68 | 62.68 | - |
| YUV | 132.98 | 169.77 | 96.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 141 | 207 | 0.57 | 0.32 | 0 | 0.19 | 213.56 | 0.55 | 0.58 |
| Hex | 59 | 8D | CF | 39 | 20 | 0 | 13 | D6 | 37 | 3A |
| Octal | 131 | 215 | 317 | 71 | 40 | 0 | 23 | 326 | 67 | 72 |
| Binary | 1011001 | 10001101 | 11001111 | 111001 | 100000 | 0 | 10011 | 11010110 | 110111 | 111010 |
Color Harmonies of #598DCF
Complementary color
Monochromatic Colors of #598DCF
Black with #598DCF
Text Example
Text Example
White with #598DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #598DCF; }
p { color: rgb(89,141,207); }
H1.HeaderClassName
{
color: #598DCF;
}
.AnyTagClassName
{
color: #598DCF;
}
</style>
background-color css
<style>
a { background-color: #598DCF; }
a { background-color: rgb(89,141,207); }
div.DivClassName
{
background-color: #598DCF;
}
.BgClassName
{
background-color: #598DCF;
}
</style>
border-color css
<style>
span { border-color: #598DCF; }
span { border-color: rgb(89,141,207); }
td.TdClassName
{
border-color: #598DCF;
}
.TagClassName
{
border-color: #598DCF;
}
</style>