Shades of Danube #518FCD
Tints of Danube #518FCD
RGB
CMYK
RGB Variations
Color information
#518FCD (or 0x518FCD) is known color: Danube. HEX triplet: 51, 8F and CD. RGB value is (81,143,205). Sum of RGB (Red+Green+Blue) = 81+143+205=429 (56% of max value = 765). Red value is 81 (32.03% from 255 or 18.88% from 429); Green value is 143 (56.25% from 255 or 33.33% from 429); Blue value is 205 (80.47% from 255 or 47.79% from 429); Max value from RGB is 205 - color contains mainly: blue. Hex color #518FCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #518FCD is #AE7032. Grayscale: #838383. Windows color (decimal): -11431987 or 13471569. OLE color: 13471569.
HSL color Cylindrical-coordinate representation of color #518FCD: hue angle of 210º 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 #518FCD is Cyan = 0.60, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 81 | 143 | 205 | - |
| CMYK | 0.60 | 0.30 | 0 | 0.20 |
| HSL | 210º | 0.55% | 0.56% | - |
| HSV(B) | 210º | 0.6% | 0.8% | - |
| XYZ | 24.24 | 25.8 | 61.46 | - |
| YUV | 131.53 | 169.46 | 91.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 143 | 205 | 0.60 | 0.30 | 0 | 0.20 | 210 | 0.55 | 0.56 |
| Hex | 51 | 8F | CD | 3C | 1E | 0 | 14 | D2 | 37 | 38 |
| Octal | 121 | 217 | 315 | 74 | 36 | 0 | 24 | 322 | 67 | 70 |
| Binary | 1010001 | 10001111 | 11001101 | 111100 | 11110 | 0 | 10100 | 11010010 | 110111 | 111000 |
Color Harmonies of #518FCD
Complementary color
Monochromatic Colors of #518FCD
Black with #518FCD
Text Example
Text Example
White with #518FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #518FCD; }
p { color: rgb(81,143,205); }
H1.HeaderClassName
{
color: #518FCD;
}
.AnyTagClassName
{
color: #518FCD;
}
</style>
background-color css
<style>
a { background-color: #518FCD; }
a { background-color: rgb(81,143,205); }
div.DivClassName
{
background-color: #518FCD;
}
.BgClassName
{
background-color: #518FCD;
}
</style>
border-color css
<style>
span { border-color: #518FCD; }
span { border-color: rgb(81,143,205); }
td.TdClassName
{
border-color: #518FCD;
}
.TagClassName
{
border-color: #518FCD;
}
</style>