Shades of Danube #5590CE
Tints of Danube #5590CE
RGB
CMYK
RGB Variations
Color information
#5590CE (or 0x5590CE) is known color: Danube. HEX triplet: 55, 90 and CE. RGB value is (85,144,206). Sum of RGB (Red+Green+Blue) = 85+144+206=435 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.54% from 435); Green value is 144 (56.64% from 255 or 33.10% from 435); Blue value is 206 (80.86% from 255 or 47.36% from 435); Max value from RGB is 206 - color contains mainly: blue. Hex color #5590CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5590CE is #AA6F31. Grayscale: #858585. Windows color (decimal): -11169586 or 13537365. OLE color: 13537365.
HSL color Cylindrical-coordinate representation of color #5590CE: hue angle of 210.74º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5590CE is Cyan = 0.59, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 85 | 144 | 206 | - |
| CMYK | 0.59 | 0.30 | 0 | 0.19 |
| HSL | 210.74º | 0.55% | 0.57% | - |
| HSV(B) | 210.74º | 0.59% | 0.81% | - |
| XYZ | 24.86 | 26.33 | 62.17 | - |
| YUV | 133.43 | 168.95 | 93.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 144 | 206 | 0.59 | 0.30 | 0 | 0.19 | 210.74 | 0.55 | 0.57 |
| Hex | 55 | 90 | CE | 3B | 1E | 0 | 13 | D3 | 37 | 39 |
| Octal | 125 | 220 | 316 | 73 | 36 | 0 | 23 | 323 | 67 | 71 |
| Binary | 1010101 | 10010000 | 11001110 | 111011 | 11110 | 0 | 10011 | 11010011 | 110111 | 111001 |
Color Harmonies of #5590CE
Complementary color
Monochromatic Colors of #5590CE
Black with #5590CE
Text Example
Text Example
White with #5590CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5590CE; }
p { color: rgb(85,144,206); }
H1.HeaderClassName
{
color: #5590CE;
}
.AnyTagClassName
{
color: #5590CE;
}
</style>
background-color css
<style>
a { background-color: #5590CE; }
a { background-color: rgb(85,144,206); }
div.DivClassName
{
background-color: #5590CE;
}
.BgClassName
{
background-color: #5590CE;
}
</style>
border-color css
<style>
span { border-color: #5590CE; }
span { border-color: rgb(85,144,206); }
td.TdClassName
{
border-color: #5590CE;
}
.TagClassName
{
border-color: #5590CE;
}
</style>