Shades of Danube #5290CF
Tints of Danube #5290CF
RGB
CMYK
RGB Variations
Color information
#5290CF (or 0x5290CF) is known color: Danube. HEX triplet: 52, 90 and CF. RGB value is (82,144,207). Sum of RGB (Red+Green+Blue) = 82+144+207=433 (57% of max value = 765). Red value is 82 (32.42% from 255 or 18.94% from 433); Green value is 144 (56.64% from 255 or 33.26% from 433); Blue value is 207 (81.25% from 255 or 47.81% from 433); Max value from RGB is 207 - color contains mainly: blue. Hex color #5290CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5290CF is #AD6F30. Grayscale: #848484. Windows color (decimal): -11366193 or 13602898. OLE color: 13602898.
HSL color Cylindrical-coordinate representation of color #5290CF: hue angle of 210.24º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5290CF is Cyan = 0.60, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 82 | 144 | 207 | - |
| CMYK | 0.60 | 0.30 | 0 | 0.19 |
| HSL | 210.24º | 0.57% | 0.57% | - |
| HSV(B) | 210.24º | 0.6% | 0.81% | - |
| XYZ | 24.72 | 26.25 | 62.79 | - |
| YUV | 132.64 | 169.96 | 91.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 144 | 207 | 0.60 | 0.30 | 0 | 0.19 | 210.24 | 0.57 | 0.57 |
| Hex | 52 | 90 | CF | 3C | 1E | 0 | 13 | D2 | 39 | 39 |
| Octal | 122 | 220 | 317 | 74 | 36 | 0 | 23 | 322 | 71 | 71 |
| Binary | 1010010 | 10010000 | 11001111 | 111100 | 11110 | 0 | 10011 | 11010010 | 111001 | 111001 |
Color Harmonies of #5290CF
Complementary color
Monochromatic Colors of #5290CF
Black with #5290CF
Text Example
Text Example
White with #5290CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5290CF; }
p { color: rgb(82,144,207); }
H1.HeaderClassName
{
color: #5290CF;
}
.AnyTagClassName
{
color: #5290CF;
}
</style>
background-color css
<style>
a { background-color: #5290CF; }
a { background-color: rgb(82,144,207); }
div.DivClassName
{
background-color: #5290CF;
}
.BgClassName
{
background-color: #5290CF;
}
</style>
border-color css
<style>
span { border-color: #5290CF; }
span { border-color: rgb(82,144,207); }
td.TdClassName
{
border-color: #5290CF;
}
.TagClassName
{
border-color: #5290CF;
}
</style>