Shades of Danube #5290C9
Tints of Danube #5290C9
RGB
CMYK
RGB Variations
Color information
#5290C9 (or 0x5290C9) is known color: Danube. HEX triplet: 52, 90 and C9. RGB value is (82,144,201). Sum of RGB (Red+Green+Blue) = 82+144+201=427 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.20% from 427); Green value is 144 (56.64% from 255 or 33.72% from 427); Blue value is 201 (78.91% from 255 or 47.07% from 427); Max value from RGB is 201 - color contains mainly: blue. Hex color #5290C9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5290C9 is #AD6F36. Grayscale: #838383. Windows color (decimal): -11366199 or 13209682. OLE color: 13209682.
HSL color Cylindrical-coordinate representation of color #5290C9: hue angle of 208.74º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5290C9 is Cyan = 0.59, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 82 | 144 | 201 | - |
| CMYK | 0.59 | 0.28 | 0 | 0.21 |
| HSL | 208.74º | 0.52% | 0.55% | - |
| HSV(B) | 208.74º | 0.59% | 0.79% | - |
| XYZ | 24 | 25.96 | 59 | - |
| YUV | 131.96 | 166.96 | 92.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 144 | 201 | 0.59 | 0.28 | 0 | 0.21 | 208.74 | 0.52 | 0.55 |
| Hex | 52 | 90 | C9 | 3B | 1C | 0 | 15 | D1 | 34 | 37 |
| Octal | 122 | 220 | 311 | 73 | 34 | 0 | 25 | 321 | 64 | 67 |
| Binary | 1010010 | 10010000 | 11001001 | 111011 | 11100 | 0 | 10101 | 11010001 | 110100 | 110111 |
Color Harmonies of #5290C9
Complementary color
Monochromatic Colors of #5290C9
Black with #5290C9
Text Example
Text Example
White with #5290C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5290C9; }
p { color: rgb(82,144,201); }
H1.HeaderClassName
{
color: #5290C9;
}
.AnyTagClassName
{
color: #5290C9;
}
</style>
background-color css
<style>
a { background-color: #5290C9; }
a { background-color: rgb(82,144,201); }
div.DivClassName
{
background-color: #5290C9;
}
.BgClassName
{
background-color: #5290C9;
}
</style>
border-color css
<style>
span { border-color: #5290C9; }
span { border-color: rgb(82,144,201); }
td.TdClassName
{
border-color: #5290C9;
}
.TagClassName
{
border-color: #5290C9;
}
</style>