Shades of Danube #518CC1
Tints of Danube #518CC1
RGB
CMYK
RGB Variations
Color information
#518CC1 (or 0x518CC1) is known color: Danube. HEX triplet: 51, 8C and C1. RGB value is (81,140,193). Sum of RGB (Red+Green+Blue) = 81+140+193=414 (54% of max value = 765). Red value is 81 (32.03% from 255 or 19.57% from 414); Green value is 140 (55.08% from 255 or 33.82% from 414); Blue value is 193 (75.78% from 255 or 46.62% from 414); Max value from RGB is 193 - color contains mainly: blue. Hex color #518CC1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #518CC1 is #AE733E. Grayscale: #808080. Windows color (decimal): -11432767 or 12684369. OLE color: 12684369.
HSL color Cylindrical-coordinate representation of color #518CC1: hue angle of 208.39º 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 #518CC1 is Cyan = 0.58, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 81 | 140 | 193 | - |
| CMYK | 0.58 | 0.27 | 0 | 0.24 |
| HSL | 208.39º | 0.47% | 0.54% | - |
| HSV(B) | 208.39º | 0.58% | 0.76% | - |
| XYZ | 22.4 | 24.36 | 53.97 | - |
| YUV | 128.4 | 164.45 | 94.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 140 | 193 | 0.58 | 0.27 | 0 | 0.24 | 208.39 | 0.47 | 0.54 |
| Hex | 51 | 8C | C1 | 3A | 1B | 0 | 18 | D0 | 2F | 36 |
| Octal | 121 | 214 | 301 | 72 | 33 | 0 | 30 | 320 | 57 | 66 |
| Binary | 1010001 | 10001100 | 11000001 | 111010 | 11011 | 0 | 11000 | 11010000 | 101111 | 110110 |
Color Harmonies of #518CC1
Complementary color
Monochromatic Colors of #518CC1
Black with #518CC1
Text Example
Text Example
White with #518CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #518CC1; }
p { color: rgb(81,140,193); }
H1.HeaderClassName
{
color: #518CC1;
}
.AnyTagClassName
{
color: #518CC1;
}
</style>
background-color css
<style>
a { background-color: #518CC1; }
a { background-color: rgb(81,140,193); }
div.DivClassName
{
background-color: #518CC1;
}
.BgClassName
{
background-color: #518CC1;
}
</style>
border-color css
<style>
span { border-color: #518CC1; }
span { border-color: rgb(81,140,193); }
td.TdClassName
{
border-color: #518CC1;
}
.TagClassName
{
border-color: #518CC1;
}
</style>