Shades of Danube #518ECD
Tints of Danube #518ECD
RGB
CMYK
RGB Variations
Color information
#518ECD (or 0x518ECD) is known color: Danube. HEX triplet: 51, 8E and CD. RGB value is (81,142,205). Sum of RGB (Red+Green+Blue) = 81+142+205=428 (56% of max value = 765). Red value is 81 (32.03% from 255 or 18.93% from 428); Green value is 142 (55.86% from 255 or 33.18% from 428); Blue value is 205 (80.47% from 255 or 47.90% from 428); Max value from RGB is 205 - color contains mainly: blue. Hex color #518ECD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #518ECD is #AE7132. Grayscale: #828282. Windows color (decimal): -11432243 or 13471313. OLE color: 13471313.
HSL color Cylindrical-coordinate representation of color #518ECD: hue angle of 210.48º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #518ECD is Cyan = 0.60, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 81 | 142 | 205 | - |
| CMYK | 0.60 | 0.31 | 0 | 0.20 |
| HSL | 210.48º | 0.55% | 0.56% | - |
| HSV(B) | 210.48º | 0.6% | 0.8% | - |
| XYZ | 24.09 | 25.5 | 61.41 | - |
| YUV | 130.94 | 169.79 | 92.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 142 | 205 | 0.60 | 0.31 | 0 | 0.20 | 210.48 | 0.55 | 0.56 |
| Hex | 51 | 8E | CD | 3C | 1F | 0 | 14 | D2 | 37 | 38 |
| Octal | 121 | 216 | 315 | 74 | 37 | 0 | 24 | 322 | 67 | 70 |
| Binary | 1010001 | 10001110 | 11001101 | 111100 | 11111 | 0 | 10100 | 11010010 | 110111 | 111000 |
Color Harmonies of #518ECD
Complementary color
Monochromatic Colors of #518ECD
Black with #518ECD
Text Example
Text Example
White with #518ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #518ECD; }
p { color: rgb(81,142,205); }
H1.HeaderClassName
{
color: #518ECD;
}
.AnyTagClassName
{
color: #518ECD;
}
</style>
background-color css
<style>
a { background-color: #518ECD; }
a { background-color: rgb(81,142,205); }
div.DivClassName
{
background-color: #518ECD;
}
.BgClassName
{
background-color: #518ECD;
}
</style>
border-color css
<style>
span { border-color: #518ECD; }
span { border-color: rgb(81,142,205); }
td.TdClassName
{
border-color: #518ECD;
}
.TagClassName
{
border-color: #518ECD;
}
</style>