Shades of Danube #5290CD
Tints of Danube #5290CD
RGB
CMYK
RGB Variations
Color information
#5290CD (or 0x5290CD) is known color: Danube. HEX triplet: 52, 90 and CD. RGB value is (82,144,205). Sum of RGB (Red+Green+Blue) = 82+144+205=431 (57% of max value = 765). Red value is 82 (32.42% from 255 or 19.03% from 431); Green value is 144 (56.64% from 255 or 33.41% from 431); Blue value is 205 (80.47% from 255 or 47.56% from 431); Max value from RGB is 205 - color contains mainly: blue. Hex color #5290CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5290CD is #AD6F32. Grayscale: #848484. Windows color (decimal): -11366195 or 13471826. OLE color: 13471826.
HSL color Cylindrical-coordinate representation of color #5290CD: hue angle of 209.76º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5290CD is Cyan = 0.6, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 82 | 144 | 205 | - |
| CMYK | 0.6 | 0.30 | 0 | 0.20 |
| HSL | 209.76º | 0.55% | 0.56% | - |
| HSV(B) | 209.76º | 0.6% | 0.8% | - |
| XYZ | 24.47 | 26.15 | 61.51 | - |
| YUV | 132.42 | 168.96 | 92.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 144 | 205 | 0.6 | 0.30 | 0 | 0.20 | 209.76 | 0.55 | 0.56 |
| Hex | 52 | 90 | CD | 3C | 1E | 0 | 14 | D2 | 37 | 38 |
| Octal | 122 | 220 | 315 | 74 | 36 | 0 | 24 | 322 | 67 | 70 |
| Binary | 1010010 | 10010000 | 11001101 | 111100 | 11110 | 0 | 10100 | 11010010 | 110111 | 111000 |
Color Harmonies of #5290CD
Complementary color
Monochromatic Colors of #5290CD
Black with #5290CD
Text Example
Text Example
White with #5290CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5290CD; }
p { color: rgb(82,144,205); }
H1.HeaderClassName
{
color: #5290CD;
}
.AnyTagClassName
{
color: #5290CD;
}
</style>
background-color css
<style>
a { background-color: #5290CD; }
a { background-color: rgb(82,144,205); }
div.DivClassName
{
background-color: #5290CD;
}
.BgClassName
{
background-color: #5290CD;
}
</style>
border-color css
<style>
span { border-color: #5290CD; }
span { border-color: rgb(82,144,205); }
td.TdClassName
{
border-color: #5290CD;
}
.TagClassName
{
border-color: #5290CD;
}
</style>