Shades of Danube #508FC6
Tints of Danube #508FC6
RGB
CMYK
RGB Variations
Color information
#508FC6 (or 0x508FC6) is known color: Danube. HEX triplet: 50, 8F and C6. RGB value is (80,143,198). Sum of RGB (Red+Green+Blue) = 80+143+198=421 (55% of max value = 765). Red value is 80 (31.64% from 255 or 19.00% from 421); Green value is 143 (56.25% from 255 or 33.97% from 421); Blue value is 198 (77.73% from 255 or 47.03% from 421); Max value from RGB is 198 - color contains mainly: blue. Hex color #508FC6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #508FC6 is #AF7039. Grayscale: #828282. Windows color (decimal): -11497530 or 13012816. OLE color: 13012816.
HSL color Cylindrical-coordinate representation of color #508FC6: hue angle of 207.97º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #508FC6 is Cyan = 0.60, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 80 | 143 | 198 | - |
| CMYK | 0.60 | 0.28 | 0 | 0.22 |
| HSL | 207.97º | 0.51% | 0.55% | - |
| HSV(B) | 207.97º | 0.6% | 0.78% | - |
| XYZ | 23.32 | 25.43 | 57.1 | - |
| YUV | 130.43 | 166.13 | 92.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 143 | 198 | 0.60 | 0.28 | 0 | 0.22 | 207.97 | 0.51 | 0.55 |
| Hex | 50 | 8F | C6 | 3C | 1C | 0 | 16 | D0 | 33 | 37 |
| Octal | 120 | 217 | 306 | 74 | 34 | 0 | 26 | 320 | 63 | 67 |
| Binary | 1010000 | 10001111 | 11000110 | 111100 | 11100 | 0 | 10110 | 11010000 | 110011 | 110111 |
Color Harmonies of #508FC6
Complementary color
Monochromatic Colors of #508FC6
Black with #508FC6
Text Example
Text Example
White with #508FC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508FC6; }
p { color: rgb(80,143,198); }
H1.HeaderClassName
{
color: #508FC6;
}
.AnyTagClassName
{
color: #508FC6;
}
</style>
background-color css
<style>
a { background-color: #508FC6; }
a { background-color: rgb(80,143,198); }
div.DivClassName
{
background-color: #508FC6;
}
.BgClassName
{
background-color: #508FC6;
}
</style>
border-color css
<style>
span { border-color: #508FC6; }
span { border-color: rgb(80,143,198); }
td.TdClassName
{
border-color: #508FC6;
}
.TagClassName
{
border-color: #508FC6;
}
</style>