Shades of Danube #508DBD
Tints of Danube #508DBD
RGB
CMYK
RGB Variations
Color information
#508DBD (or 0x508DBD) is known color: Danube. HEX triplet: 50, 8D and BD. RGB value is (80,141,189). Sum of RGB (Red+Green+Blue) = 80+141+189=410 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.51% from 410); Green value is 141 (55.47% from 255 or 34.39% from 410); Blue value is 189 (74.22% from 255 or 46.10% from 410); Max value from RGB is 189 - color contains mainly: blue. Hex color #508DBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #508DBD is #AF7242. Grayscale: #7F7F7F. Windows color (decimal): -11498051 or 12422480. OLE color: 12422480.
HSL color Cylindrical-coordinate representation of color #508DBD: hue angle of 206.42º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #508DBD is Cyan = 0.58, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 80 | 141 | 189 | - |
| CMYK | 0.58 | 0.25 | 0 | 0.26 |
| HSL | 206.42º | 0.45% | 0.53% | - |
| HSV(B) | 206.42º | 0.58% | 0.74% | - |
| XYZ | 22.02 | 24.43 | 51.7 | - |
| YUV | 128.23 | 162.29 | 93.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 141 | 189 | 0.58 | 0.25 | 0 | 0.26 | 206.42 | 0.45 | 0.53 |
| Hex | 50 | 8D | BD | 3A | 19 | 0 | 1A | CE | 2D | 35 |
| Octal | 120 | 215 | 275 | 72 | 31 | 0 | 32 | 316 | 55 | 65 |
| Binary | 1010000 | 10001101 | 10111101 | 111010 | 11001 | 0 | 11010 | 11001110 | 101101 | 110101 |
Color Harmonies of #508DBD
Complementary color
Monochromatic Colors of #508DBD
Black with #508DBD
Text Example
Text Example
White with #508DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508DBD; }
p { color: rgb(80,141,189); }
H1.HeaderClassName
{
color: #508DBD;
}
.AnyTagClassName
{
color: #508DBD;
}
</style>
background-color css
<style>
a { background-color: #508DBD; }
a { background-color: rgb(80,141,189); }
div.DivClassName
{
background-color: #508DBD;
}
.BgClassName
{
background-color: #508DBD;
}
</style>
border-color css
<style>
span { border-color: #508DBD; }
span { border-color: rgb(80,141,189); }
td.TdClassName
{
border-color: #508DBD;
}
.TagClassName
{
border-color: #508DBD;
}
</style>