Shades of Danube #5E83B3
Tints of Danube #5E83B3
RGB
CMYK
RGB Variations
Color information
#5E83B3 (or 0x5E83B3) is known color: Danube. HEX triplet: 5E, 83 and B3. RGB value is (94,131,179). Sum of RGB (Red+Green+Blue) = 94+131+179=404 (53% of max value = 765). Red value is 94 (37.11% from 255 or 23.27% from 404); Green value is 131 (51.56% from 255 or 32.43% from 404); Blue value is 179 (70.31% from 255 or 44.31% from 404); Max value from RGB is 179 - color contains mainly: blue. Hex color #5E83B3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5E83B3 is #A17C4C. Grayscale: #7D7D7D. Windows color (decimal): -10583117 or 11764574. OLE color: 11764574.
HSL color Cylindrical-coordinate representation of color #5E83B3: hue angle of 213.88º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5E83B3 is Cyan = 0.47, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 94 | 131 | 179 | - |
| CMYK | 0.47 | 0.27 | 0 | 0.30 |
| HSL | 213.88º | 0.36% | 0.54% | - |
| HSV(B) | 213.88º | 0.47% | 0.7% | - |
| XYZ | 20.87 | 21.87 | 45.77 | - |
| YUV | 125.41 | 158.24 | 105.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 131 | 179 | 0.47 | 0.27 | 0 | 0.30 | 213.88 | 0.36 | 0.54 |
| Hex | 5E | 83 | B3 | 2F | 1B | 0 | 1E | D6 | 24 | 36 |
| Octal | 136 | 203 | 263 | 57 | 33 | 0 | 36 | 326 | 44 | 66 |
| Binary | 1011110 | 10000011 | 10110011 | 101111 | 11011 | 0 | 11110 | 11010110 | 100100 | 110110 |
Color Harmonies of #5E83B3
Complementary color
Monochromatic Colors of #5E83B3
Black with #5E83B3
Text Example
Text Example
White with #5E83B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E83B3; }
p { color: rgb(94,131,179); }
H1.HeaderClassName
{
color: #5E83B3;
}
.AnyTagClassName
{
color: #5E83B3;
}
</style>
background-color css
<style>
a { background-color: #5E83B3; }
a { background-color: rgb(94,131,179); }
div.DivClassName
{
background-color: #5E83B3;
}
.BgClassName
{
background-color: #5E83B3;
}
</style>
border-color css
<style>
span { border-color: #5E83B3; }
span { border-color: rgb(94,131,179); }
td.TdClassName
{
border-color: #5E83B3;
}
.TagClassName
{
border-color: #5E83B3;
}
</style>