Shades of Danube #5989BE
Tints of Danube #5989BE
RGB
CMYK
RGB Variations
Color information
#5989BE (or 0x5989BE) is known color: Danube. HEX triplet: 59, 89 and BE. RGB value is (89,137,190). Sum of RGB (Red+Green+Blue) = 89+137+190=416 (55% of max value = 765). Red value is 89 (35.16% from 255 or 21.39% from 416); Green value is 137 (53.91% from 255 or 32.93% from 416); Blue value is 190 (74.61% from 255 or 45.67% from 416); Max value from RGB is 190 - color contains mainly: blue. Hex color #5989BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5989BE is #A67641. Grayscale: #808080. Windows color (decimal): -10909250 or 12487001. OLE color: 12487001.
HSL color Cylindrical-coordinate representation of color #5989BE: hue angle of 211.49º 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 #5989BE is Cyan = 0.53, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 89 | 137 | 190 | - |
| CMYK | 0.53 | 0.28 | 0 | 0.25 |
| HSL | 211.49º | 0.44% | 0.55% | - |
| HSV(B) | 211.49º | 0.53% | 0.75% | - |
| XYZ | 22.36 | 23.73 | 52.12 | - |
| YUV | 128.69 | 162.6 | 99.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 137 | 190 | 0.53 | 0.28 | 0 | 0.25 | 211.49 | 0.44 | 0.55 |
| Hex | 59 | 89 | BE | 35 | 1C | 0 | 19 | D3 | 2C | 37 |
| Octal | 131 | 211 | 276 | 65 | 34 | 0 | 31 | 323 | 54 | 67 |
| Binary | 1011001 | 10001001 | 10111110 | 110101 | 11100 | 0 | 11001 | 11010011 | 101100 | 110111 |
Color Harmonies of #5989BE
Complementary color
Monochromatic Colors of #5989BE
Black with #5989BE
Text Example
Text Example
White with #5989BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5989BE; }
p { color: rgb(89,137,190); }
H1.HeaderClassName
{
color: #5989BE;
}
.AnyTagClassName
{
color: #5989BE;
}
</style>
background-color css
<style>
a { background-color: #5989BE; }
a { background-color: rgb(89,137,190); }
div.DivClassName
{
background-color: #5989BE;
}
.BgClassName
{
background-color: #5989BE;
}
</style>
border-color css
<style>
span { border-color: #5989BE; }
span { border-color: rgb(89,137,190); }
td.TdClassName
{
border-color: #5989BE;
}
.TagClassName
{
border-color: #5989BE;
}
</style>