Shades of Danube #5E8DC8
Tints of Danube #5E8DC8
RGB
CMYK
RGB Variations
Color information
#5E8DC8 (or 0x5E8DC8) is known color: Danube. HEX triplet: 5E, 8D and C8. RGB value is (94,141,200). Sum of RGB (Red+Green+Blue) = 94+141+200=435 (57% of max value = 765). Red value is 94 (37.11% from 255 or 21.61% from 435); Green value is 141 (55.47% from 255 or 32.41% from 435); Blue value is 200 (78.52% from 255 or 45.98% from 435); Max value from RGB is 200 - color contains mainly: blue. Hex color #5E8DC8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5E8DC8 is #A17237. Grayscale: #858585. Windows color (decimal): -10580536 or 13143390. OLE color: 13143390.
HSL color Cylindrical-coordinate representation of color #5E8DC8: hue angle of 213.4º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5E8DC8 is Cyan = 0.53, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 94 | 141 | 200 | - |
| CMYK | 0.53 | 0.29 | 0 | 0.22 |
| HSL | 213.4º | 0.49% | 0.58% | - |
| HSV(B) | 213.4º | 0.53% | 0.78% | - |
| XYZ | 24.57 | 25.6 | 58.29 | - |
| YUV | 133.67 | 165.43 | 99.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 141 | 200 | 0.53 | 0.29 | 0 | 0.22 | 213.4 | 0.49 | 0.58 |
| Hex | 5E | 8D | C8 | 35 | 1D | 0 | 16 | D5 | 31 | 3A |
| Octal | 136 | 215 | 310 | 65 | 35 | 0 | 26 | 325 | 61 | 72 |
| Binary | 1011110 | 10001101 | 11001000 | 110101 | 11101 | 0 | 10110 | 11010101 | 110001 | 111010 |
Color Harmonies of #5E8DC8
Complementary color
Monochromatic Colors of #5E8DC8
Black with #5E8DC8
Text Example
Text Example
White with #5E8DC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E8DC8; }
p { color: rgb(94,141,200); }
H1.HeaderClassName
{
color: #5E8DC8;
}
.AnyTagClassName
{
color: #5E8DC8;
}
</style>
background-color css
<style>
a { background-color: #5E8DC8; }
a { background-color: rgb(94,141,200); }
div.DivClassName
{
background-color: #5E8DC8;
}
.BgClassName
{
background-color: #5E8DC8;
}
</style>
border-color css
<style>
span { border-color: #5E8DC8; }
span { border-color: rgb(94,141,200); }
td.TdClassName
{
border-color: #5E8DC8;
}
.TagClassName
{
border-color: #5E8DC8;
}
</style>