Shades of Danube #5689BB
Tints of Danube #5689BB
RGB
CMYK
RGB Variations
Color information
#5689BB (or 0x5689BB) is known color: Danube. HEX triplet: 56, 89 and BB. RGB value is (86,137,187). Sum of RGB (Red+Green+Blue) = 86+137+187=410 (54% of max value = 765). Red value is 86 (33.98% from 255 or 20.98% from 410); Green value is 137 (53.91% from 255 or 33.41% from 410); Blue value is 187 (73.44% from 255 or 45.61% from 410); Max value from RGB is 187 - color contains mainly: blue. Hex color #5689BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5689BB is #A97644. Grayscale: #7F7F7F. Windows color (decimal): -11105861 or 12290390. OLE color: 12290390.
HSL color Cylindrical-coordinate representation of color #5689BB: hue angle of 209.7º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5689BB is Cyan = 0.54, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 86 | 137 | 187 | - |
| CMYK | 0.54 | 0.27 | 0 | 0.27 |
| HSL | 209.7º | 0.43% | 0.54% | - |
| HSV(B) | 209.7º | 0.54% | 0.73% | - |
| XYZ | 21.75 | 23.46 | 50.39 | - |
| YUV | 127.45 | 161.6 | 98.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 137 | 187 | 0.54 | 0.27 | 0 | 0.27 | 209.7 | 0.43 | 0.54 |
| Hex | 56 | 89 | BB | 36 | 1B | 0 | 1B | D2 | 2B | 36 |
| Octal | 126 | 211 | 273 | 66 | 33 | 0 | 33 | 322 | 53 | 66 |
| Binary | 1010110 | 10001001 | 10111011 | 110110 | 11011 | 0 | 11011 | 11010010 | 101011 | 110110 |
Color Harmonies of #5689BB
Complementary color
Monochromatic Colors of #5689BB
Black with #5689BB
Text Example
Text Example
White with #5689BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5689BB; }
p { color: rgb(86,137,187); }
H1.HeaderClassName
{
color: #5689BB;
}
.AnyTagClassName
{
color: #5689BB;
}
</style>
background-color css
<style>
a { background-color: #5689BB; }
a { background-color: rgb(86,137,187); }
div.DivClassName
{
background-color: #5689BB;
}
.BgClassName
{
background-color: #5689BB;
}
</style>
border-color css
<style>
span { border-color: #5689BB; }
span { border-color: rgb(86,137,187); }
td.TdClassName
{
border-color: #5689BB;
}
.TagClassName
{
border-color: #5689BB;
}
</style>