Shades of Danube #5293C3
Tints of Danube #5293C3
RGB
CMYK
RGB Variations
Color information
#5293C3 (or 0x5293C3) is known color: Danube. HEX triplet: 52, 93 and C3. RGB value is (82,147,195). Sum of RGB (Red+Green+Blue) = 82+147+195=424 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.34% from 424); Green value is 147 (57.81% from 255 or 34.67% from 424); Blue value is 195 (76.56% from 255 or 45.99% from 424); Max value from RGB is 195 - color contains mainly: blue. Hex color #5293C3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5293C3 is #AD6C3C. Grayscale: #848484. Windows color (decimal): -11365437 or 12817234. OLE color: 12817234.
HSL color Cylindrical-coordinate representation of color #5293C3: hue angle of 205.49º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5293C3 is Cyan = 0.58, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 82 | 147 | 195 | - |
| CMYK | 0.58 | 0.25 | 0 | 0.24 |
| HSL | 205.49º | 0.48% | 0.54% | - |
| HSV(B) | 205.49º | 0.58% | 0.76% | - |
| XYZ | 23.76 | 26.6 | 55.51 | - |
| YUV | 133.04 | 162.97 | 91.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 147 | 195 | 0.58 | 0.25 | 0 | 0.24 | 205.49 | 0.48 | 0.54 |
| Hex | 52 | 93 | C3 | 3A | 19 | 0 | 18 | CD | 30 | 36 |
| Octal | 122 | 223 | 303 | 72 | 31 | 0 | 30 | 315 | 60 | 66 |
| Binary | 1010010 | 10010011 | 11000011 | 111010 | 11001 | 0 | 11000 | 11001101 | 110000 | 110110 |
Color Harmonies of #5293C3
Complementary color
Monochromatic Colors of #5293C3
Black with #5293C3
Text Example
Text Example
White with #5293C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5293C3; }
p { color: rgb(82,147,195); }
H1.HeaderClassName
{
color: #5293C3;
}
.AnyTagClassName
{
color: #5293C3;
}
</style>
background-color css
<style>
a { background-color: #5293C3; }
a { background-color: rgb(82,147,195); }
div.DivClassName
{
background-color: #5293C3;
}
.BgClassName
{
background-color: #5293C3;
}
</style>
border-color css
<style>
span { border-color: #5293C3; }
span { border-color: rgb(82,147,195); }
td.TdClassName
{
border-color: #5293C3;
}
.TagClassName
{
border-color: #5293C3;
}
</style>