Shades of Danube #5E8ABB
Tints of Danube #5E8ABB
RGB
CMYK
RGB Variations
Color information
#5E8ABB (or 0x5E8ABB) is known color: Danube. HEX triplet: 5E, 8A and BB. RGB value is (94,138,187). Sum of RGB (Red+Green+Blue) = 94+138+187=419 (55% of max value = 765). Red value is 94 (37.11% from 255 or 22.43% from 419); Green value is 138 (54.30% from 255 or 32.94% from 419); Blue value is 187 (73.44% from 255 or 44.63% from 419); Max value from RGB is 187 - color contains mainly: blue. Hex color #5E8ABB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5E8ABB is #A17544. Grayscale: #828282. Windows color (decimal): -10581317 or 12290654. OLE color: 12290654.
HSL color Cylindrical-coordinate representation of color #5E8ABB: hue angle of 211.61º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5E8ABB is Cyan = 0.50, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 94 | 138 | 187 | - |
| CMYK | 0.50 | 0.26 | 0 | 0.27 |
| HSL | 211.61º | 0.41% | 0.55% | - |
| HSV(B) | 211.61º | 0.5% | 0.73% | - |
| XYZ | 22.67 | 24.14 | 50.48 | - |
| YUV | 130.43 | 159.92 | 102.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 138 | 187 | 0.50 | 0.26 | 0 | 0.27 | 211.61 | 0.41 | 0.55 |
| Hex | 5E | 8A | BB | 32 | 1A | 0 | 1B | D4 | 29 | 37 |
| Octal | 136 | 212 | 273 | 62 | 32 | 0 | 33 | 324 | 51 | 67 |
| Binary | 1011110 | 10001010 | 10111011 | 110010 | 11010 | 0 | 11011 | 11010100 | 101001 | 110111 |
Color Harmonies of #5E8ABB
Complementary color
Monochromatic Colors of #5E8ABB
Black with #5E8ABB
Text Example
Text Example
White with #5E8ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E8ABB; }
p { color: rgb(94,138,187); }
H1.HeaderClassName
{
color: #5E8ABB;
}
.AnyTagClassName
{
color: #5E8ABB;
}
</style>
background-color css
<style>
a { background-color: #5E8ABB; }
a { background-color: rgb(94,138,187); }
div.DivClassName
{
background-color: #5E8ABB;
}
.BgClassName
{
background-color: #5E8ABB;
}
</style>
border-color css
<style>
span { border-color: #5E8ABB; }
span { border-color: rgb(94,138,187); }
td.TdClassName
{
border-color: #5E8ABB;
}
.TagClassName
{
border-color: #5E8ABB;
}
</style>