Shades of Danube #5591BC
Tints of Danube #5591BC
RGB
CMYK
RGB Variations
Color information
#5591BC (or 0x5591BC) is known color: Danube. HEX triplet: 55, 91 and BC. RGB value is (85,145,188). Sum of RGB (Red+Green+Blue) = 85+145+188=418 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.33% from 418); Green value is 145 (57.03% from 255 or 34.69% from 418); Blue value is 188 (73.83% from 255 or 44.98% from 418); Max value from RGB is 188 - color contains mainly: blue. Hex color #5591BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5591BC is #AA6E43. Grayscale: #838383. Windows color (decimal): -11169348 or 12357973. OLE color: 12357973.
HSL color Cylindrical-coordinate representation of color #5591BC: hue angle of 205.05º degrees, saturation: 0.43, 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 #5591BC is Cyan = 0.55, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 85 | 145 | 188 | - |
| CMYK | 0.55 | 0.23 | 0 | 0.26 |
| HSL | 205.05º | 0.43% | 0.54% | - |
| HSV(B) | 205.05º | 0.55% | 0.74% | - |
| XYZ | 22.95 | 25.81 | 51.35 | - |
| YUV | 131.96 | 159.62 | 94.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 145 | 188 | 0.55 | 0.23 | 0 | 0.26 | 205.05 | 0.43 | 0.54 |
| Hex | 55 | 91 | BC | 37 | 17 | 0 | 1A | CD | 2B | 36 |
| Octal | 125 | 221 | 274 | 67 | 27 | 0 | 32 | 315 | 53 | 66 |
| Binary | 1010101 | 10010001 | 10111100 | 110111 | 10111 | 0 | 11010 | 11001101 | 101011 | 110110 |
Color Harmonies of #5591BC
Complementary color
Monochromatic Colors of #5591BC
Black with #5591BC
Text Example
Text Example
White with #5591BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5591BC; }
p { color: rgb(85,145,188); }
H1.HeaderClassName
{
color: #5591BC;
}
.AnyTagClassName
{
color: #5591BC;
}
</style>
background-color css
<style>
a { background-color: #5591BC; }
a { background-color: rgb(85,145,188); }
div.DivClassName
{
background-color: #5591BC;
}
.BgClassName
{
background-color: #5591BC;
}
</style>
border-color css
<style>
span { border-color: #5591BC; }
span { border-color: rgb(85,145,188); }
td.TdClassName
{
border-color: #5591BC;
}
.TagClassName
{
border-color: #5591BC;
}
</style>