Shades of Danube #5590C1
Tints of Danube #5590C1
RGB
CMYK
RGB Variations
Color information
#5590C1 (or 0x5590C1) is known color: Danube. HEX triplet: 55, 90 and C1. RGB value is (85,144,193). Sum of RGB (Red+Green+Blue) = 85+144+193=422 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.14% from 422); Green value is 144 (56.64% from 255 or 34.12% from 422); Blue value is 193 (75.78% from 255 or 45.73% from 422); Max value from RGB is 193 - color contains mainly: blue. Hex color #5590C1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5590C1 is #AA6F3E. Grayscale: #838383. Windows color (decimal): -11169599 or 12685397. OLE color: 12685397.
HSL color Cylindrical-coordinate representation of color #5590C1: hue angle of 207.22º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5590C1 is Cyan = 0.56, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 85 | 144 | 193 | - |
| CMYK | 0.56 | 0.25 | 0 | 0.24 |
| HSL | 207.22º | 0.47% | 0.55% | - |
| HSV(B) | 207.22º | 0.56% | 0.76% | - |
| XYZ | 23.35 | 25.73 | 54.19 | - |
| YUV | 131.95 | 162.45 | 94.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 144 | 193 | 0.56 | 0.25 | 0 | 0.24 | 207.22 | 0.47 | 0.55 |
| Hex | 55 | 90 | C1 | 38 | 19 | 0 | 18 | CF | 2F | 37 |
| Octal | 125 | 220 | 301 | 70 | 31 | 0 | 30 | 317 | 57 | 67 |
| Binary | 1010101 | 10010000 | 11000001 | 111000 | 11001 | 0 | 11000 | 11001111 | 101111 | 110111 |
Color Harmonies of #5590C1
Complementary color
Monochromatic Colors of #5590C1
Black with #5590C1
Text Example
Text Example
White with #5590C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5590C1; }
p { color: rgb(85,144,193); }
H1.HeaderClassName
{
color: #5590C1;
}
.AnyTagClassName
{
color: #5590C1;
}
</style>
background-color css
<style>
a { background-color: #5590C1; }
a { background-color: rgb(85,144,193); }
div.DivClassName
{
background-color: #5590C1;
}
.BgClassName
{
background-color: #5590C1;
}
</style>
border-color css
<style>
span { border-color: #5590C1; }
span { border-color: rgb(85,144,193); }
td.TdClassName
{
border-color: #5590C1;
}
.TagClassName
{
border-color: #5590C1;
}
</style>