Shades of Danube #5290BD
Tints of Danube #5290BD
RGB
CMYK
RGB Variations
Color information
#5290BD (or 0x5290BD) is known color: Danube. HEX triplet: 52, 90 and BD. RGB value is (82,144,189). Sum of RGB (Red+Green+Blue) = 82+144+189=415 (54% of max value = 765). Red value is 82 (32.42% from 255 or 19.76% from 415); Green value is 144 (56.64% from 255 or 34.70% from 415); Blue value is 189 (74.22% from 255 or 45.54% from 415); Max value from RGB is 189 - color contains mainly: blue. Hex color #5290BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5290BD is #AD6F42. Grayscale: #828282. Windows color (decimal): -11366211 or 12423250. OLE color: 12423250.
HSL color Cylindrical-coordinate representation of color #5290BD: hue angle of 205.23º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5290BD is Cyan = 0.57, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 82 | 144 | 189 | - |
| CMYK | 0.57 | 0.24 | 0 | 0.26 |
| HSL | 205.23º | 0.45% | 0.53% | - |
| HSV(B) | 205.23º | 0.57% | 0.74% | - |
| XYZ | 22.64 | 25.41 | 51.86 | - |
| YUV | 130.59 | 160.96 | 93.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 144 | 189 | 0.57 | 0.24 | 0 | 0.26 | 205.23 | 0.45 | 0.53 |
| Hex | 52 | 90 | BD | 39 | 18 | 0 | 1A | CD | 2D | 35 |
| Octal | 122 | 220 | 275 | 71 | 30 | 0 | 32 | 315 | 55 | 65 |
| Binary | 1010010 | 10010000 | 10111101 | 111001 | 11000 | 0 | 11010 | 11001101 | 101101 | 110101 |
Color Harmonies of #5290BD
Complementary color
Monochromatic Colors of #5290BD
Black with #5290BD
Text Example
Text Example
White with #5290BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5290BD; }
p { color: rgb(82,144,189); }
H1.HeaderClassName
{
color: #5290BD;
}
.AnyTagClassName
{
color: #5290BD;
}
</style>
background-color css
<style>
a { background-color: #5290BD; }
a { background-color: rgb(82,144,189); }
div.DivClassName
{
background-color: #5290BD;
}
.BgClassName
{
background-color: #5290BD;
}
</style>
border-color css
<style>
span { border-color: #5290BD; }
span { border-color: rgb(82,144,189); }
td.TdClassName
{
border-color: #5290BD;
}
.TagClassName
{
border-color: #5290BD;
}
</style>