Shades of Danube #5491C6
Tints of Danube #5491C6
RGB
CMYK
RGB Variations
Color information
#5491C6 (or 0x5491C6) is known color: Danube. HEX triplet: 54, 91 and C6. RGB value is (84,145,198). Sum of RGB (Red+Green+Blue) = 84+145+198=427 (56% of max value = 765). Red value is 84 (33.20% from 255 or 19.67% from 427); Green value is 145 (57.03% from 255 or 33.96% from 427); Blue value is 198 (77.73% from 255 or 46.37% from 427); Max value from RGB is 198 - color contains mainly: blue. Hex color #5491C6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5491C6 is #AB6E39. Grayscale: #848484. Windows color (decimal): -11234874 or 13013332. OLE color: 13013332.
HSL color Cylindrical-coordinate representation of color #5491C6: hue angle of 207.89º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5491C6 is Cyan = 0.58, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 84 | 145 | 198 | - |
| CMYK | 0.58 | 0.27 | 0 | 0.22 |
| HSL | 207.89º | 0.5% | 0.55% | - |
| HSV(B) | 207.89º | 0.58% | 0.78% | - |
| XYZ | 23.97 | 26.21 | 57.22 | - |
| YUV | 132.8 | 164.79 | 93.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 145 | 198 | 0.58 | 0.27 | 0 | 0.22 | 207.89 | 0.5 | 0.55 |
| Hex | 54 | 91 | C6 | 3A | 1B | 0 | 16 | D0 | 32 | 37 |
| Octal | 124 | 221 | 306 | 72 | 33 | 0 | 26 | 320 | 62 | 67 |
| Binary | 1010100 | 10010001 | 11000110 | 111010 | 11011 | 0 | 10110 | 11010000 | 110010 | 110111 |
Color Harmonies of #5491C6
Complementary color
Monochromatic Colors of #5491C6
Black with #5491C6
Text Example
Text Example
White with #5491C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5491C6; }
p { color: rgb(84,145,198); }
H1.HeaderClassName
{
color: #5491C6;
}
.AnyTagClassName
{
color: #5491C6;
}
</style>
background-color css
<style>
a { background-color: #5491C6; }
a { background-color: rgb(84,145,198); }
div.DivClassName
{
background-color: #5491C6;
}
.BgClassName
{
background-color: #5491C6;
}
</style>
border-color css
<style>
span { border-color: #5491C6; }
span { border-color: rgb(84,145,198); }
td.TdClassName
{
border-color: #5491C6;
}
.TagClassName
{
border-color: #5491C6;
}
</style>