Shades of Danube #5E89CE
Tints of Danube #5E89CE
RGB
CMYK
RGB Variations
Color information
#5E89CE (or 0x5E89CE) is known color: Danube. HEX triplet: 5E, 89 and CE. RGB value is (94,137,206). Sum of RGB (Red+Green+Blue) = 94+137+206=437 (57% of max value = 765). Red value is 94 (37.11% from 255 or 21.51% from 437); Green value is 137 (53.91% from 255 or 31.35% from 437); Blue value is 206 (80.86% from 255 or 47.14% from 437); Max value from RGB is 206 - color contains mainly: blue. Hex color #5E89CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5E89CE is #A17631. Grayscale: #838383. Windows color (decimal): -10581554 or 13535582. OLE color: 13535582.
HSL color Cylindrical-coordinate representation of color #5E89CE: hue angle of 216.96º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5E89CE is Cyan = 0.54, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 94 | 137 | 206 | - |
| CMYK | 0.54 | 0.33 | 0 | 0.19 |
| HSL | 216.96º | 0.53% | 0.59% | - |
| HSV(B) | 216.96º | 0.54% | 0.81% | - |
| XYZ | 24.7 | 24.73 | 61.86 | - |
| YUV | 132.01 | 169.75 | 100.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 137 | 206 | 0.54 | 0.33 | 0 | 0.19 | 216.96 | 0.53 | 0.59 |
| Hex | 5E | 89 | CE | 36 | 21 | 0 | 13 | D9 | 35 | 3B |
| Octal | 136 | 211 | 316 | 66 | 41 | 0 | 23 | 331 | 65 | 73 |
| Binary | 1011110 | 10001001 | 11001110 | 110110 | 100001 | 0 | 10011 | 11011001 | 110101 | 111011 |
Color Harmonies of #5E89CE
Complementary color
Monochromatic Colors of #5E89CE
Black with #5E89CE
Text Example
Text Example
White with #5E89CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E89CE; }
p { color: rgb(94,137,206); }
H1.HeaderClassName
{
color: #5E89CE;
}
.AnyTagClassName
{
color: #5E89CE;
}
</style>
background-color css
<style>
a { background-color: #5E89CE; }
a { background-color: rgb(94,137,206); }
div.DivClassName
{
background-color: #5E89CE;
}
.BgClassName
{
background-color: #5E89CE;
}
</style>
border-color css
<style>
span { border-color: #5E89CE; }
span { border-color: rgb(94,137,206); }
td.TdClassName
{
border-color: #5E89CE;
}
.TagClassName
{
border-color: #5E89CE;
}
</style>