Shades of Danube #5891BE
Tints of Danube #5891BE
RGB
CMYK
RGB Variations
Color information
#5891BE (or 0x5891BE) is known color: Danube. HEX triplet: 58, 91 and BE. RGB value is (88,145,190). Sum of RGB (Red+Green+Blue) = 88+145+190=423 (56% of max value = 765). Red value is 88 (34.77% from 255 or 20.80% from 423); Green value is 145 (57.03% from 255 or 34.28% from 423); Blue value is 190 (74.61% from 255 or 44.92% from 423); Max value from RGB is 190 - color contains mainly: blue. Hex color #5891BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5891BE is #A76E41. Grayscale: #848484. Windows color (decimal): -10972738 or 12489048. OLE color: 12489048.
HSL color Cylindrical-coordinate representation of color #5891BE: hue angle of 206.47º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5891BE is Cyan = 0.54, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 88 | 145 | 190 | - |
| CMYK | 0.54 | 0.24 | 0 | 0.25 |
| HSL | 206.47º | 0.44% | 0.55% | - |
| HSV(B) | 206.47º | 0.54% | 0.75% | - |
| XYZ | 23.44 | 26.04 | 52.51 | - |
| YUV | 133.09 | 160.12 | 95.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 145 | 190 | 0.54 | 0.24 | 0 | 0.25 | 206.47 | 0.44 | 0.55 |
| Hex | 58 | 91 | BE | 36 | 18 | 0 | 19 | CE | 2C | 37 |
| Octal | 130 | 221 | 276 | 66 | 30 | 0 | 31 | 316 | 54 | 67 |
| Binary | 1011000 | 10010001 | 10111110 | 110110 | 11000 | 0 | 11001 | 11001110 | 101100 | 110111 |
Color Harmonies of #5891BE
Complementary color
Monochromatic Colors of #5891BE
Black with #5891BE
Text Example
Text Example
White with #5891BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5891BE; }
p { color: rgb(88,145,190); }
H1.HeaderClassName
{
color: #5891BE;
}
.AnyTagClassName
{
color: #5891BE;
}
</style>
background-color css
<style>
a { background-color: #5891BE; }
a { background-color: rgb(88,145,190); }
div.DivClassName
{
background-color: #5891BE;
}
.BgClassName
{
background-color: #5891BE;
}
</style>
border-color css
<style>
span { border-color: #5891BE; }
span { border-color: rgb(88,145,190); }
td.TdClassName
{
border-color: #5891BE;
}
.TagClassName
{
border-color: #5891BE;
}
</style>