Shades of Danube #5290BA
Tints of Danube #5290BA
RGB
CMYK
RGB Variations
Color information
#5290BA (or 0x5290BA) is known color: Danube. HEX triplet: 52, 90 and BA. RGB value is (82,144,186). Sum of RGB (Red+Green+Blue) = 82+144+186=412 (54% of max value = 765). Red value is 82 (32.42% from 255 or 19.90% from 412); Green value is 144 (56.64% from 255 or 34.95% 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 #5290BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5290BA is #AD6F45. Grayscale: #828282. Windows color (decimal): -11366214 or 12226642. OLE color: 12226642.
HSL color Cylindrical-coordinate representation of color #5290BA: hue angle of 204.23º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5290BA is Cyan = 0.56, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 82 | 144 | 186 | - |
| CMYK | 0.56 | 0.23 | 0 | 0.27 |
| HSL | 204.23º | 0.43% | 0.53% | - |
| HSV(B) | 204.23º | 0.56% | 0.73% | - |
| XYZ | 22.32 | 25.29 | 50.16 | - |
| YUV | 130.25 | 159.46 | 93.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 144 | 186 | 0.56 | 0.23 | 0 | 0.27 | 204.23 | 0.43 | 0.53 |
| Hex | 52 | 90 | BA | 38 | 17 | 0 | 1B | CC | 2B | 35 |
| Octal | 122 | 220 | 272 | 70 | 27 | 0 | 33 | 314 | 53 | 65 |
| Binary | 1010010 | 10010000 | 10111010 | 111000 | 10111 | 0 | 11011 | 11001100 | 101011 | 110101 |
Color Harmonies of #5290BA
Complementary color
Monochromatic Colors of #5290BA
Black with #5290BA
Text Example
Text Example
White with #5290BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5290BA; }
p { color: rgb(82,144,186); }
H1.HeaderClassName
{
color: #5290BA;
}
.AnyTagClassName
{
color: #5290BA;
}
</style>
background-color css
<style>
a { background-color: #5290BA; }
a { background-color: rgb(82,144,186); }
div.DivClassName
{
background-color: #5290BA;
}
.BgClassName
{
background-color: #5290BA;
}
</style>
border-color css
<style>
span { border-color: #5290BA; }
span { border-color: rgb(82,144,186); }
td.TdClassName
{
border-color: #5290BA;
}
.TagClassName
{
border-color: #5290BA;
}
</style>