Shades of Danube #508EC6
Tints of Danube #508EC6
RGB
CMYK
RGB Variations
Color information
#508EC6 (or 0x508EC6) is known color: Danube. HEX triplet: 50, 8E and C6. RGB value is (80,142,198). Sum of RGB (Red+Green+Blue) = 80+142+198=420 (55% of max value = 765). Red value is 80 (31.64% from 255 or 19.05% from 420); Green value is 142 (55.86% from 255 or 33.81% from 420); Blue value is 198 (77.73% from 255 or 47.14% from 420); Max value from RGB is 198 - color contains mainly: blue. Hex color #508EC6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #508EC6 is #AF7139. Grayscale: #818181. Windows color (decimal): -11497786 or 13012560. OLE color: 13012560.
HSL color Cylindrical-coordinate representation of color #508EC6: hue angle of 208.47º degrees, saturation: 0.51, 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 #508EC6 is Cyan = 0.60, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 80 | 142 | 198 | - |
| CMYK | 0.60 | 0.28 | 0 | 0.22 |
| HSL | 208.47º | 0.51% | 0.55% | - |
| HSV(B) | 208.47º | 0.6% | 0.78% | - |
| XYZ | 23.17 | 25.13 | 57.05 | - |
| YUV | 129.85 | 166.46 | 92.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 142 | 198 | 0.60 | 0.28 | 0 | 0.22 | 208.47 | 0.51 | 0.55 |
| Hex | 50 | 8E | C6 | 3C | 1C | 0 | 16 | D0 | 33 | 37 |
| Octal | 120 | 216 | 306 | 74 | 34 | 0 | 26 | 320 | 63 | 67 |
| Binary | 1010000 | 10001110 | 11000110 | 111100 | 11100 | 0 | 10110 | 11010000 | 110011 | 110111 |
Color Harmonies of #508EC6
Complementary color
Monochromatic Colors of #508EC6
Black with #508EC6
Text Example
Text Example
White with #508EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508EC6; }
p { color: rgb(80,142,198); }
H1.HeaderClassName
{
color: #508EC6;
}
.AnyTagClassName
{
color: #508EC6;
}
</style>
background-color css
<style>
a { background-color: #508EC6; }
a { background-color: rgb(80,142,198); }
div.DivClassName
{
background-color: #508EC6;
}
.BgClassName
{
background-color: #508EC6;
}
</style>
border-color css
<style>
span { border-color: #508EC6; }
span { border-color: rgb(80,142,198); }
td.TdClassName
{
border-color: #508EC6;
}
.TagClassName
{
border-color: #508EC6;
}
</style>