Shades of Danube #508DC0
Tints of Danube #508DC0
RGB
CMYK
RGB Variations
Color information
#508DC0 (or 0x508DC0) is known color: Danube. HEX triplet: 50, 8D and C0. RGB value is (80,141,192). Sum of RGB (Red+Green+Blue) = 80+141+192=413 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.37% from 413); Green value is 141 (55.47% from 255 or 34.14% from 413); Blue value is 192 (75.39% from 255 or 46.49% from 413); Max value from RGB is 192 - color contains mainly: blue. Hex color #508DC0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #508DC0 is #AF723F. Grayscale: #808080. Windows color (decimal): -11498048 or 12619088. OLE color: 12619088.
HSL color Cylindrical-coordinate representation of color #508DC0: hue angle of 207.32º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #508DC0 is Cyan = 0.58, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 80 | 141 | 192 | - |
| CMYK | 0.58 | 0.27 | 0 | 0.25 |
| HSL | 207.32º | 0.47% | 0.53% | - |
| HSV(B) | 207.32º | 0.58% | 0.75% | - |
| XYZ | 22.35 | 24.56 | 53.43 | - |
| YUV | 128.58 | 163.79 | 93.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 141 | 192 | 0.58 | 0.27 | 0 | 0.25 | 207.32 | 0.47 | 0.53 |
| Hex | 50 | 8D | C0 | 3A | 1B | 0 | 19 | CF | 2F | 35 |
| Octal | 120 | 215 | 300 | 72 | 33 | 0 | 31 | 317 | 57 | 65 |
| Binary | 1010000 | 10001101 | 11000000 | 111010 | 11011 | 0 | 11001 | 11001111 | 101111 | 110101 |
Color Harmonies of #508DC0
Complementary color
Monochromatic Colors of #508DC0
Black with #508DC0
Text Example
Text Example
White with #508DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508DC0; }
p { color: rgb(80,141,192); }
H1.HeaderClassName
{
color: #508DC0;
}
.AnyTagClassName
{
color: #508DC0;
}
</style>
background-color css
<style>
a { background-color: #508DC0; }
a { background-color: rgb(80,141,192); }
div.DivClassName
{
background-color: #508DC0;
}
.BgClassName
{
background-color: #508DC0;
}
</style>
border-color css
<style>
span { border-color: #508DC0; }
span { border-color: rgb(80,141,192); }
td.TdClassName
{
border-color: #508DC0;
}
.TagClassName
{
border-color: #508DC0;
}
</style>