Shades of Danube #598BBA
Tints of Danube #598BBA
RGB
CMYK
RGB Variations
Color information
#598BBA (or 0x598BBA) is known color: Danube. HEX triplet: 59, 8B and BA. RGB value is (89,139,186). Sum of RGB (Red+Green+Blue) = 89+139+186=414 (54% of max value = 765). Red value is 89 (35.16% from 255 or 21.50% from 414); Green value is 139 (54.69% from 255 or 33.57% from 414); Blue value is 186 (73.05% from 255 or 44.93% from 414); Max value from RGB is 186 - color contains mainly: blue. Hex color #598BBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #598BBA is #A67445. Grayscale: #818181. Windows color (decimal): -10908742 or 12225369. OLE color: 12225369.
HSL color Cylindrical-coordinate representation of color #598BBA: hue angle of 209.07º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #598BBA is Cyan = 0.52, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 89 | 139 | 186 | - |
| CMYK | 0.52 | 0.25 | 0 | 0.27 |
| HSL | 209.07º | 0.41% | 0.54% | - |
| HSV(B) | 209.07º | 0.52% | 0.73% | - |
| XYZ | 22.22 | 24.13 | 49.94 | - |
| YUV | 129.41 | 159.94 | 99.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 139 | 186 | 0.52 | 0.25 | 0 | 0.27 | 209.07 | 0.41 | 0.54 |
| Hex | 59 | 8B | BA | 34 | 19 | 0 | 1B | D1 | 29 | 36 |
| Octal | 131 | 213 | 272 | 64 | 31 | 0 | 33 | 321 | 51 | 66 |
| Binary | 1011001 | 10001011 | 10111010 | 110100 | 11001 | 0 | 11011 | 11010001 | 101001 | 110110 |
Color Harmonies of #598BBA
Complementary color
Monochromatic Colors of #598BBA
Black with #598BBA
Text Example
Text Example
White with #598BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #598BBA; }
p { color: rgb(89,139,186); }
H1.HeaderClassName
{
color: #598BBA;
}
.AnyTagClassName
{
color: #598BBA;
}
</style>
background-color css
<style>
a { background-color: #598BBA; }
a { background-color: rgb(89,139,186); }
div.DivClassName
{
background-color: #598BBA;
}
.BgClassName
{
background-color: #598BBA;
}
</style>
border-color css
<style>
span { border-color: #598BBA; }
span { border-color: rgb(89,139,186); }
td.TdClassName
{
border-color: #598BBA;
}
.TagClassName
{
border-color: #598BBA;
}
</style>