Shades of Danube #598DBD
Tints of Danube #598DBD
RGB
CMYK
RGB Variations
Color information
#598DBD (or 0x598DBD) is known color: Danube. HEX triplet: 59, 8D and BD. RGB value is (89,141,189). Sum of RGB (Red+Green+Blue) = 89+141+189=419 (55% of max value = 765). Red value is 89 (35.16% from 255 or 21.24% from 419); Green value is 141 (55.47% from 255 or 33.65% from 419); Blue value is 189 (74.22% from 255 or 45.11% from 419); Max value from RGB is 189 - color contains mainly: blue. Hex color #598DBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #598DBD is #A67242. Grayscale: #828282. Windows color (decimal): -10908227 or 12422489. OLE color: 12422489.
HSL color Cylindrical-coordinate representation of color #598DBD: hue angle of 208.8º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #598DBD is Cyan = 0.53, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 89 | 141 | 189 | - |
| CMYK | 0.53 | 0.25 | 0 | 0.26 |
| HSL | 208.8º | 0.43% | 0.55% | - |
| HSV(B) | 208.8º | 0.53% | 0.74% | - |
| XYZ | 22.83 | 24.85 | 51.74 | - |
| YUV | 130.92 | 160.77 | 98.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 141 | 189 | 0.53 | 0.25 | 0 | 0.26 | 208.8 | 0.43 | 0.55 |
| Hex | 59 | 8D | BD | 35 | 19 | 0 | 1A | D1 | 2B | 37 |
| Octal | 131 | 215 | 275 | 65 | 31 | 0 | 32 | 321 | 53 | 67 |
| Binary | 1011001 | 10001101 | 10111101 | 110101 | 11001 | 0 | 11010 | 11010001 | 101011 | 110111 |
Color Harmonies of #598DBD
Complementary color
Monochromatic Colors of #598DBD
Black with #598DBD
Text Example
Text Example
White with #598DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #598DBD; }
p { color: rgb(89,141,189); }
H1.HeaderClassName
{
color: #598DBD;
}
.AnyTagClassName
{
color: #598DBD;
}
</style>
background-color css
<style>
a { background-color: #598DBD; }
a { background-color: rgb(89,141,189); }
div.DivClassName
{
background-color: #598DBD;
}
.BgClassName
{
background-color: #598DBD;
}
</style>
border-color css
<style>
span { border-color: #598DBD; }
span { border-color: rgb(89,141,189); }
td.TdClassName
{
border-color: #598DBD;
}
.TagClassName
{
border-color: #598DBD;
}
</style>