Shades of Danube #508FC1
Tints of Danube #508FC1
RGB
CMYK
RGB Variations
Color information
#508FC1 (or 0x508FC1) is known color: Danube. HEX triplet: 50, 8F and C1. RGB value is (80,143,193). Sum of RGB (Red+Green+Blue) = 80+143+193=416 (55% of max value = 765). Red value is 80 (31.64% from 255 or 19.23% from 416); Green value is 143 (56.25% from 255 or 34.38% from 416); Blue value is 193 (75.78% from 255 or 46.39% from 416); Max value from RGB is 193 - color contains mainly: blue. Hex color #508FC1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #508FC1 is #AF703E. Grayscale: #818181. Windows color (decimal): -11497535 or 12685136. OLE color: 12685136.
HSL color Cylindrical-coordinate representation of color #508FC1: hue angle of 206.55º 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 #508FC1 is Cyan = 0.59, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 80 | 143 | 193 | - |
| CMYK | 0.59 | 0.26 | 0 | 0.24 |
| HSL | 206.55º | 0.48% | 0.54% | - |
| HSV(B) | 206.55º | 0.59% | 0.76% | - |
| XYZ | 22.76 | 25.2 | 54.12 | - |
| YUV | 129.86 | 163.63 | 92.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 143 | 193 | 0.59 | 0.26 | 0 | 0.24 | 206.55 | 0.48 | 0.54 |
| Hex | 50 | 8F | C1 | 3B | 1A | 0 | 18 | CF | 30 | 36 |
| Octal | 120 | 217 | 301 | 73 | 32 | 0 | 30 | 317 | 60 | 66 |
| Binary | 1010000 | 10001111 | 11000001 | 111011 | 11010 | 0 | 11000 | 11001111 | 110000 | 110110 |
Color Harmonies of #508FC1
Complementary color
Monochromatic Colors of #508FC1
Black with #508FC1
Text Example
Text Example
White with #508FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508FC1; }
p { color: rgb(80,143,193); }
H1.HeaderClassName
{
color: #508FC1;
}
.AnyTagClassName
{
color: #508FC1;
}
</style>
background-color css
<style>
a { background-color: #508FC1; }
a { background-color: rgb(80,143,193); }
div.DivClassName
{
background-color: #508FC1;
}
.BgClassName
{
background-color: #508FC1;
}
</style>
border-color css
<style>
span { border-color: #508FC1; }
span { border-color: rgb(80,143,193); }
td.TdClassName
{
border-color: #508FC1;
}
.TagClassName
{
border-color: #508FC1;
}
</style>