Shades of Danube #598BC6
Tints of Danube #598BC6
RGB
CMYK
RGB Variations
Color information
#598BC6 (or 0x598BC6) is known color: Danube. HEX triplet: 59, 8B and C6. RGB value is (89,139,198). Sum of RGB (Red+Green+Blue) = 89+139+198=426 (56% of max value = 765). Red value is 89 (35.16% from 255 or 20.89% from 426); Green value is 139 (54.69% from 255 or 32.63% from 426); Blue value is 198 (77.73% from 255 or 46.48% from 426); Max value from RGB is 198 - color contains mainly: blue. Hex color #598BC6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #598BC6 is #A67439. Grayscale: #828282. Windows color (decimal): -10908730 or 13011801. OLE color: 13011801.
HSL color Cylindrical-coordinate representation of color #598BC6: hue angle of 212.48º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #598BC6 is Cyan = 0.55, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 89 | 139 | 198 | - |
| CMYK | 0.55 | 0.30 | 0 | 0.22 |
| HSL | 212.48º | 0.49% | 0.56% | - |
| HSV(B) | 212.48º | 0.55% | 0.78% | - |
| XYZ | 23.55 | 24.67 | 56.95 | - |
| YUV | 130.78 | 165.94 | 98.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 139 | 198 | 0.55 | 0.30 | 0 | 0.22 | 212.48 | 0.49 | 0.56 |
| Hex | 59 | 8B | C6 | 37 | 1E | 0 | 16 | D4 | 31 | 38 |
| Octal | 131 | 213 | 306 | 67 | 36 | 0 | 26 | 324 | 61 | 70 |
| Binary | 1011001 | 10001011 | 11000110 | 110111 | 11110 | 0 | 10110 | 11010100 | 110001 | 111000 |
Color Harmonies of #598BC6
Complementary color
Monochromatic Colors of #598BC6
Black with #598BC6
Text Example
Text Example
White with #598BC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #598BC6; }
p { color: rgb(89,139,198); }
H1.HeaderClassName
{
color: #598BC6;
}
.AnyTagClassName
{
color: #598BC6;
}
</style>
background-color css
<style>
a { background-color: #598BC6; }
a { background-color: rgb(89,139,198); }
div.DivClassName
{
background-color: #598BC6;
}
.BgClassName
{
background-color: #598BC6;
}
</style>
border-color css
<style>
span { border-color: #598BC6; }
span { border-color: rgb(89,139,198); }
td.TdClassName
{
border-color: #598BC6;
}
.TagClassName
{
border-color: #598BC6;
}
</style>