Shades of Danube #5890D1
Tints of Danube #5890D1
RGB
CMYK
RGB Variations
Color information
#5890D1 (or 0x5890D1) is known color: Danube. HEX triplet: 58, 90 and D1. RGB value is (88,144,209). Sum of RGB (Red+Green+Blue) = 88+144+209=441 (58% of max value = 765). Red value is 88 (34.77% from 255 or 19.95% from 441); Green value is 144 (56.64% from 255 or 32.65% from 441); Blue value is 209 (82.03% from 255 or 47.39% from 441); Max value from RGB is 209 - color contains mainly: blue. Hex color #5890D1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5890D1 is #A76F2E. Grayscale: #868686. Windows color (decimal): -10972975 or 13733976. OLE color: 13733976.
HSL color Cylindrical-coordinate representation of color #5890D1: hue angle of 212.23º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5890D1 is Cyan = 0.58, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 88 | 144 | 209 | - |
| CMYK | 0.58 | 0.31 | 0 | 0.18 |
| HSL | 212.23º | 0.57% | 0.58% | - |
| HSV(B) | 212.23º | 0.58% | 0.82% | - |
| XYZ | 25.51 | 26.62 | 64.12 | - |
| YUV | 134.67 | 169.95 | 94.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 144 | 209 | 0.58 | 0.31 | 0 | 0.18 | 212.23 | 0.57 | 0.58 |
| Hex | 58 | 90 | D1 | 3A | 1F | 0 | 12 | D4 | 39 | 3A |
| Octal | 130 | 220 | 321 | 72 | 37 | 0 | 22 | 324 | 71 | 72 |
| Binary | 1011000 | 10010000 | 11010001 | 111010 | 11111 | 0 | 10010 | 11010100 | 111001 | 111010 |
Color Harmonies of #5890D1
Complementary color
Monochromatic Colors of #5890D1
Black with #5890D1
Text Example
Text Example
White with #5890D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5890D1; }
p { color: rgb(88,144,209); }
H1.HeaderClassName
{
color: #5890D1;
}
.AnyTagClassName
{
color: #5890D1;
}
</style>
background-color css
<style>
a { background-color: #5890D1; }
a { background-color: rgb(88,144,209); }
div.DivClassName
{
background-color: #5890D1;
}
.BgClassName
{
background-color: #5890D1;
}
</style>
border-color css
<style>
span { border-color: #5890D1; }
span { border-color: rgb(88,144,209); }
td.TdClassName
{
border-color: #5890D1;
}
.TagClassName
{
border-color: #5890D1;
}
</style>