Shades of Danube #508FBC
Tints of Danube #508FBC
RGB
CMYK
RGB Variations
Color information
#508FBC (or 0x508FBC) is known color: Danube. HEX triplet: 50, 8F and BC. RGB value is (80,143,188). Sum of RGB (Red+Green+Blue) = 80+143+188=411 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.46% from 411); Green value is 143 (56.25% from 255 or 34.79% from 411); Blue value is 188 (73.83% from 255 or 45.74% from 411); Max value from RGB is 188 - color contains mainly: blue. Hex color #508FBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #508FBC is #AF7043. Grayscale: #818181. Windows color (decimal): -11497540 or 12357456. OLE color: 12357456.
HSL color Cylindrical-coordinate representation of color #508FBC: hue angle of 205º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #508FBC is Cyan = 0.57, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 80 | 143 | 188 | - |
| CMYK | 0.57 | 0.24 | 0 | 0.26 |
| HSL | 205º | 0.45% | 0.53% | - |
| HSV(B) | 205º | 0.57% | 0.74% | - |
| XYZ | 22.21 | 24.98 | 51.23 | - |
| YUV | 129.29 | 161.13 | 92.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 143 | 188 | 0.57 | 0.24 | 0 | 0.26 | 205 | 0.45 | 0.53 |
| Hex | 50 | 8F | BC | 39 | 18 | 0 | 1A | CD | 2D | 35 |
| Octal | 120 | 217 | 274 | 71 | 30 | 0 | 32 | 315 | 55 | 65 |
| Binary | 1010000 | 10001111 | 10111100 | 111001 | 11000 | 0 | 11010 | 11001101 | 101101 | 110101 |
Color Harmonies of #508FBC
Complementary color
Monochromatic Colors of #508FBC
Black with #508FBC
Text Example
Text Example
White with #508FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508FBC; }
p { color: rgb(80,143,188); }
H1.HeaderClassName
{
color: #508FBC;
}
.AnyTagClassName
{
color: #508FBC;
}
</style>
background-color css
<style>
a { background-color: #508FBC; }
a { background-color: rgb(80,143,188); }
div.DivClassName
{
background-color: #508FBC;
}
.BgClassName
{
background-color: #508FBC;
}
</style>
border-color css
<style>
span { border-color: #508FBC; }
span { border-color: rgb(80,143,188); }
td.TdClassName
{
border-color: #508FBC;
}
.TagClassName
{
border-color: #508FBC;
}
</style>