Shades of Danube #508DBE
Tints of Danube #508DBE
RGB
CMYK
RGB Variations
Color information
#508DBE (or 0x508DBE) is known color: Danube. HEX triplet: 50, 8D and BE. RGB value is (80,141,190). Sum of RGB (Red+Green+Blue) = 80+141+190=411 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.46% from 411); Green value is 141 (55.47% from 255 or 34.31% from 411); Blue value is 190 (74.61% from 255 or 46.23% from 411); Max value from RGB is 190 - color contains mainly: blue. Hex color #508DBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #508DBE is #AF7241. Grayscale: #808080. Windows color (decimal): -11498050 or 12488016. OLE color: 12488016.
HSL color Cylindrical-coordinate representation of color #508DBE: hue angle of 206.73º degrees, saturation: 0.46, 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 #508DBE is Cyan = 0.58, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 80 | 141 | 190 | - |
| CMYK | 0.58 | 0.26 | 0 | 0.25 |
| HSL | 206.73º | 0.46% | 0.53% | - |
| HSV(B) | 206.73º | 0.58% | 0.75% | - |
| XYZ | 22.13 | 24.47 | 52.27 | - |
| YUV | 128.35 | 162.79 | 93.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 141 | 190 | 0.58 | 0.26 | 0 | 0.25 | 206.73 | 0.46 | 0.53 |
| Hex | 50 | 8D | BE | 3A | 1A | 0 | 19 | CF | 2E | 35 |
| Octal | 120 | 215 | 276 | 72 | 32 | 0 | 31 | 317 | 56 | 65 |
| Binary | 1010000 | 10001101 | 10111110 | 111010 | 11010 | 0 | 11001 | 11001111 | 101110 | 110101 |
Color Harmonies of #508DBE
Complementary color
Monochromatic Colors of #508DBE
Black with #508DBE
Text Example
Text Example
White with #508DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508DBE; }
p { color: rgb(80,141,190); }
H1.HeaderClassName
{
color: #508DBE;
}
.AnyTagClassName
{
color: #508DBE;
}
</style>
background-color css
<style>
a { background-color: #508DBE; }
a { background-color: rgb(80,141,190); }
div.DivClassName
{
background-color: #508DBE;
}
.BgClassName
{
background-color: #508DBE;
}
</style>
border-color css
<style>
span { border-color: #508DBE; }
span { border-color: rgb(80,141,190); }
td.TdClassName
{
border-color: #508DBE;
}
.TagClassName
{
border-color: #508DBE;
}
</style>