Shades of Danube #5289BE
Tints of Danube #5289BE
RGB
CMYK
RGB Variations
Color information
#5289BE (or 0x5289BE) is known color: Danube. HEX triplet: 52, 89 and BE. RGB value is (82,137,190). Sum of RGB (Red+Green+Blue) = 82+137+190=409 (54% of max value = 765). Red value is 82 (32.42% from 255 or 20.05% from 409); Green value is 137 (53.91% from 255 or 33.50% from 409); Blue value is 190 (74.61% from 255 or 46.45% from 409); Max value from RGB is 190 - color contains mainly: blue. Hex color #5289BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5289BE is #AD7641. Grayscale: #7E7E7E. Windows color (decimal): -11368002 or 12486994. OLE color: 12486994.
HSL color Cylindrical-coordinate representation of color #5289BE: hue angle of 209.44º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5289BE is Cyan = 0.57, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 82 | 137 | 190 | - |
| CMYK | 0.57 | 0.28 | 0 | 0.25 |
| HSL | 209.44º | 0.45% | 0.53% | - |
| HSV(B) | 209.44º | 0.57% | 0.75% | - |
| XYZ | 21.72 | 23.4 | 52.09 | - |
| YUV | 126.6 | 163.78 | 96.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 137 | 190 | 0.57 | 0.28 | 0 | 0.25 | 209.44 | 0.45 | 0.53 |
| Hex | 52 | 89 | BE | 39 | 1C | 0 | 19 | D1 | 2D | 35 |
| Octal | 122 | 211 | 276 | 71 | 34 | 0 | 31 | 321 | 55 | 65 |
| Binary | 1010010 | 10001001 | 10111110 | 111001 | 11100 | 0 | 11001 | 11010001 | 101101 | 110101 |
Color Harmonies of #5289BE
Complementary color
Monochromatic Colors of #5289BE
Black with #5289BE
Text Example
Text Example
White with #5289BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5289BE; }
p { color: rgb(82,137,190); }
H1.HeaderClassName
{
color: #5289BE;
}
.AnyTagClassName
{
color: #5289BE;
}
</style>
background-color css
<style>
a { background-color: #5289BE; }
a { background-color: rgb(82,137,190); }
div.DivClassName
{
background-color: #5289BE;
}
.BgClassName
{
background-color: #5289BE;
}
</style>
border-color css
<style>
span { border-color: #5289BE; }
span { border-color: rgb(82,137,190); }
td.TdClassName
{
border-color: #5289BE;
}
.TagClassName
{
border-color: #5289BE;
}
</style>