Shades of Danube #5989BA
Tints of Danube #5989BA
RGB
CMYK
RGB Variations
Color information
#5989BA (or 0x5989BA) is known color: Danube. HEX triplet: 59, 89 and BA. RGB value is (89,137,186). Sum of RGB (Red+Green+Blue) = 89+137+186=412 (54% of max value = 765). Red value is 89 (35.16% from 255 or 21.60% from 412); Green value is 137 (53.91% from 255 or 33.25% from 412); Blue value is 186 (73.05% from 255 or 45.15% from 412); Max value from RGB is 186 - color contains mainly: blue. Hex color #5989BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5989BA is #A67645. Grayscale: #7F7F7F. Windows color (decimal): -10909254 or 12224857. OLE color: 12224857.
HSL color Cylindrical-coordinate representation of color #5989BA: hue angle of 210.31º 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 #5989BA is Cyan = 0.52, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 89 | 137 | 186 | - |
| CMYK | 0.52 | 0.26 | 0 | 0.27 |
| HSL | 210.31º | 0.41% | 0.54% | - |
| HSV(B) | 210.31º | 0.52% | 0.73% | - |
| XYZ | 21.93 | 23.56 | 49.85 | - |
| YUV | 128.23 | 160.6 | 100.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 137 | 186 | 0.52 | 0.26 | 0 | 0.27 | 210.31 | 0.41 | 0.54 |
| Hex | 59 | 89 | BA | 34 | 1A | 0 | 1B | D2 | 29 | 36 |
| Octal | 131 | 211 | 272 | 64 | 32 | 0 | 33 | 322 | 51 | 66 |
| Binary | 1011001 | 10001001 | 10111010 | 110100 | 11010 | 0 | 11011 | 11010010 | 101001 | 110110 |
Color Harmonies of #5989BA
Complementary color
Monochromatic Colors of #5989BA
Black with #5989BA
Text Example
Text Example
White with #5989BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5989BA; }
p { color: rgb(89,137,186); }
H1.HeaderClassName
{
color: #5989BA;
}
.AnyTagClassName
{
color: #5989BA;
}
</style>
background-color css
<style>
a { background-color: #5989BA; }
a { background-color: rgb(89,137,186); }
div.DivClassName
{
background-color: #5989BA;
}
.BgClassName
{
background-color: #5989BA;
}
</style>
border-color css
<style>
span { border-color: #5989BA; }
span { border-color: rgb(89,137,186); }
td.TdClassName
{
border-color: #5989BA;
}
.TagClassName
{
border-color: #5989BA;
}
</style>