Shades of Danube #5491CE
Tints of Danube #5491CE
RGB
CMYK
RGB Variations
Color information
#5491CE (or 0x5491CE) is known color: Danube. HEX triplet: 54, 91 and CE. RGB value is (84,145,206). Sum of RGB (Red+Green+Blue) = 84+145+206=435 (57% of max value = 765). Red value is 84 (33.20% from 255 or 19.31% from 435); Green value is 145 (57.03% from 255 or 33.33% from 435); Blue value is 206 (80.86% from 255 or 47.36% from 435); Max value from RGB is 206 - color contains mainly: blue. Hex color #5491CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5491CE is #AB6E31. Grayscale: #858585. Windows color (decimal): -11234866 or 13537620. OLE color: 13537620.
HSL color Cylindrical-coordinate representation of color #5491CE: hue angle of 210º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5491CE is Cyan = 0.59, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 84 | 145 | 206 | - |
| CMYK | 0.59 | 0.30 | 0 | 0.19 |
| HSL | 210º | 0.55% | 0.57% | - |
| HSV(B) | 210º | 0.59% | 0.81% | - |
| XYZ | 24.92 | 26.59 | 62.21 | - |
| YUV | 133.72 | 168.79 | 92.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 145 | 206 | 0.59 | 0.30 | 0 | 0.19 | 210 | 0.55 | 0.57 |
| Hex | 54 | 91 | CE | 3B | 1E | 0 | 13 | D2 | 37 | 39 |
| Octal | 124 | 221 | 316 | 73 | 36 | 0 | 23 | 322 | 67 | 71 |
| Binary | 1010100 | 10010001 | 11001110 | 111011 | 11110 | 0 | 10011 | 11010010 | 110111 | 111001 |
Color Harmonies of #5491CE
Complementary color
Monochromatic Colors of #5491CE
Black with #5491CE
Text Example
Text Example
White with #5491CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5491CE; }
p { color: rgb(84,145,206); }
H1.HeaderClassName
{
color: #5491CE;
}
.AnyTagClassName
{
color: #5491CE;
}
</style>
background-color css
<style>
a { background-color: #5491CE; }
a { background-color: rgb(84,145,206); }
div.DivClassName
{
background-color: #5491CE;
}
.BgClassName
{
background-color: #5491CE;
}
</style>
border-color css
<style>
span { border-color: #5491CE; }
span { border-color: rgb(84,145,206); }
td.TdClassName
{
border-color: #5491CE;
}
.TagClassName
{
border-color: #5491CE;
}
</style>