Shades of Danube #5E93CC
Tints of Danube #5E93CC
RGB
CMYK
RGB Variations
Color information
#5E93CC (or 0x5E93CC) is known color: Danube. HEX triplet: 5E, 93 and CC. RGB value is (94,147,204). Sum of RGB (Red+Green+Blue) = 94+147+204=445 (58% of max value = 765). Red value is 94 (37.11% from 255 or 21.12% from 445); Green value is 147 (57.81% from 255 or 33.03% from 445); Blue value is 204 (80.08% from 255 or 45.84% from 445); Max value from RGB is 204 - color contains mainly: blue. Hex color #5E93CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5E93CC is #A16C33. Grayscale: #898989. Windows color (decimal): -10578996 or 13407070. OLE color: 13407070.
HSL color Cylindrical-coordinate representation of color #5E93CC: hue angle of 211.09º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5E93CC is Cyan = 0.54, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 94 | 147 | 204 | - |
| CMYK | 0.54 | 0.28 | 0 | 0.2 |
| HSL | 211.09º | 0.52% | 0.58% | - |
| HSV(B) | 211.09º | 0.54% | 0.8% | - |
| XYZ | 25.95 | 27.61 | 61.09 | - |
| YUV | 137.65 | 165.44 | 96.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 147 | 204 | 0.54 | 0.28 | 0 | 0.2 | 211.09 | 0.52 | 0.58 |
| Hex | 5E | 93 | CC | 36 | 1C | 0 | 14 | D3 | 34 | 3A |
| Octal | 136 | 223 | 314 | 66 | 34 | 0 | 24 | 323 | 64 | 72 |
| Binary | 1011110 | 10010011 | 11001100 | 110110 | 11100 | 0 | 10100 | 11010011 | 110100 | 111010 |
Color Harmonies of #5E93CC
Complementary color
Monochromatic Colors of #5E93CC
Black with #5E93CC
Text Example
Text Example
White with #5E93CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E93CC; }
p { color: rgb(94,147,204); }
H1.HeaderClassName
{
color: #5E93CC;
}
.AnyTagClassName
{
color: #5E93CC;
}
</style>
background-color css
<style>
a { background-color: #5E93CC; }
a { background-color: rgb(94,147,204); }
div.DivClassName
{
background-color: #5E93CC;
}
.BgClassName
{
background-color: #5E93CC;
}
</style>
border-color css
<style>
span { border-color: #5E93CC; }
span { border-color: rgb(94,147,204); }
td.TdClassName
{
border-color: #5E93CC;
}
.TagClassName
{
border-color: #5E93CC;
}
</style>