Shades of Danube #5E8CD4
Tints of Danube #5E8CD4
RGB
CMYK
RGB Variations
Color information
#5E8CD4 (or 0x5E8CD4) is known color: Danube. HEX triplet: 5E, 8C and D4. RGB value is (94,140,212). Sum of RGB (Red+Green+Blue) = 94+140+212=446 (59% of max value = 765). Red value is 94 (37.11% from 255 or 21.08% from 446); Green value is 140 (55.08% from 255 or 31.39% from 446); Blue value is 212 (83.20% from 255 or 47.53% from 446); Max value from RGB is 212 - color contains mainly: blue. Hex color #5E8CD4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5E8CD4 is #A1732B. Grayscale: #868686. Windows color (decimal): -10580780 or 13929566. OLE color: 13929566.
HSL color Cylindrical-coordinate representation of color #5E8CD4: hue angle of 216.61º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5E8CD4 is Cyan = 0.56, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 94 | 140 | 212 | - |
| CMYK | 0.56 | 0.34 | 0 | 0.17 |
| HSL | 216.61º | 0.58% | 0.6% | - |
| HSV(B) | 216.61º | 0.56% | 0.83% | - |
| XYZ | 25.88 | 25.89 | 65.92 | - |
| YUV | 134.45 | 171.76 | 99.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 140 | 212 | 0.56 | 0.34 | 0 | 0.17 | 216.61 | 0.58 | 0.6 |
| Hex | 5E | 8C | D4 | 38 | 22 | 0 | 11 | D9 | 3A | 3C |
| Octal | 136 | 214 | 324 | 70 | 42 | 0 | 21 | 331 | 72 | 74 |
| Binary | 1011110 | 10001100 | 11010100 | 111000 | 100010 | 0 | 10001 | 11011001 | 111010 | 111100 |
Color Harmonies of #5E8CD4
Complementary color
Monochromatic Colors of #5E8CD4
Black with #5E8CD4
Text Example
Text Example
White with #5E8CD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E8CD4; }
p { color: rgb(94,140,212); }
H1.HeaderClassName
{
color: #5E8CD4;
}
.AnyTagClassName
{
color: #5E8CD4;
}
</style>
background-color css
<style>
a { background-color: #5E8CD4; }
a { background-color: rgb(94,140,212); }
div.DivClassName
{
background-color: #5E8CD4;
}
.BgClassName
{
background-color: #5E8CD4;
}
</style>
border-color css
<style>
span { border-color: #5E8CD4; }
span { border-color: rgb(94,140,212); }
td.TdClassName
{
border-color: #5E8CD4;
}
.TagClassName
{
border-color: #5E8CD4;
}
</style>