Shades of Danube #5493C9
Tints of Danube #5493C9
RGB
CMYK
RGB Variations
Color information
#5493C9 (or 0x5493C9) is known color: Danube. HEX triplet: 54, 93 and C9. RGB value is (84,147,201). Sum of RGB (Red+Green+Blue) = 84+147+201=432 (57% of max value = 765). Red value is 84 (33.20% from 255 or 19.44% from 432); Green value is 147 (57.81% from 255 or 34.03% from 432); Blue value is 201 (78.91% from 255 or 46.53% from 432); Max value from RGB is 201 - color contains mainly: blue. Hex color #5493C9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5493C9 is #AB6C36. Grayscale: #868686. Windows color (decimal): -11234359 or 13210452. OLE color: 13210452.
HSL color Cylindrical-coordinate representation of color #5493C9: hue angle of 207.69º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5493C9 is Cyan = 0.58, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 84 | 147 | 201 | - |
| CMYK | 0.58 | 0.27 | 0 | 0.21 |
| HSL | 207.69º | 0.52% | 0.56% | - |
| HSV(B) | 207.69º | 0.58% | 0.79% | - |
| XYZ | 24.63 | 26.97 | 59.17 | - |
| YUV | 134.32 | 165.63 | 92.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 147 | 201 | 0.58 | 0.27 | 0 | 0.21 | 207.69 | 0.52 | 0.56 |
| Hex | 54 | 93 | C9 | 3A | 1B | 0 | 15 | D0 | 34 | 38 |
| Octal | 124 | 223 | 311 | 72 | 33 | 0 | 25 | 320 | 64 | 70 |
| Binary | 1010100 | 10010011 | 11001001 | 111010 | 11011 | 0 | 10101 | 11010000 | 110100 | 111000 |
Color Harmonies of #5493C9
Complementary color
Monochromatic Colors of #5493C9
Black with #5493C9
Text Example
Text Example
White with #5493C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5493C9; }
p { color: rgb(84,147,201); }
H1.HeaderClassName
{
color: #5493C9;
}
.AnyTagClassName
{
color: #5493C9;
}
</style>
background-color css
<style>
a { background-color: #5493C9; }
a { background-color: rgb(84,147,201); }
div.DivClassName
{
background-color: #5493C9;
}
.BgClassName
{
background-color: #5493C9;
}
</style>
border-color css
<style>
span { border-color: #5493C9; }
span { border-color: rgb(84,147,201); }
td.TdClassName
{
border-color: #5493C9;
}
.TagClassName
{
border-color: #5493C9;
}
</style>