Shades of Danube #5E8ACA
Tints of Danube #5E8ACA
RGB
CMYK
RGB Variations
Color information
#5E8ACA (or 0x5E8ACA) is known color: Danube. HEX triplet: 5E, 8A and CA. RGB value is (94,138,202). Sum of RGB (Red+Green+Blue) = 94+138+202=434 (57% of max value = 765). Red value is 94 (37.11% from 255 or 21.66% from 434); Green value is 138 (54.30% from 255 or 31.80% from 434); Blue value is 202 (79.30% from 255 or 46.54% from 434); Max value from RGB is 202 - color contains mainly: blue. Hex color #5E8ACA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5E8ACA is #A17535. Grayscale: #838383. Windows color (decimal): -10581302 or 13273694. OLE color: 13273694.
HSL color Cylindrical-coordinate representation of color #5E8ACA: hue angle of 215.56º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5E8ACA is Cyan = 0.53, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 94 | 138 | 202 | - |
| CMYK | 0.53 | 0.32 | 0 | 0.21 |
| HSL | 215.56º | 0.5% | 0.58% | - |
| HSV(B) | 215.56º | 0.53% | 0.79% | - |
| XYZ | 24.37 | 24.82 | 59.38 | - |
| YUV | 132.14 | 167.42 | 100.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 138 | 202 | 0.53 | 0.32 | 0 | 0.21 | 215.56 | 0.5 | 0.58 |
| Hex | 5E | 8A | CA | 35 | 20 | 0 | 15 | D8 | 32 | 3A |
| Octal | 136 | 212 | 312 | 65 | 40 | 0 | 25 | 330 | 62 | 72 |
| Binary | 1011110 | 10001010 | 11001010 | 110101 | 100000 | 0 | 10101 | 11011000 | 110010 | 111010 |
Color Harmonies of #5E8ACA
Complementary color
Monochromatic Colors of #5E8ACA
Black with #5E8ACA
Text Example
Text Example
White with #5E8ACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E8ACA; }
p { color: rgb(94,138,202); }
H1.HeaderClassName
{
color: #5E8ACA;
}
.AnyTagClassName
{
color: #5E8ACA;
}
</style>
background-color css
<style>
a { background-color: #5E8ACA; }
a { background-color: rgb(94,138,202); }
div.DivClassName
{
background-color: #5E8ACA;
}
.BgClassName
{
background-color: #5E8ACA;
}
</style>
border-color css
<style>
span { border-color: #5E8ACA; }
span { border-color: rgb(94,138,202); }
td.TdClassName
{
border-color: #5E8ACA;
}
.TagClassName
{
border-color: #5E8ACA;
}
</style>