Shades of Danube #5889BB
Tints of Danube #5889BB
RGB
CMYK
RGB Variations
Color information
#5889BB (or 0x5889BB) is known color: Danube. HEX triplet: 58, 89 and BB. RGB value is (88,137,187). Sum of RGB (Red+Green+Blue) = 88+137+187=412 (54% of max value = 765). Red value is 88 (34.77% from 255 or 21.36% from 412); Green value is 137 (53.91% from 255 or 33.25% from 412); Blue value is 187 (73.44% from 255 or 45.39% from 412); Max value from RGB is 187 - color contains mainly: blue. Hex color #5889BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5889BB is #A77644. Grayscale: #7F7F7F. Windows color (decimal): -10974789 or 12290392. OLE color: 12290392.
HSL color Cylindrical-coordinate representation of color #5889BB: hue angle of 210.3º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5889BB is Cyan = 0.53, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 88 | 137 | 187 | - |
| CMYK | 0.53 | 0.27 | 0 | 0.27 |
| HSL | 210.3º | 0.42% | 0.54% | - |
| HSV(B) | 210.3º | 0.53% | 0.73% | - |
| XYZ | 21.94 | 23.55 | 50.4 | - |
| YUV | 128.05 | 161.27 | 99.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 137 | 187 | 0.53 | 0.27 | 0 | 0.27 | 210.3 | 0.42 | 0.54 |
| Hex | 58 | 89 | BB | 35 | 1B | 0 | 1B | D2 | 2A | 36 |
| Octal | 130 | 211 | 273 | 65 | 33 | 0 | 33 | 322 | 52 | 66 |
| Binary | 1011000 | 10001001 | 10111011 | 110101 | 11011 | 0 | 11011 | 11010010 | 101010 | 110110 |
Color Harmonies of #5889BB
Complementary color
Monochromatic Colors of #5889BB
Black with #5889BB
Text Example
Text Example
White with #5889BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5889BB; }
p { color: rgb(88,137,187); }
H1.HeaderClassName
{
color: #5889BB;
}
.AnyTagClassName
{
color: #5889BB;
}
</style>
background-color css
<style>
a { background-color: #5889BB; }
a { background-color: rgb(88,137,187); }
div.DivClassName
{
background-color: #5889BB;
}
.BgClassName
{
background-color: #5889BB;
}
</style>
border-color css
<style>
span { border-color: #5889BB; }
span { border-color: rgb(88,137,187); }
td.TdClassName
{
border-color: #5889BB;
}
.TagClassName
{
border-color: #5889BB;
}
</style>