Shades of Danube #5491C3
Tints of Danube #5491C3
RGB
CMYK
RGB Variations
Color information
#5491C3 (or 0x5491C3) is known color: Danube. HEX triplet: 54, 91 and C3. RGB value is (84,145,195). Sum of RGB (Red+Green+Blue) = 84+145+195=424 (56% of max value = 765). Red value is 84 (33.20% from 255 or 19.81% from 424); Green value is 145 (57.03% from 255 or 34.20% 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 #5491C3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5491C3 is #AB6E3C. Grayscale: #848484. Windows color (decimal): -11234877 or 12816724. OLE color: 12816724.
HSL color Cylindrical-coordinate representation of color #5491C3: hue angle of 207.03º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5491C3 is Cyan = 0.57, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 84 | 145 | 195 | - |
| CMYK | 0.57 | 0.26 | 0 | 0.24 |
| HSL | 207.03º | 0.48% | 0.55% | - |
| HSV(B) | 207.03º | 0.57% | 0.76% | - |
| XYZ | 23.63 | 26.08 | 55.42 | - |
| YUV | 132.46 | 163.29 | 93.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 145 | 195 | 0.57 | 0.26 | 0 | 0.24 | 207.03 | 0.48 | 0.55 |
| Hex | 54 | 91 | C3 | 39 | 1A | 0 | 18 | CF | 30 | 37 |
| Octal | 124 | 221 | 303 | 71 | 32 | 0 | 30 | 317 | 60 | 67 |
| Binary | 1010100 | 10010001 | 11000011 | 111001 | 11010 | 0 | 11000 | 11001111 | 110000 | 110111 |
Color Harmonies of #5491C3
Complementary color
Monochromatic Colors of #5491C3
Black with #5491C3
Text Example
Text Example
White with #5491C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5491C3; }
p { color: rgb(84,145,195); }
H1.HeaderClassName
{
color: #5491C3;
}
.AnyTagClassName
{
color: #5491C3;
}
</style>
background-color css
<style>
a { background-color: #5491C3; }
a { background-color: rgb(84,145,195); }
div.DivClassName
{
background-color: #5491C3;
}
.BgClassName
{
background-color: #5491C3;
}
</style>
border-color css
<style>
span { border-color: #5491C3; }
span { border-color: rgb(84,145,195); }
td.TdClassName
{
border-color: #5491C3;
}
.TagClassName
{
border-color: #5491C3;
}
</style>