Shades of Danube #518DBD
Tints of Danube #518DBD
RGB
CMYK
RGB Variations
Color information
#518DBD (or 0x518DBD) is known color: Danube. HEX triplet: 51, 8D and BD. RGB value is (81,141,189). Sum of RGB (Red+Green+Blue) = 81+141+189=411 (54% of max value = 765). Red value is 81 (32.03% from 255 or 19.71% from 411); Green value is 141 (55.47% from 255 or 34.31% from 411); Blue value is 189 (74.22% from 255 or 45.99% from 411); Max value from RGB is 189 - color contains mainly: blue. Hex color #518DBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #518DBD is #AE7242. Grayscale: #808080. Windows color (decimal): -11432515 or 12422481. OLE color: 12422481.
HSL color Cylindrical-coordinate representation of color #518DBD: hue angle of 206.67º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #518DBD is Cyan = 0.57, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 81 | 141 | 189 | - |
| CMYK | 0.57 | 0.25 | 0 | 0.26 |
| HSL | 206.67º | 0.45% | 0.53% | - |
| HSV(B) | 206.67º | 0.57% | 0.74% | - |
| XYZ | 22.1 | 24.47 | 51.7 | - |
| YUV | 128.53 | 162.12 | 94.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 141 | 189 | 0.57 | 0.25 | 0 | 0.26 | 206.67 | 0.45 | 0.53 |
| Hex | 51 | 8D | BD | 39 | 19 | 0 | 1A | CF | 2D | 35 |
| Octal | 121 | 215 | 275 | 71 | 31 | 0 | 32 | 317 | 55 | 65 |
| Binary | 1010001 | 10001101 | 10111101 | 111001 | 11001 | 0 | 11010 | 11001111 | 101101 | 110101 |
Color Harmonies of #518DBD
Complementary color
Monochromatic Colors of #518DBD
Black with #518DBD
Text Example
Text Example
White with #518DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #518DBD; }
p { color: rgb(81,141,189); }
H1.HeaderClassName
{
color: #518DBD;
}
.AnyTagClassName
{
color: #518DBD;
}
</style>
background-color css
<style>
a { background-color: #518DBD; }
a { background-color: rgb(81,141,189); }
div.DivClassName
{
background-color: #518DBD;
}
.BgClassName
{
background-color: #518DBD;
}
</style>
border-color css
<style>
span { border-color: #518DBD; }
span { border-color: rgb(81,141,189); }
td.TdClassName
{
border-color: #518DBD;
}
.TagClassName
{
border-color: #518DBD;
}
</style>