Shades of Danube #5E91CB
Tints of Danube #5E91CB
RGB
CMYK
RGB Variations
Color information
#5E91CB (or 0x5E91CB) is known color: Danube. HEX triplet: 5E, 91 and CB. RGB value is (94,145,203). Sum of RGB (Red+Green+Blue) = 94+145+203=442 (58% of max value = 765). Red value is 94 (37.11% from 255 or 21.27% from 442); Green value is 145 (57.03% from 255 or 32.81% from 442); Blue value is 203 (79.69% from 255 or 45.93% from 442); Max value from RGB is 203 - color contains mainly: blue. Hex color #5E91CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5E91CB is #A16E34. Grayscale: #888888. Windows color (decimal): -10579509 or 13341022. OLE color: 13341022.
HSL color Cylindrical-coordinate representation of color #5E91CB: hue angle of 211.93º degrees, saturation: 0.51, 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 #5E91CB is Cyan = 0.54, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 94 | 145 | 203 | - |
| CMYK | 0.54 | 0.29 | 0 | 0.20 |
| HSL | 211.93º | 0.51% | 0.58% | - |
| HSV(B) | 211.93º | 0.54% | 0.8% | - |
| XYZ | 25.52 | 26.94 | 60.36 | - |
| YUV | 136.36 | 165.6 | 97.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 145 | 203 | 0.54 | 0.29 | 0 | 0.20 | 211.93 | 0.51 | 0.58 |
| Hex | 5E | 91 | CB | 36 | 1D | 0 | 14 | D4 | 33 | 3A |
| Octal | 136 | 221 | 313 | 66 | 35 | 0 | 24 | 324 | 63 | 72 |
| Binary | 1011110 | 10010001 | 11001011 | 110110 | 11101 | 0 | 10100 | 11010100 | 110011 | 111010 |
Color Harmonies of #5E91CB
Complementary color
Monochromatic Colors of #5E91CB
Black with #5E91CB
Text Example
Text Example
White with #5E91CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E91CB; }
p { color: rgb(94,145,203); }
H1.HeaderClassName
{
color: #5E91CB;
}
.AnyTagClassName
{
color: #5E91CB;
}
</style>
background-color css
<style>
a { background-color: #5E91CB; }
a { background-color: rgb(94,145,203); }
div.DivClassName
{
background-color: #5E91CB;
}
.BgClassName
{
background-color: #5E91CB;
}
</style>
border-color css
<style>
span { border-color: #5E91CB; }
span { border-color: rgb(94,145,203); }
td.TdClassName
{
border-color: #5E91CB;
}
.TagClassName
{
border-color: #5E91CB;
}
</style>