Shades of Danube #5E91CC
Tints of Danube #5E91CC
RGB
CMYK
RGB Variations
Color information
#5E91CC (or 0x5E91CC) is known color: Danube. HEX triplet: 5E, 91 and CC. RGB value is (94,145,204). Sum of RGB (Red+Green+Blue) = 94+145+204=443 (58% of max value = 765). Red value is 94 (37.11% from 255 or 21.22% from 443); Green value is 145 (57.03% from 255 or 32.73% from 443); Blue value is 204 (80.08% from 255 or 46.05% from 443); Max value from RGB is 204 - color contains mainly: blue. Hex color #5E91CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5E91CC is #A16E33. Grayscale: #888888. Windows color (decimal): -10579508 or 13406558. OLE color: 13406558.
HSL color Cylindrical-coordinate representation of color #5E91CC: hue angle of 212.18º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5E91CC is Cyan = 0.54, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 94 | 145 | 204 | - |
| CMYK | 0.54 | 0.29 | 0 | 0.2 |
| HSL | 212.18º | 0.52% | 0.58% | - |
| HSV(B) | 212.18º | 0.54% | 0.8% | - |
| XYZ | 25.64 | 26.99 | 60.98 | - |
| YUV | 136.48 | 166.1 | 97.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 145 | 204 | 0.54 | 0.29 | 0 | 0.2 | 212.18 | 0.52 | 0.58 |
| Hex | 5E | 91 | CC | 36 | 1D | 0 | 14 | D4 | 34 | 3A |
| Octal | 136 | 221 | 314 | 66 | 35 | 0 | 24 | 324 | 64 | 72 |
| Binary | 1011110 | 10010001 | 11001100 | 110110 | 11101 | 0 | 10100 | 11010100 | 110100 | 111010 |
Color Harmonies of #5E91CC
Complementary color
Monochromatic Colors of #5E91CC
Black with #5E91CC
Text Example
Text Example
White with #5E91CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E91CC; }
p { color: rgb(94,145,204); }
H1.HeaderClassName
{
color: #5E91CC;
}
.AnyTagClassName
{
color: #5E91CC;
}
</style>
background-color css
<style>
a { background-color: #5E91CC; }
a { background-color: rgb(94,145,204); }
div.DivClassName
{
background-color: #5E91CC;
}
.BgClassName
{
background-color: #5E91CC;
}
</style>
border-color css
<style>
span { border-color: #5E91CC; }
span { border-color: rgb(94,145,204); }
td.TdClassName
{
border-color: #5E91CC;
}
.TagClassName
{
border-color: #5E91CC;
}
</style>