Shades of Danube #508FC2
Tints of Danube #508FC2
RGB
CMYK
RGB Variations
Color information
#508FC2 (or 0x508FC2) is known color: Danube. HEX triplet: 50, 8F and C2. RGB value is (80,143,194). Sum of RGB (Red+Green+Blue) = 80+143+194=417 (55% of max value = 765). Red value is 80 (31.64% from 255 or 19.18% from 417); Green value is 143 (56.25% from 255 or 34.29% from 417); Blue value is 194 (76.17% from 255 or 46.52% from 417); Max value from RGB is 194 - color contains mainly: blue. Hex color #508FC2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #508FC2 is #AF703D. Grayscale: #818181. Windows color (decimal): -11497534 or 12750672. OLE color: 12750672.
HSL color Cylindrical-coordinate representation of color #508FC2: hue angle of 206.84º 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 #508FC2 is Cyan = 0.59, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 80 | 143 | 194 | - |
| CMYK | 0.59 | 0.26 | 0 | 0.24 |
| HSL | 206.84º | 0.48% | 0.54% | - |
| HSV(B) | 206.84º | 0.59% | 0.76% | - |
| XYZ | 22.87 | 25.25 | 54.71 | - |
| YUV | 129.98 | 164.13 | 92.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 143 | 194 | 0.59 | 0.26 | 0 | 0.24 | 206.84 | 0.48 | 0.54 |
| Hex | 50 | 8F | C2 | 3B | 1A | 0 | 18 | CF | 30 | 36 |
| Octal | 120 | 217 | 302 | 73 | 32 | 0 | 30 | 317 | 60 | 66 |
| Binary | 1010000 | 10001111 | 11000010 | 111011 | 11010 | 0 | 11000 | 11001111 | 110000 | 110110 |
Color Harmonies of #508FC2
Complementary color
Monochromatic Colors of #508FC2
Black with #508FC2
Text Example
Text Example
White with #508FC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508FC2; }
p { color: rgb(80,143,194); }
H1.HeaderClassName
{
color: #508FC2;
}
.AnyTagClassName
{
color: #508FC2;
}
</style>
background-color css
<style>
a { background-color: #508FC2; }
a { background-color: rgb(80,143,194); }
div.DivClassName
{
background-color: #508FC2;
}
.BgClassName
{
background-color: #508FC2;
}
</style>
border-color css
<style>
span { border-color: #508FC2; }
span { border-color: rgb(80,143,194); }
td.TdClassName
{
border-color: #508FC2;
}
.TagClassName
{
border-color: #508FC2;
}
</style>