Shades of Danube #518AC1
Tints of Danube #518AC1
RGB
CMYK
RGB Variations
Color information
#518AC1 (or 0x518AC1) is known color: Danube. HEX triplet: 51, 8A and C1. RGB value is (81,138,193). Sum of RGB (Red+Green+Blue) = 81+138+193=412 (54% of max value = 765). Red value is 81 (32.03% from 255 or 19.66% from 412); Green value is 138 (54.30% from 255 or 33.50% from 412); Blue value is 193 (75.78% from 255 or 46.84% from 412); Max value from RGB is 193 - color contains mainly: blue. Hex color #518AC1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #518AC1 is #AE753E. Grayscale: #7E7E7E. Windows color (decimal): -11433279 or 12683857. OLE color: 12683857.
HSL color Cylindrical-coordinate representation of color #518AC1: hue angle of 209.46º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #518AC1 is Cyan = 0.58, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 81 | 138 | 193 | - |
| CMYK | 0.58 | 0.28 | 0 | 0.24 |
| HSL | 209.46º | 0.47% | 0.54% | - |
| HSV(B) | 209.46º | 0.58% | 0.76% | - |
| XYZ | 22.11 | 23.78 | 53.88 | - |
| YUV | 127.23 | 165.12 | 95.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 138 | 193 | 0.58 | 0.28 | 0 | 0.24 | 209.46 | 0.47 | 0.54 |
| Hex | 51 | 8A | C1 | 3A | 1C | 0 | 18 | D1 | 2F | 36 |
| Octal | 121 | 212 | 301 | 72 | 34 | 0 | 30 | 321 | 57 | 66 |
| Binary | 1010001 | 10001010 | 11000001 | 111010 | 11100 | 0 | 11000 | 11010001 | 101111 | 110110 |
Color Harmonies of #518AC1
Complementary color
Monochromatic Colors of #518AC1
Black with #518AC1
Text Example
Text Example
White with #518AC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #518AC1; }
p { color: rgb(81,138,193); }
H1.HeaderClassName
{
color: #518AC1;
}
.AnyTagClassName
{
color: #518AC1;
}
</style>
background-color css
<style>
a { background-color: #518AC1; }
a { background-color: rgb(81,138,193); }
div.DivClassName
{
background-color: #518AC1;
}
.BgClassName
{
background-color: #518AC1;
}
</style>
border-color css
<style>
span { border-color: #518AC1; }
span { border-color: rgb(81,138,193); }
td.TdClassName
{
border-color: #518AC1;
}
.TagClassName
{
border-color: #518AC1;
}
</style>