Shades of Danube #5691BC
Tints of Danube #5691BC
RGB
CMYK
RGB Variations
Color information
#5691BC (or 0x5691BC) is known color: Danube. HEX triplet: 56, 91 and BC. RGB value is (86,145,188). Sum of RGB (Red+Green+Blue) = 86+145+188=419 (55% of max value = 765). Red value is 86 (33.98% from 255 or 20.53% from 419); Green value is 145 (57.03% from 255 or 34.61% from 419); Blue value is 188 (73.83% from 255 or 44.87% from 419); Max value from RGB is 188 - color contains mainly: blue. Hex color #5691BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5691BC is #A96E43. Grayscale: #848484. Windows color (decimal): -11103812 or 12357974. OLE color: 12357974.
HSL color Cylindrical-coordinate representation of color #5691BC: hue angle of 205.29º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5691BC is Cyan = 0.54, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 86 | 145 | 188 | - |
| CMYK | 0.54 | 0.23 | 0 | 0.26 |
| HSL | 205.29º | 0.43% | 0.54% | - |
| HSV(B) | 205.29º | 0.54% | 0.74% | - |
| XYZ | 23.04 | 25.86 | 51.35 | - |
| YUV | 132.26 | 159.45 | 95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 145 | 188 | 0.54 | 0.23 | 0 | 0.26 | 205.29 | 0.43 | 0.54 |
| Hex | 56 | 91 | BC | 36 | 17 | 0 | 1A | CD | 2B | 36 |
| Octal | 126 | 221 | 274 | 66 | 27 | 0 | 32 | 315 | 53 | 66 |
| Binary | 1010110 | 10010001 | 10111100 | 110110 | 10111 | 0 | 11010 | 11001101 | 101011 | 110110 |
Color Harmonies of #5691BC
Complementary color
Monochromatic Colors of #5691BC
Black with #5691BC
Text Example
Text Example
White with #5691BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5691BC; }
p { color: rgb(86,145,188); }
H1.HeaderClassName
{
color: #5691BC;
}
.AnyTagClassName
{
color: #5691BC;
}
</style>
background-color css
<style>
a { background-color: #5691BC; }
a { background-color: rgb(86,145,188); }
div.DivClassName
{
background-color: #5691BC;
}
.BgClassName
{
background-color: #5691BC;
}
</style>
border-color css
<style>
span { border-color: #5691BC; }
span { border-color: rgb(86,145,188); }
td.TdClassName
{
border-color: #5691BC;
}
.TagClassName
{
border-color: #5691BC;
}
</style>