Shades of Danube #5E84B4
Tints of Danube #5E84B4
RGB
CMYK
RGB Variations
Color information
#5E84B4 (or 0x5E84B4) is known color: Danube. HEX triplet: 5E, 84 and B4. RGB value is (94,132,180). Sum of RGB (Red+Green+Blue) = 94+132+180=406 (53% of max value = 765). Red value is 94 (37.11% from 255 or 23.15% from 406); Green value is 132 (51.95% from 255 or 32.51% from 406); Blue value is 180 (70.70% from 255 or 44.33% from 406); Max value from RGB is 180 - color contains mainly: blue. Hex color #5E84B4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5E84B4 is #A17B4B. Grayscale: #7D7D7D. Windows color (decimal): -10582860 or 11830366. OLE color: 11830366.
HSL color Cylindrical-coordinate representation of color #5E84B4: hue angle of 213.49º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5E84B4 is Cyan = 0.48, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 94 | 132 | 180 | - |
| CMYK | 0.48 | 0.27 | 0 | 0.29 |
| HSL | 213.49º | 0.36% | 0.54% | - |
| HSV(B) | 213.49º | 0.48% | 0.71% | - |
| XYZ | 21.11 | 22.18 | 46.35 | - |
| YUV | 126.11 | 158.41 | 105.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 132 | 180 | 0.48 | 0.27 | 0 | 0.29 | 213.49 | 0.36 | 0.54 |
| Hex | 5E | 84 | B4 | 30 | 1B | 0 | 1D | D5 | 24 | 36 |
| Octal | 136 | 204 | 264 | 60 | 33 | 0 | 35 | 325 | 44 | 66 |
| Binary | 1011110 | 10000100 | 10110100 | 110000 | 11011 | 0 | 11101 | 11010101 | 100100 | 110110 |
Color Harmonies of #5E84B4
Complementary color
Monochromatic Colors of #5E84B4
Black with #5E84B4
Text Example
Text Example
White with #5E84B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E84B4; }
p { color: rgb(94,132,180); }
H1.HeaderClassName
{
color: #5E84B4;
}
.AnyTagClassName
{
color: #5E84B4;
}
</style>
background-color css
<style>
a { background-color: #5E84B4; }
a { background-color: rgb(94,132,180); }
div.DivClassName
{
background-color: #5E84B4;
}
.BgClassName
{
background-color: #5E84B4;
}
</style>
border-color css
<style>
span { border-color: #5E84B4; }
span { border-color: rgb(94,132,180); }
td.TdClassName
{
border-color: #5E84B4;
}
.TagClassName
{
border-color: #5E84B4;
}
</style>