Shades of Danube #5590CF
Tints of Danube #5590CF
RGB
CMYK
RGB Variations
Color information
#5590CF (or 0x5590CF) is known color: Danube. HEX triplet: 55, 90 and CF. RGB value is (85,144,207). Sum of RGB (Red+Green+Blue) = 85+144+207=436 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.50% from 436); Green value is 144 (56.64% from 255 or 33.03% from 436); Blue value is 207 (81.25% from 255 or 47.48% from 436); Max value from RGB is 207 - color contains mainly: blue. Hex color #5590CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5590CF is #AA6F30. Grayscale: #858585. Windows color (decimal): -11169585 or 13602901. OLE color: 13602901.
HSL color Cylindrical-coordinate representation of color #5590CF: hue angle of 210.98º degrees, saturation: 0.56, 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 #5590CF is Cyan = 0.59, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 85 | 144 | 207 | - |
| CMYK | 0.59 | 0.30 | 0 | 0.19 |
| HSL | 210.98º | 0.56% | 0.57% | - |
| HSV(B) | 210.98º | 0.59% | 0.81% | - |
| XYZ | 24.98 | 26.38 | 62.81 | - |
| YUV | 133.54 | 169.45 | 93.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 144 | 207 | 0.59 | 0.30 | 0 | 0.19 | 210.98 | 0.56 | 0.57 |
| Hex | 55 | 90 | CF | 3B | 1E | 0 | 13 | D3 | 38 | 39 |
| Octal | 125 | 220 | 317 | 73 | 36 | 0 | 23 | 323 | 70 | 71 |
| Binary | 1010101 | 10010000 | 11001111 | 111011 | 11110 | 0 | 10011 | 11010011 | 111000 | 111001 |
Color Harmonies of #5590CF
Complementary color
Monochromatic Colors of #5590CF
Black with #5590CF
Text Example
Text Example
White with #5590CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5590CF; }
p { color: rgb(85,144,207); }
H1.HeaderClassName
{
color: #5590CF;
}
.AnyTagClassName
{
color: #5590CF;
}
</style>
background-color css
<style>
a { background-color: #5590CF; }
a { background-color: rgb(85,144,207); }
div.DivClassName
{
background-color: #5590CF;
}
.BgClassName
{
background-color: #5590CF;
}
</style>
border-color css
<style>
span { border-color: #5590CF; }
span { border-color: rgb(85,144,207); }
td.TdClassName
{
border-color: #5590CF;
}
.TagClassName
{
border-color: #5590CF;
}
</style>