Shades of Danube #5292CA
Tints of Danube #5292CA
RGB
CMYK
RGB Variations
Color information
#5292CA (or 0x5292CA) is known color: Danube. HEX triplet: 52, 92 and CA. RGB value is (82,146,202). Sum of RGB (Red+Green+Blue) = 82+146+202=430 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.07% from 430); Green value is 146 (57.42% from 255 or 33.95% from 430); Blue value is 202 (79.30% from 255 or 46.98% from 430); Max value from RGB is 202 - color contains mainly: blue. Hex color #5292CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5292CA is #AD6D35. Grayscale: #848484. Windows color (decimal): -11365686 or 13275730. OLE color: 13275730.
HSL color Cylindrical-coordinate representation of color #5292CA: hue angle of 208º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5292CA is Cyan = 0.59, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 82 | 146 | 202 | - |
| CMYK | 0.59 | 0.28 | 0 | 0.21 |
| HSL | 208º | 0.53% | 0.56% | - |
| HSV(B) | 208º | 0.59% | 0.79% | - |
| XYZ | 24.42 | 26.62 | 59.73 | - |
| YUV | 133.25 | 166.8 | 91.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 146 | 202 | 0.59 | 0.28 | 0 | 0.21 | 208 | 0.53 | 0.56 |
| Hex | 52 | 92 | CA | 3B | 1C | 0 | 15 | D0 | 35 | 38 |
| Octal | 122 | 222 | 312 | 73 | 34 | 0 | 25 | 320 | 65 | 70 |
| Binary | 1010010 | 10010010 | 11001010 | 111011 | 11100 | 0 | 10101 | 11010000 | 110101 | 111000 |
Color Harmonies of #5292CA
Complementary color
Monochromatic Colors of #5292CA
Black with #5292CA
Text Example
Text Example
White with #5292CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5292CA; }
p { color: rgb(82,146,202); }
H1.HeaderClassName
{
color: #5292CA;
}
.AnyTagClassName
{
color: #5292CA;
}
</style>
background-color css
<style>
a { background-color: #5292CA; }
a { background-color: rgb(82,146,202); }
div.DivClassName
{
background-color: #5292CA;
}
.BgClassName
{
background-color: #5292CA;
}
</style>
border-color css
<style>
span { border-color: #5292CA; }
span { border-color: rgb(82,146,202); }
td.TdClassName
{
border-color: #5292CA;
}
.TagClassName
{
border-color: #5292CA;
}
</style>