Shades of Danube #5E8CB5
Tints of Danube #5E8CB5
RGB
CMYK
RGB Variations
Color information
#5E8CB5 (or 0x5E8CB5) is known color: Danube. HEX triplet: 5E, 8C and B5. RGB value is (94,140,181). Sum of RGB (Red+Green+Blue) = 94+140+181=415 (54% of max value = 765). Red value is 94 (37.11% from 255 or 22.65% from 415); Green value is 140 (55.08% from 255 or 33.73% from 415); Blue value is 181 (71.09% from 255 or 43.61% from 415); Max value from RGB is 181 - color contains mainly: blue. Hex color #5E8CB5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5E8CB5 is #A1734A. Grayscale: #828282. Windows color (decimal): -10580811 or 11897950. OLE color: 11897950.
HSL color Cylindrical-coordinate representation of color #5E8CB5: hue angle of 208.28º degrees, saturation: 0.37, 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 #5E8CB5 is Cyan = 0.48, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 94 | 140 | 181 | - |
| CMYK | 0.48 | 0.23 | 0 | 0.29 |
| HSL | 208.28º | 0.37% | 0.54% | - |
| HSV(B) | 208.28º | 0.48% | 0.71% | - |
| XYZ | 22.33 | 24.47 | 47.26 | - |
| YUV | 130.92 | 156.26 | 101.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 140 | 181 | 0.48 | 0.23 | 0 | 0.29 | 208.28 | 0.37 | 0.54 |
| Hex | 5E | 8C | B5 | 30 | 17 | 0 | 1D | D0 | 25 | 36 |
| Octal | 136 | 214 | 265 | 60 | 27 | 0 | 35 | 320 | 45 | 66 |
| Binary | 1011110 | 10001100 | 10110101 | 110000 | 10111 | 0 | 11101 | 11010000 | 100101 | 110110 |
Color Harmonies of #5E8CB5
Complementary color
Monochromatic Colors of #5E8CB5
Black with #5E8CB5
Text Example
Text Example
White with #5E8CB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E8CB5; }
p { color: rgb(94,140,181); }
H1.HeaderClassName
{
color: #5E8CB5;
}
.AnyTagClassName
{
color: #5E8CB5;
}
</style>
background-color css
<style>
a { background-color: #5E8CB5; }
a { background-color: rgb(94,140,181); }
div.DivClassName
{
background-color: #5E8CB5;
}
.BgClassName
{
background-color: #5E8CB5;
}
</style>
border-color css
<style>
span { border-color: #5E8CB5; }
span { border-color: rgb(94,140,181); }
td.TdClassName
{
border-color: #5E8CB5;
}
.TagClassName
{
border-color: #5E8CB5;
}
</style>