Shades of Danube #5190BB
Tints of Danube #5190BB
RGB
CMYK
RGB Variations
Color information
#5190BB (or 0x5190BB) is known color: Danube. HEX triplet: 51, 90 and BB. RGB value is (81,144,187). Sum of RGB (Red+Green+Blue) = 81+144+187=412 (54% of max value = 765). Red value is 81 (32.03% from 255 or 19.66% from 412); Green value is 144 (56.64% from 255 or 34.95% 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 #5190BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5190BB is #AE6F44. Grayscale: #818181. Windows color (decimal): -11431749 or 12292177. OLE color: 12292177.
HSL color Cylindrical-coordinate representation of color #5190BB: hue angle of 204.34º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5190BB is Cyan = 0.57, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 81 | 144 | 187 | - |
| CMYK | 0.57 | 0.23 | 0 | 0.27 |
| HSL | 204.34º | 0.44% | 0.53% | - |
| HSV(B) | 204.34º | 0.57% | 0.73% | - |
| XYZ | 22.34 | 25.28 | 50.72 | - |
| YUV | 130.07 | 160.13 | 93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 144 | 187 | 0.57 | 0.23 | 0 | 0.27 | 204.34 | 0.44 | 0.53 |
| Hex | 51 | 90 | BB | 39 | 17 | 0 | 1B | CC | 2C | 35 |
| Octal | 121 | 220 | 273 | 71 | 27 | 0 | 33 | 314 | 54 | 65 |
| Binary | 1010001 | 10010000 | 10111011 | 111001 | 10111 | 0 | 11011 | 11001100 | 101100 | 110101 |
Color Harmonies of #5190BB
Complementary color
Monochromatic Colors of #5190BB
Black with #5190BB
Text Example
Text Example
White with #5190BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5190BB; }
p { color: rgb(81,144,187); }
H1.HeaderClassName
{
color: #5190BB;
}
.AnyTagClassName
{
color: #5190BB;
}
</style>
background-color css
<style>
a { background-color: #5190BB; }
a { background-color: rgb(81,144,187); }
div.DivClassName
{
background-color: #5190BB;
}
.BgClassName
{
background-color: #5190BB;
}
</style>
border-color css
<style>
span { border-color: #5190BB; }
span { border-color: rgb(81,144,187); }
td.TdClassName
{
border-color: #5190BB;
}
.TagClassName
{
border-color: #5190BB;
}
</style>