Shades of Danube #518EC8
Tints of Danube #518EC8
RGB
CMYK
RGB Variations
Color information
#518EC8 (or 0x518EC8) is known color: Danube. HEX triplet: 51, 8E and C8. RGB value is (81,142,200). Sum of RGB (Red+Green+Blue) = 81+142+200=423 (56% of max value = 765). Red value is 81 (32.03% from 255 or 19.15% from 423); Green value is 142 (55.86% from 255 or 33.57% from 423); Blue value is 200 (78.52% from 255 or 47.28% from 423); Max value from RGB is 200 - color contains mainly: blue. Hex color #518EC8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #518EC8 is #AE7137. Grayscale: #828282. Windows color (decimal): -11432248 or 13143633. OLE color: 13143633.
HSL color Cylindrical-coordinate representation of color #518EC8: hue angle of 209.24º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #518EC8 is Cyan = 0.59, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 81 | 142 | 200 | - |
| CMYK | 0.59 | 0.29 | 0 | 0.22 |
| HSL | 209.24º | 0.52% | 0.55% | - |
| HSV(B) | 209.24º | 0.6% | 0.78% | - |
| XYZ | 23.49 | 25.27 | 58.28 | - |
| YUV | 130.37 | 167.29 | 92.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 142 | 200 | 0.59 | 0.29 | 0 | 0.22 | 209.24 | 0.52 | 0.55 |
| Hex | 51 | 8E | C8 | 3B | 1D | 0 | 16 | D1 | 34 | 37 |
| Octal | 121 | 216 | 310 | 73 | 35 | 0 | 26 | 321 | 64 | 67 |
| Binary | 1010001 | 10001110 | 11001000 | 111011 | 11101 | 0 | 10110 | 11010001 | 110100 | 110111 |
Color Harmonies of #518EC8
Complementary color
Monochromatic Colors of #518EC8
Black with #518EC8
Text Example
Text Example
White with #518EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #518EC8; }
p { color: rgb(81,142,200); }
H1.HeaderClassName
{
color: #518EC8;
}
.AnyTagClassName
{
color: #518EC8;
}
</style>
background-color css
<style>
a { background-color: #518EC8; }
a { background-color: rgb(81,142,200); }
div.DivClassName
{
background-color: #518EC8;
}
.BgClassName
{
background-color: #518EC8;
}
</style>
border-color css
<style>
span { border-color: #518EC8; }
span { border-color: rgb(81,142,200); }
td.TdClassName
{
border-color: #518EC8;
}
.TagClassName
{
border-color: #518EC8;
}
</style>