Shades of Danube #5591BD
Tints of Danube #5591BD
RGB
CMYK
RGB Variations
Color information
#5591BD (or 0x5591BD) is known color: Danube. HEX triplet: 55, 91 and BD. RGB value is (85,145,189). Sum of RGB (Red+Green+Blue) = 85+145+189=419 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.29% from 419); Green value is 145 (57.03% from 255 or 34.61% from 419); Blue value is 189 (74.22% from 255 or 45.11% from 419); Max value from RGB is 189 - color contains mainly: blue. Hex color #5591BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5591BD is #AA6E42. Grayscale: #838383. Windows color (decimal): -11169347 or 12423509. OLE color: 12423509.
HSL color Cylindrical-coordinate representation of color #5591BD: hue angle of 205.38º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5591BD is Cyan = 0.55, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 85 | 145 | 189 | - |
| CMYK | 0.55 | 0.23 | 0 | 0.26 |
| HSL | 205.38º | 0.44% | 0.54% | - |
| HSV(B) | 205.38º | 0.55% | 0.74% | - |
| XYZ | 23.06 | 25.86 | 51.92 | - |
| YUV | 132.08 | 160.12 | 94.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 145 | 189 | 0.55 | 0.23 | 0 | 0.26 | 205.38 | 0.44 | 0.54 |
| Hex | 55 | 91 | BD | 37 | 17 | 0 | 1A | CD | 2C | 36 |
| Octal | 125 | 221 | 275 | 67 | 27 | 0 | 32 | 315 | 54 | 66 |
| Binary | 1010101 | 10010001 | 10111101 | 110111 | 10111 | 0 | 11010 | 11001101 | 101100 | 110110 |
Color Harmonies of #5591BD
Complementary color
Monochromatic Colors of #5591BD
Black with #5591BD
Text Example
Text Example
White with #5591BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5591BD; }
p { color: rgb(85,145,189); }
H1.HeaderClassName
{
color: #5591BD;
}
.AnyTagClassName
{
color: #5591BD;
}
</style>
background-color css
<style>
a { background-color: #5591BD; }
a { background-color: rgb(85,145,189); }
div.DivClassName
{
background-color: #5591BD;
}
.BgClassName
{
background-color: #5591BD;
}
</style>
border-color css
<style>
span { border-color: #5591BD; }
span { border-color: rgb(85,145,189); }
td.TdClassName
{
border-color: #5591BD;
}
.TagClassName
{
border-color: #5591BD;
}
</style>