Shades of Danube #5389BD
Tints of Danube #5389BD
RGB
CMYK
RGB Variations
Color information
#5389BD (or 0x5389BD) is known color: Danube. HEX triplet: 53, 89 and BD. RGB value is (83,137,189). Sum of RGB (Red+Green+Blue) = 83+137+189=409 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20.29% from 409); Green value is 137 (53.91% from 255 or 33.50% from 409); Blue value is 189 (74.22% from 255 or 46.21% from 409); Max value from RGB is 189 - color contains mainly: blue. Hex color #5389BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5389BD is #AC7642. Grayscale: #7E7E7E. Windows color (decimal): -11302467 or 12421459. OLE color: 12421459.
HSL color Cylindrical-coordinate representation of color #5389BD: hue angle of 209.43º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5389BD is Cyan = 0.56, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 83 | 137 | 189 | - |
| CMYK | 0.56 | 0.28 | 0 | 0.26 |
| HSL | 209.43º | 0.45% | 0.53% | - |
| HSV(B) | 209.43º | 0.56% | 0.74% | - |
| XYZ | 21.7 | 23.4 | 51.52 | - |
| YUV | 126.78 | 163.11 | 96.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 137 | 189 | 0.56 | 0.28 | 0 | 0.26 | 209.43 | 0.45 | 0.53 |
| Hex | 53 | 89 | BD | 38 | 1C | 0 | 1A | D1 | 2D | 35 |
| Octal | 123 | 211 | 275 | 70 | 34 | 0 | 32 | 321 | 55 | 65 |
| Binary | 1010011 | 10001001 | 10111101 | 111000 | 11100 | 0 | 11010 | 11010001 | 101101 | 110101 |
Color Harmonies of #5389BD
Complementary color
Monochromatic Colors of #5389BD
Black with #5389BD
Text Example
Text Example
White with #5389BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5389BD; }
p { color: rgb(83,137,189); }
H1.HeaderClassName
{
color: #5389BD;
}
.AnyTagClassName
{
color: #5389BD;
}
</style>
background-color css
<style>
a { background-color: #5389BD; }
a { background-color: rgb(83,137,189); }
div.DivClassName
{
background-color: #5389BD;
}
.BgClassName
{
background-color: #5389BD;
}
</style>
border-color css
<style>
span { border-color: #5389BD; }
span { border-color: rgb(83,137,189); }
td.TdClassName
{
border-color: #5389BD;
}
.TagClassName
{
border-color: #5389BD;
}
</style>