Shades of Danube #5590BD
Tints of Danube #5590BD
RGB
CMYK
RGB Variations
Color information
#5590BD (or 0x5590BD) is known color: Danube. HEX triplet: 55, 90 and BD. RGB value is (85,144,189). Sum of RGB (Red+Green+Blue) = 85+144+189=418 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.33% from 418); Green value is 144 (56.64% from 255 or 34.45% from 418); Blue value is 189 (74.22% from 255 or 45.22% from 418); Max value from RGB is 189 - color contains mainly: blue. Hex color #5590BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5590BD is #AA6F42. Grayscale: #838383. Windows color (decimal): -11169603 or 12423253. OLE color: 12423253.
HSL color Cylindrical-coordinate representation of color #5590BD: hue angle of 205.96º 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 #5590BD is Cyan = 0.55, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 85 | 144 | 189 | - |
| CMYK | 0.55 | 0.24 | 0 | 0.26 |
| HSL | 205.96º | 0.44% | 0.54% | - |
| HSV(B) | 205.96º | 0.55% | 0.74% | - |
| XYZ | 22.9 | 25.55 | 51.87 | - |
| YUV | 131.49 | 160.45 | 94.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 144 | 189 | 0.55 | 0.24 | 0 | 0.26 | 205.96 | 0.44 | 0.54 |
| Hex | 55 | 90 | BD | 37 | 18 | 0 | 1A | CE | 2C | 36 |
| Octal | 125 | 220 | 275 | 67 | 30 | 0 | 32 | 316 | 54 | 66 |
| Binary | 1010101 | 10010000 | 10111101 | 110111 | 11000 | 0 | 11010 | 11001110 | 101100 | 110110 |
Color Harmonies of #5590BD
Complementary color
Monochromatic Colors of #5590BD
Black with #5590BD
Text Example
Text Example
White with #5590BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5590BD; }
p { color: rgb(85,144,189); }
H1.HeaderClassName
{
color: #5590BD;
}
.AnyTagClassName
{
color: #5590BD;
}
</style>
background-color css
<style>
a { background-color: #5590BD; }
a { background-color: rgb(85,144,189); }
div.DivClassName
{
background-color: #5590BD;
}
.BgClassName
{
background-color: #5590BD;
}
</style>
border-color css
<style>
span { border-color: #5590BD; }
span { border-color: rgb(85,144,189); }
td.TdClassName
{
border-color: #5590BD;
}
.TagClassName
{
border-color: #5590BD;
}
</style>