Shades of Danube #5789BA
Tints of Danube #5789BA
RGB
CMYK
RGB Variations
Color information
#5789BA (or 0x5789BA) is known color: Danube. HEX triplet: 57, 89 and BA. RGB value is (87,137,186). Sum of RGB (Red+Green+Blue) = 87+137+186=410 (54% of max value = 765). Red value is 87 (34.38% from 255 or 21.22% from 410); Green value is 137 (53.91% from 255 or 33.41% from 410); Blue value is 186 (73.05% from 255 or 45.37% from 410); Max value from RGB is 186 - color contains mainly: blue. Hex color #5789BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5789BA is #A87645. Grayscale: #7F7F7F. Windows color (decimal): -11040326 or 12224855. OLE color: 12224855.
HSL color Cylindrical-coordinate representation of color #5789BA: hue angle of 209.7º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5789BA is Cyan = 0.53, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 87 | 137 | 186 | - |
| CMYK | 0.53 | 0.26 | 0 | 0.27 |
| HSL | 209.7º | 0.42% | 0.54% | - |
| HSV(B) | 209.7º | 0.53% | 0.73% | - |
| XYZ | 21.74 | 23.46 | 49.84 | - |
| YUV | 127.64 | 160.94 | 99.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 137 | 186 | 0.53 | 0.26 | 0 | 0.27 | 209.7 | 0.42 | 0.54 |
| Hex | 57 | 89 | BA | 35 | 1A | 0 | 1B | D2 | 2A | 36 |
| Octal | 127 | 211 | 272 | 65 | 32 | 0 | 33 | 322 | 52 | 66 |
| Binary | 1010111 | 10001001 | 10111010 | 110101 | 11010 | 0 | 11011 | 11010010 | 101010 | 110110 |
Color Harmonies of #5789BA
Complementary color
Monochromatic Colors of #5789BA
Black with #5789BA
Text Example
Text Example
White with #5789BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5789BA; }
p { color: rgb(87,137,186); }
H1.HeaderClassName
{
color: #5789BA;
}
.AnyTagClassName
{
color: #5789BA;
}
</style>
background-color css
<style>
a { background-color: #5789BA; }
a { background-color: rgb(87,137,186); }
div.DivClassName
{
background-color: #5789BA;
}
.BgClassName
{
background-color: #5789BA;
}
</style>
border-color css
<style>
span { border-color: #5789BA; }
span { border-color: rgb(87,137,186); }
td.TdClassName
{
border-color: #5789BA;
}
.TagClassName
{
border-color: #5789BA;
}
</style>