Shades of Danube #5891CE
Tints of Danube #5891CE
RGB
CMYK
RGB Variations
Color information
#5891CE (or 0x5891CE) is known color: Danube. HEX triplet: 58, 91 and CE. RGB value is (88,145,206). Sum of RGB (Red+Green+Blue) = 88+145+206=439 (58% of max value = 765). Red value is 88 (34.77% from 255 or 20.05% from 439); Green value is 145 (57.03% from 255 or 33.03% from 439); Blue value is 206 (80.86% from 255 or 46.92% from 439); Max value from RGB is 206 - color contains mainly: blue. Hex color #5891CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5891CE is #A76E31. Grayscale: #868686. Windows color (decimal): -10972722 or 13537624. OLE color: 13537624.
HSL color Cylindrical-coordinate representation of color #5891CE: hue angle of 211.02º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5891CE is Cyan = 0.57, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 88 | 145 | 206 | - |
| CMYK | 0.57 | 0.30 | 0 | 0.19 |
| HSL | 211.02º | 0.55% | 0.58% | - |
| HSV(B) | 211.02º | 0.57% | 0.81% | - |
| XYZ | 25.29 | 26.78 | 62.23 | - |
| YUV | 134.91 | 168.12 | 94.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 145 | 206 | 0.57 | 0.30 | 0 | 0.19 | 211.02 | 0.55 | 0.58 |
| Hex | 58 | 91 | CE | 39 | 1E | 0 | 13 | D3 | 37 | 3A |
| Octal | 130 | 221 | 316 | 71 | 36 | 0 | 23 | 323 | 67 | 72 |
| Binary | 1011000 | 10010001 | 11001110 | 111001 | 11110 | 0 | 10011 | 11010011 | 110111 | 111010 |
Color Harmonies of #5891CE
Complementary color
Monochromatic Colors of #5891CE
Black with #5891CE
Text Example
Text Example
White with #5891CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5891CE; }
p { color: rgb(88,145,206); }
H1.HeaderClassName
{
color: #5891CE;
}
.AnyTagClassName
{
color: #5891CE;
}
</style>
background-color css
<style>
a { background-color: #5891CE; }
a { background-color: rgb(88,145,206); }
div.DivClassName
{
background-color: #5891CE;
}
.BgClassName
{
background-color: #5891CE;
}
</style>
border-color css
<style>
span { border-color: #5891CE; }
span { border-color: rgb(88,145,206); }
td.TdClassName
{
border-color: #5891CE;
}
.TagClassName
{
border-color: #5891CE;
}
</style>