Shades of Danube #5B89BB
Tints of Danube #5B89BB
RGB
CMYK
RGB Variations
Color information
#5B89BB (or 0x5B89BB) is known color: Danube. HEX triplet: 5B, 89 and BB. RGB value is (91,137,187). Sum of RGB (Red+Green+Blue) = 91+137+187=415 (54% of max value = 765). Red value is 91 (35.94% from 255 or 21.93% from 415); Green value is 137 (53.91% from 255 or 33.01% from 415); Blue value is 187 (73.44% from 255 or 45.06% from 415); Max value from RGB is 187 - color contains mainly: blue. Hex color #5B89BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5B89BB is #A47644. Grayscale: #808080. Windows color (decimal): -10778181 or 12290395. OLE color: 12290395.
HSL color Cylindrical-coordinate representation of color #5B89BB: hue angle of 211.25º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5B89BB is Cyan = 0.51, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 91 | 137 | 187 | - |
| CMYK | 0.51 | 0.27 | 0 | 0.27 |
| HSL | 211.25º | 0.41% | 0.55% | - |
| HSV(B) | 211.25º | 0.51% | 0.73% | - |
| XYZ | 22.23 | 23.7 | 50.42 | - |
| YUV | 128.95 | 160.76 | 100.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 137 | 187 | 0.51 | 0.27 | 0 | 0.27 | 211.25 | 0.41 | 0.55 |
| Hex | 5B | 89 | BB | 33 | 1B | 0 | 1B | D3 | 29 | 37 |
| Octal | 133 | 211 | 273 | 63 | 33 | 0 | 33 | 323 | 51 | 67 |
| Binary | 1011011 | 10001001 | 10111011 | 110011 | 11011 | 0 | 11011 | 11010011 | 101001 | 110111 |
Color Harmonies of #5B89BB
Complementary color
Monochromatic Colors of #5B89BB
Black with #5B89BB
Text Example
Text Example
White with #5B89BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B89BB; }
p { color: rgb(91,137,187); }
H1.HeaderClassName
{
color: #5B89BB;
}
.AnyTagClassName
{
color: #5B89BB;
}
</style>
background-color css
<style>
a { background-color: #5B89BB; }
a { background-color: rgb(91,137,187); }
div.DivClassName
{
background-color: #5B89BB;
}
.BgClassName
{
background-color: #5B89BB;
}
</style>
border-color css
<style>
span { border-color: #5B89BB; }
span { border-color: rgb(91,137,187); }
td.TdClassName
{
border-color: #5B89BB;
}
.TagClassName
{
border-color: #5B89BB;
}
</style>