Shades of Danube #5E8FBA
Tints of Danube #5E8FBA
RGB
CMYK
RGB Variations
Color information
#5E8FBA (or 0x5E8FBA) is known color: Danube. HEX triplet: 5E, 8F and BA. RGB value is (94,143,186). Sum of RGB (Red+Green+Blue) = 94+143+186=423 (56% of max value = 765). Red value is 94 (37.11% from 255 or 22.22% from 423); Green value is 143 (56.25% from 255 or 33.81% from 423); Blue value is 186 (73.05% from 255 or 43.97% from 423); Max value from RGB is 186 - color contains mainly: blue. Hex color #5E8FBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5E8FBA is #A17045. Grayscale: #858585. Windows color (decimal): -10580038 or 12226398. OLE color: 12226398.
HSL color Cylindrical-coordinate representation of color #5E8FBA: hue angle of 208.04º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5E8FBA is Cyan = 0.49, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 94 | 143 | 186 | - |
| CMYK | 0.49 | 0.23 | 0 | 0.27 |
| HSL | 208.04º | 0.4% | 0.55% | - |
| HSV(B) | 208.04º | 0.49% | 0.73% | - |
| XYZ | 23.3 | 25.57 | 50.16 | - |
| YUV | 133.25 | 157.77 | 100 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 143 | 186 | 0.49 | 0.23 | 0 | 0.27 | 208.04 | 0.4 | 0.55 |
| Hex | 5E | 8F | BA | 31 | 17 | 0 | 1B | D0 | 28 | 37 |
| Octal | 136 | 217 | 272 | 61 | 27 | 0 | 33 | 320 | 50 | 67 |
| Binary | 1011110 | 10001111 | 10111010 | 110001 | 10111 | 0 | 11011 | 11010000 | 101000 | 110111 |
Color Harmonies of #5E8FBA
Complementary color
Monochromatic Colors of #5E8FBA
Black with #5E8FBA
Text Example
Text Example
White with #5E8FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E8FBA; }
p { color: rgb(94,143,186); }
H1.HeaderClassName
{
color: #5E8FBA;
}
.AnyTagClassName
{
color: #5E8FBA;
}
</style>
background-color css
<style>
a { background-color: #5E8FBA; }
a { background-color: rgb(94,143,186); }
div.DivClassName
{
background-color: #5E8FBA;
}
.BgClassName
{
background-color: #5E8FBA;
}
</style>
border-color css
<style>
span { border-color: #5E8FBA; }
span { border-color: rgb(94,143,186); }
td.TdClassName
{
border-color: #5E8FBA;
}
.TagClassName
{
border-color: #5E8FBA;
}
</style>