Shades of Danube #5589B5
Tints of Danube #5589B5
RGB
CMYK
RGB Variations
Color information
#5589B5 (or 0x5589B5) is known color: Danube. HEX triplet: 55, 89 and B5. RGB value is (85,137,181). Sum of RGB (Red+Green+Blue) = 85+137+181=403 (53% of max value = 765). Red value is 85 (33.59% from 255 or 21.09% from 403); Green value is 137 (53.91% from 255 or 34.00% from 403); Blue value is 181 (71.09% from 255 or 44.91% from 403); Max value from RGB is 181 - color contains mainly: blue. Hex color #5589B5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5589B5 is #AA764A. Grayscale: #7E7E7E. Windows color (decimal): -11171403 or 11897173. OLE color: 11897173.
HSL color Cylindrical-coordinate representation of color #5589B5: hue angle of 207.5º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5589B5 is Cyan = 0.53, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 85 | 137 | 181 | - |
| CMYK | 0.53 | 0.24 | 0 | 0.29 |
| HSL | 207.5º | 0.39% | 0.52% | - |
| HSV(B) | 207.5º | 0.53% | 0.71% | - |
| XYZ | 21.03 | 23.16 | 47.08 | - |
| YUV | 126.47 | 158.77 | 98.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 137 | 181 | 0.53 | 0.24 | 0 | 0.29 | 207.5 | 0.39 | 0.52 |
| Hex | 55 | 89 | B5 | 35 | 18 | 0 | 1D | D0 | 27 | 34 |
| Octal | 125 | 211 | 265 | 65 | 30 | 0 | 35 | 320 | 47 | 64 |
| Binary | 1010101 | 10001001 | 10110101 | 110101 | 11000 | 0 | 11101 | 11010000 | 100111 | 110100 |
Color Harmonies of #5589B5
Complementary color
Monochromatic Colors of #5589B5
Black with #5589B5
Text Example
Text Example
White with #5589B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5589B5; }
p { color: rgb(85,137,181); }
H1.HeaderClassName
{
color: #5589B5;
}
.AnyTagClassName
{
color: #5589B5;
}
</style>
background-color css
<style>
a { background-color: #5589B5; }
a { background-color: rgb(85,137,181); }
div.DivClassName
{
background-color: #5589B5;
}
.BgClassName
{
background-color: #5589B5;
}
</style>
border-color css
<style>
span { border-color: #5589B5; }
span { border-color: rgb(85,137,181); }
td.TdClassName
{
border-color: #5589B5;
}
.TagClassName
{
border-color: #5589B5;
}
</style>