Shades of Danube #598DBE
Tints of Danube #598DBE
RGB
CMYK
RGB Variations
Color information
#598DBE (or 0x598DBE) is known color: Danube. HEX triplet: 59, 8D and BE. RGB value is (89,141,190). Sum of RGB (Red+Green+Blue) = 89+141+190=420 (55% of max value = 765). Red value is 89 (35.16% from 255 or 21.19% from 420); Green value is 141 (55.47% from 255 or 33.57% from 420); Blue value is 190 (74.61% from 255 or 45.24% from 420); Max value from RGB is 190 - color contains mainly: blue. Hex color #598DBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #598DBE is #A67241. Grayscale: #828282. Windows color (decimal): -10908226 or 12488025. OLE color: 12488025.
HSL color Cylindrical-coordinate representation of color #598DBE: hue angle of 209.11º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #598DBE is Cyan = 0.53, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 89 | 141 | 190 | - |
| CMYK | 0.53 | 0.26 | 0 | 0.25 |
| HSL | 209.11º | 0.44% | 0.55% | - |
| HSV(B) | 209.11º | 0.53% | 0.75% | - |
| XYZ | 22.94 | 24.89 | 52.31 | - |
| YUV | 131.04 | 161.27 | 98.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 141 | 190 | 0.53 | 0.26 | 0 | 0.25 | 209.11 | 0.44 | 0.55 |
| Hex | 59 | 8D | BE | 35 | 1A | 0 | 19 | D1 | 2C | 37 |
| Octal | 131 | 215 | 276 | 65 | 32 | 0 | 31 | 321 | 54 | 67 |
| Binary | 1011001 | 10001101 | 10111110 | 110101 | 11010 | 0 | 11001 | 11010001 | 101100 | 110111 |
Color Harmonies of #598DBE
Complementary color
Monochromatic Colors of #598DBE
Black with #598DBE
Text Example
Text Example
White with #598DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #598DBE; }
p { color: rgb(89,141,190); }
H1.HeaderClassName
{
color: #598DBE;
}
.AnyTagClassName
{
color: #598DBE;
}
</style>
background-color css
<style>
a { background-color: #598DBE; }
a { background-color: rgb(89,141,190); }
div.DivClassName
{
background-color: #598DBE;
}
.BgClassName
{
background-color: #598DBE;
}
</style>
border-color css
<style>
span { border-color: #598DBE; }
span { border-color: rgb(89,141,190); }
td.TdClassName
{
border-color: #598DBE;
}
.TagClassName
{
border-color: #598DBE;
}
</style>