Shades of Danube #5E90CA
Tints of Danube #5E90CA
RGB
CMYK
RGB Variations
Color information
#5E90CA (or 0x5E90CA) is known color: Danube. HEX triplet: 5E, 90 and CA. RGB value is (94,144,202). Sum of RGB (Red+Green+Blue) = 94+144+202=440 (58% of max value = 765). Red value is 94 (37.11% from 255 or 21.36% from 440); Green value is 144 (56.64% from 255 or 32.73% from 440); Blue value is 202 (79.30% from 255 or 45.91% from 440); Max value from RGB is 202 - color contains mainly: blue. Hex color #5E90CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5E90CA is #A16F35. Grayscale: #878787. Windows color (decimal): -10579766 or 13275230. OLE color: 13275230.
HSL color Cylindrical-coordinate representation of color #5E90CA: hue angle of 212.22º 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 #5E90CA is Cyan = 0.53, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 94 | 144 | 202 | - |
| CMYK | 0.53 | 0.29 | 0 | 0.21 |
| HSL | 212.22º | 0.5% | 0.58% | - |
| HSV(B) | 212.22º | 0.53% | 0.79% | - |
| XYZ | 25.25 | 26.59 | 59.68 | - |
| YUV | 135.66 | 165.44 | 98.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 144 | 202 | 0.53 | 0.29 | 0 | 0.21 | 212.22 | 0.5 | 0.58 |
| Hex | 5E | 90 | CA | 35 | 1D | 0 | 15 | D4 | 32 | 3A |
| Octal | 136 | 220 | 312 | 65 | 35 | 0 | 25 | 324 | 62 | 72 |
| Binary | 1011110 | 10010000 | 11001010 | 110101 | 11101 | 0 | 10101 | 11010100 | 110010 | 111010 |
Color Harmonies of #5E90CA
Complementary color
Monochromatic Colors of #5E90CA
Black with #5E90CA
Text Example
Text Example
White with #5E90CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E90CA; }
p { color: rgb(94,144,202); }
H1.HeaderClassName
{
color: #5E90CA;
}
.AnyTagClassName
{
color: #5E90CA;
}
</style>
background-color css
<style>
a { background-color: #5E90CA; }
a { background-color: rgb(94,144,202); }
div.DivClassName
{
background-color: #5E90CA;
}
.BgClassName
{
background-color: #5E90CA;
}
</style>
border-color css
<style>
span { border-color: #5E90CA; }
span { border-color: rgb(94,144,202); }
td.TdClassName
{
border-color: #5E90CA;
}
.TagClassName
{
border-color: #5E90CA;
}
</style>