Shades of Danube #5E8BCA
Tints of Danube #5E8BCA
RGB
CMYK
RGB Variations
Color information
#5E8BCA (or 0x5E8BCA) is known color: Danube. HEX triplet: 5E, 8B and CA. RGB value is (94,139,202). Sum of RGB (Red+Green+Blue) = 94+139+202=435 (57% of max value = 765). Red value is 94 (37.11% from 255 or 21.61% from 435); Green value is 139 (54.69% from 255 or 31.95% from 435); Blue value is 202 (79.30% from 255 or 46.44% from 435); Max value from RGB is 202 - color contains mainly: blue. Hex color #5E8BCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5E8BCA is #A17435. Grayscale: #848484. Windows color (decimal): -10581046 or 13273950. OLE color: 13273950.
HSL color Cylindrical-coordinate representation of color #5E8BCA: hue angle of 215º 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 #5E8BCA is Cyan = 0.53, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 94 | 139 | 202 | - |
| CMYK | 0.53 | 0.31 | 0 | 0.21 |
| HSL | 215º | 0.5% | 0.58% | - |
| HSV(B) | 215º | 0.53% | 0.79% | - |
| XYZ | 24.51 | 25.11 | 59.43 | - |
| YUV | 132.73 | 167.09 | 100.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 139 | 202 | 0.53 | 0.31 | 0 | 0.21 | 215 | 0.5 | 0.58 |
| Hex | 5E | 8B | CA | 35 | 1F | 0 | 15 | D7 | 32 | 3A |
| Octal | 136 | 213 | 312 | 65 | 37 | 0 | 25 | 327 | 62 | 72 |
| Binary | 1011110 | 10001011 | 11001010 | 110101 | 11111 | 0 | 10101 | 11010111 | 110010 | 111010 |
Color Harmonies of #5E8BCA
Complementary color
Monochromatic Colors of #5E8BCA
Black with #5E8BCA
Text Example
Text Example
White with #5E8BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E8BCA; }
p { color: rgb(94,139,202); }
H1.HeaderClassName
{
color: #5E8BCA;
}
.AnyTagClassName
{
color: #5E8BCA;
}
</style>
background-color css
<style>
a { background-color: #5E8BCA; }
a { background-color: rgb(94,139,202); }
div.DivClassName
{
background-color: #5E8BCA;
}
.BgClassName
{
background-color: #5E8BCA;
}
</style>
border-color css
<style>
span { border-color: #5E8BCA; }
span { border-color: rgb(94,139,202); }
td.TdClassName
{
border-color: #5E8BCA;
}
.TagClassName
{
border-color: #5E8BCA;
}
</style>