Shades of Danube #5E92BF
Tints of Danube #5E92BF
RGB
CMYK
RGB Variations
Color information
#5E92BF (or 0x5E92BF) is known color: Danube. HEX triplet: 5E, 92 and BF. RGB value is (94,146,191). Sum of RGB (Red+Green+Blue) = 94+146+191=431 (57% of max value = 765). Red value is 94 (37.11% from 255 or 21.81% from 431); Green value is 146 (57.42% from 255 or 33.87% from 431); Blue value is 191 (75% from 255 or 44.32% from 431); Max value from RGB is 191 - color contains mainly: blue. Hex color #5E92BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5E92BF is #A16D40. Grayscale: #878787. Windows color (decimal): -10579265 or 12554846. OLE color: 12554846.
HSL color Cylindrical-coordinate representation of color #5E92BF: hue angle of 207.84º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5E92BF is Cyan = 0.51, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 94 | 146 | 191 | - |
| CMYK | 0.51 | 0.24 | 0 | 0.25 |
| HSL | 207.84º | 0.43% | 0.56% | - |
| HSV(B) | 207.84º | 0.51% | 0.75% | - |
| XYZ | 24.3 | 26.7 | 53.16 | - |
| YUV | 135.58 | 159.27 | 98.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 146 | 191 | 0.51 | 0.24 | 0 | 0.25 | 207.84 | 0.43 | 0.56 |
| Hex | 5E | 92 | BF | 33 | 18 | 0 | 19 | D0 | 2B | 38 |
| Octal | 136 | 222 | 277 | 63 | 30 | 0 | 31 | 320 | 53 | 70 |
| Binary | 1011110 | 10010010 | 10111111 | 110011 | 11000 | 0 | 11001 | 11010000 | 101011 | 111000 |
Color Harmonies of #5E92BF
Complementary color
Monochromatic Colors of #5E92BF
Black with #5E92BF
Text Example
Text Example
White with #5E92BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E92BF; }
p { color: rgb(94,146,191); }
H1.HeaderClassName
{
color: #5E92BF;
}
.AnyTagClassName
{
color: #5E92BF;
}
</style>
background-color css
<style>
a { background-color: #5E92BF; }
a { background-color: rgb(94,146,191); }
div.DivClassName
{
background-color: #5E92BF;
}
.BgClassName
{
background-color: #5E92BF;
}
</style>
border-color css
<style>
span { border-color: #5E92BF; }
span { border-color: rgb(94,146,191); }
td.TdClassName
{
border-color: #5E92BF;
}
.TagClassName
{
border-color: #5E92BF;
}
</style>