Shades of Danube #5290BC
Tints of Danube #5290BC
RGB
CMYK
RGB Variations
Color information
#5290BC (or 0x5290BC) is known color: Danube. HEX triplet: 52, 90 and BC. RGB value is (82,144,188). Sum of RGB (Red+Green+Blue) = 82+144+188=414 (54% of max value = 765). Red value is 82 (32.42% from 255 or 19.81% from 414); Green value is 144 (56.64% from 255 or 34.78% from 414); Blue value is 188 (73.83% from 255 or 45.41% from 414); Max value from RGB is 188 - color contains mainly: blue. Hex color #5290BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5290BC is #AD6F43. Grayscale: #828282. Windows color (decimal): -11366212 or 12357714. OLE color: 12357714.
HSL color Cylindrical-coordinate representation of color #5290BC: hue angle of 204.91º degrees, saturation: 0.44, 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 #5290BC is Cyan = 0.56, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 82 | 144 | 188 | - |
| CMYK | 0.56 | 0.23 | 0 | 0.26 |
| HSL | 204.91º | 0.44% | 0.53% | - |
| HSV(B) | 204.91º | 0.56% | 0.74% | - |
| XYZ | 22.53 | 25.37 | 51.29 | - |
| YUV | 130.48 | 160.46 | 93.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 144 | 188 | 0.56 | 0.23 | 0 | 0.26 | 204.91 | 0.44 | 0.53 |
| Hex | 52 | 90 | BC | 38 | 17 | 0 | 1A | CD | 2C | 35 |
| Octal | 122 | 220 | 274 | 70 | 27 | 0 | 32 | 315 | 54 | 65 |
| Binary | 1010010 | 10010000 | 10111100 | 111000 | 10111 | 0 | 11010 | 11001101 | 101100 | 110101 |
Color Harmonies of #5290BC
Complementary color
Monochromatic Colors of #5290BC
Black with #5290BC
Text Example
Text Example
White with #5290BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5290BC; }
p { color: rgb(82,144,188); }
H1.HeaderClassName
{
color: #5290BC;
}
.AnyTagClassName
{
color: #5290BC;
}
</style>
background-color css
<style>
a { background-color: #5290BC; }
a { background-color: rgb(82,144,188); }
div.DivClassName
{
background-color: #5290BC;
}
.BgClassName
{
background-color: #5290BC;
}
</style>
border-color css
<style>
span { border-color: #5290BC; }
span { border-color: rgb(82,144,188); }
td.TdClassName
{
border-color: #5290BC;
}
.TagClassName
{
border-color: #5290BC;
}
</style>