Shades of Danube #508EC2
Tints of Danube #508EC2
RGB
CMYK
RGB Variations
Color information
#508EC2 (or 0x508EC2) is known color: Danube. HEX triplet: 50, 8E and C2. RGB value is (80,142,194). Sum of RGB (Red+Green+Blue) = 80+142+194=416 (55% of max value = 765). Red value is 80 (31.64% from 255 or 19.23% from 416); Green value is 142 (55.86% from 255 or 34.13% from 416); Blue value is 194 (76.17% from 255 or 46.63% from 416); Max value from RGB is 194 - color contains mainly: blue. Hex color #508EC2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #508EC2 is #AF713D. Grayscale: #818181. Windows color (decimal): -11497790 or 12750416. OLE color: 12750416.
HSL color Cylindrical-coordinate representation of color #508EC2: hue angle of 207.37º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #508EC2 is Cyan = 0.59, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 80 | 142 | 194 | - |
| CMYK | 0.59 | 0.27 | 0 | 0.24 |
| HSL | 207.37º | 0.48% | 0.54% | - |
| HSV(B) | 207.37º | 0.59% | 0.76% | - |
| XYZ | 22.72 | 24.95 | 54.66 | - |
| YUV | 129.39 | 164.46 | 92.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 142 | 194 | 0.59 | 0.27 | 0 | 0.24 | 207.37 | 0.48 | 0.54 |
| Hex | 50 | 8E | C2 | 3B | 1B | 0 | 18 | CF | 30 | 36 |
| Octal | 120 | 216 | 302 | 73 | 33 | 0 | 30 | 317 | 60 | 66 |
| Binary | 1010000 | 10001110 | 11000010 | 111011 | 11011 | 0 | 11000 | 11001111 | 110000 | 110110 |
Color Harmonies of #508EC2
Complementary color
Monochromatic Colors of #508EC2
Black with #508EC2
Text Example
Text Example
White with #508EC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508EC2; }
p { color: rgb(80,142,194); }
H1.HeaderClassName
{
color: #508EC2;
}
.AnyTagClassName
{
color: #508EC2;
}
</style>
background-color css
<style>
a { background-color: #508EC2; }
a { background-color: rgb(80,142,194); }
div.DivClassName
{
background-color: #508EC2;
}
.BgClassName
{
background-color: #508EC2;
}
</style>
border-color css
<style>
span { border-color: #508EC2; }
span { border-color: rgb(80,142,194); }
td.TdClassName
{
border-color: #508EC2;
}
.TagClassName
{
border-color: #508EC2;
}
</style>