Shades of Danube #5E91CE
Tints of Danube #5E91CE
RGB
CMYK
RGB Variations
Color information
#5E91CE (or 0x5E91CE) is known color: Danube. HEX triplet: 5E, 91 and CE. RGB value is (94,145,206). Sum of RGB (Red+Green+Blue) = 94+145+206=445 (58% of max value = 765). Red value is 94 (37.11% from 255 or 21.12% from 445); Green value is 145 (57.03% from 255 or 32.58% from 445); Blue value is 206 (80.86% from 255 or 46.29% from 445); Max value from RGB is 206 - color contains mainly: blue. Hex color #5E91CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5E91CE is #A16E31. Grayscale: #888888. Windows color (decimal): -10579506 or 13537630. OLE color: 13537630.
HSL color Cylindrical-coordinate representation of color #5E91CE: hue angle of 212.68º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5E91CE is Cyan = 0.54, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 94 | 145 | 206 | - |
| CMYK | 0.54 | 0.30 | 0 | 0.19 |
| HSL | 212.68º | 0.53% | 0.59% | - |
| HSV(B) | 212.68º | 0.54% | 0.81% | - |
| XYZ | 25.88 | 27.09 | 62.26 | - |
| YUV | 136.71 | 167.1 | 97.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 145 | 206 | 0.54 | 0.30 | 0 | 0.19 | 212.68 | 0.53 | 0.59 |
| Hex | 5E | 91 | CE | 36 | 1E | 0 | 13 | D5 | 35 | 3B |
| Octal | 136 | 221 | 316 | 66 | 36 | 0 | 23 | 325 | 65 | 73 |
| Binary | 1011110 | 10010001 | 11001110 | 110110 | 11110 | 0 | 10011 | 11010101 | 110101 | 111011 |
Color Harmonies of #5E91CE
Complementary color
Monochromatic Colors of #5E91CE
Black with #5E91CE
Text Example
Text Example
White with #5E91CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E91CE; }
p { color: rgb(94,145,206); }
H1.HeaderClassName
{
color: #5E91CE;
}
.AnyTagClassName
{
color: #5E91CE;
}
</style>
background-color css
<style>
a { background-color: #5E91CE; }
a { background-color: rgb(94,145,206); }
div.DivClassName
{
background-color: #5E91CE;
}
.BgClassName
{
background-color: #5E91CE;
}
</style>
border-color css
<style>
span { border-color: #5E91CE; }
span { border-color: rgb(94,145,206); }
td.TdClassName
{
border-color: #5E91CE;
}
.TagClassName
{
border-color: #5E91CE;
}
</style>