Shades of Danube #5590D0
Tints of Danube #5590D0
RGB
CMYK
RGB Variations
Color information
#5590D0 (or 0x5590D0) is known color: Danube. HEX triplet: 55, 90 and D0. RGB value is (85,144,208). Sum of RGB (Red+Green+Blue) = 85+144+208=437 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.45% from 437); Green value is 144 (56.64% from 255 or 32.95% from 437); Blue value is 208 (81.64% from 255 or 47.60% from 437); Max value from RGB is 208 - color contains mainly: blue. Hex color #5590D0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5590D0 is #AA6F2F. Grayscale: #858585. Windows color (decimal): -11169584 or 13668437. OLE color: 13668437.
HSL color Cylindrical-coordinate representation of color #5590D0: hue angle of 211.22º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5590D0 is Cyan = 0.59, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 85 | 144 | 208 | - |
| CMYK | 0.59 | 0.31 | 0 | 0.18 |
| HSL | 211.22º | 0.57% | 0.57% | - |
| HSV(B) | 211.22º | 0.59% | 0.82% | - |
| XYZ | 25.1 | 26.43 | 63.45 | - |
| YUV | 133.66 | 169.95 | 93.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 144 | 208 | 0.59 | 0.31 | 0 | 0.18 | 211.22 | 0.57 | 0.57 |
| Hex | 55 | 90 | D0 | 3B | 1F | 0 | 12 | D3 | 39 | 39 |
| Octal | 125 | 220 | 320 | 73 | 37 | 0 | 22 | 323 | 71 | 71 |
| Binary | 1010101 | 10010000 | 11010000 | 111011 | 11111 | 0 | 10010 | 11010011 | 111001 | 111001 |
Color Harmonies of #5590D0
Complementary color
Monochromatic Colors of #5590D0
Black with #5590D0
Text Example
Text Example
White with #5590D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5590D0; }
p { color: rgb(85,144,208); }
H1.HeaderClassName
{
color: #5590D0;
}
.AnyTagClassName
{
color: #5590D0;
}
</style>
background-color css
<style>
a { background-color: #5590D0; }
a { background-color: rgb(85,144,208); }
div.DivClassName
{
background-color: #5590D0;
}
.BgClassName
{
background-color: #5590D0;
}
</style>
border-color css
<style>
span { border-color: #5590D0; }
span { border-color: rgb(85,144,208); }
td.TdClassName
{
border-color: #5590D0;
}
.TagClassName
{
border-color: #5590D0;
}
</style>