Shades of Danube #508BBD
Tints of Danube #508BBD
RGB
CMYK
RGB Variations
Color information
#508BBD (or 0x508BBD) is known color: Danube. HEX triplet: 50, 8B and BD. RGB value is (80,139,189). Sum of RGB (Red+Green+Blue) = 80+139+189=408 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.61% from 408); Green value is 139 (54.69% from 255 or 34.07% from 408); Blue value is 189 (74.22% from 255 or 46.32% from 408); Max value from RGB is 189 - color contains mainly: blue. Hex color #508BBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #508BBD is #AF7442. Grayscale: #7E7E7E. Windows color (decimal): -11498563 or 12421968. OLE color: 12421968.
HSL color Cylindrical-coordinate representation of color #508BBD: hue angle of 207.52º 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 #508BBD is Cyan = 0.58, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 80 | 139 | 189 | - |
| CMYK | 0.58 | 0.26 | 0 | 0.26 |
| HSL | 207.52º | 0.45% | 0.53% | - |
| HSV(B) | 207.52º | 0.58% | 0.74% | - |
| XYZ | 21.73 | 23.84 | 51.6 | - |
| YUV | 127.06 | 162.95 | 94.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 139 | 189 | 0.58 | 0.26 | 0 | 0.26 | 207.52 | 0.45 | 0.53 |
| Hex | 50 | 8B | BD | 3A | 1A | 0 | 1A | D0 | 2D | 35 |
| Octal | 120 | 213 | 275 | 72 | 32 | 0 | 32 | 320 | 55 | 65 |
| Binary | 1010000 | 10001011 | 10111101 | 111010 | 11010 | 0 | 11010 | 11010000 | 101101 | 110101 |
Color Harmonies of #508BBD
Complementary color
Monochromatic Colors of #508BBD
Black with #508BBD
Text Example
Text Example
White with #508BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508BBD; }
p { color: rgb(80,139,189); }
H1.HeaderClassName
{
color: #508BBD;
}
.AnyTagClassName
{
color: #508BBD;
}
</style>
background-color css
<style>
a { background-color: #508BBD; }
a { background-color: rgb(80,139,189); }
div.DivClassName
{
background-color: #508BBD;
}
.BgClassName
{
background-color: #508BBD;
}
</style>
border-color css
<style>
span { border-color: #508BBD; }
span { border-color: rgb(80,139,189); }
td.TdClassName
{
border-color: #508BBD;
}
.TagClassName
{
border-color: #508BBD;
}
</style>