Shades of Danube #5890CF
Tints of Danube #5890CF
RGB
CMYK
RGB Variations
Color information
#5890CF (or 0x5890CF) is known color: Danube. HEX triplet: 58, 90 and CF. RGB value is (88,144,207). Sum of RGB (Red+Green+Blue) = 88+144+207=439 (58% of max value = 765). Red value is 88 (34.77% from 255 or 20.05% from 439); Green value is 144 (56.64% from 255 or 32.80% from 439); Blue value is 207 (81.25% from 255 or 47.15% from 439); Max value from RGB is 207 - color contains mainly: blue. Hex color #5890CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5890CF is #A76F30. Grayscale: #868686. Windows color (decimal): -10972977 or 13602904. OLE color: 13602904.
HSL color Cylindrical-coordinate representation of color #5890CF: hue angle of 211.76º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5890CF is Cyan = 0.57, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 88 | 144 | 207 | - |
| CMYK | 0.57 | 0.30 | 0 | 0.19 |
| HSL | 211.76º | 0.55% | 0.58% | - |
| HSV(B) | 211.76º | 0.57% | 0.81% | - |
| XYZ | 25.26 | 26.53 | 62.82 | - |
| YUV | 134.44 | 168.95 | 94.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 144 | 207 | 0.57 | 0.30 | 0 | 0.19 | 211.76 | 0.55 | 0.58 |
| Hex | 58 | 90 | CF | 39 | 1E | 0 | 13 | D4 | 37 | 3A |
| Octal | 130 | 220 | 317 | 71 | 36 | 0 | 23 | 324 | 67 | 72 |
| Binary | 1011000 | 10010000 | 11001111 | 111001 | 11110 | 0 | 10011 | 11010100 | 110111 | 111010 |
Color Harmonies of #5890CF
Complementary color
Monochromatic Colors of #5890CF
Black with #5890CF
Text Example
Text Example
White with #5890CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5890CF; }
p { color: rgb(88,144,207); }
H1.HeaderClassName
{
color: #5890CF;
}
.AnyTagClassName
{
color: #5890CF;
}
</style>
background-color css
<style>
a { background-color: #5890CF; }
a { background-color: rgb(88,144,207); }
div.DivClassName
{
background-color: #5890CF;
}
.BgClassName
{
background-color: #5890CF;
}
</style>
border-color css
<style>
span { border-color: #5890CF; }
span { border-color: rgb(88,144,207); }
td.TdClassName
{
border-color: #5890CF;
}
.TagClassName
{
border-color: #5890CF;
}
</style>