Shades of Danube #508DC4
Tints of Danube #508DC4
RGB
CMYK
RGB Variations
Color information
#508DC4 (or 0x508DC4) is known color: Danube. HEX triplet: 50, 8D and C4. RGB value is (80,141,196). Sum of RGB (Red+Green+Blue) = 80+141+196=417 (55% of max value = 765). Red value is 80 (31.64% from 255 or 19.18% from 417); Green value is 141 (55.47% from 255 or 33.81% from 417); Blue value is 196 (76.95% from 255 or 47.00% from 417); Max value from RGB is 196 - color contains mainly: blue. Hex color #508DC4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #508DC4 is #AF723B. Grayscale: #808080. Windows color (decimal): -11498044 or 12881232. OLE color: 12881232.
HSL color Cylindrical-coordinate representation of color #508DC4: hue angle of 208.45º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #508DC4 is Cyan = 0.59, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 80 | 141 | 196 | - |
| CMYK | 0.59 | 0.28 | 0 | 0.23 |
| HSL | 208.45º | 0.5% | 0.54% | - |
| HSV(B) | 208.45º | 0.59% | 0.77% | - |
| XYZ | 22.8 | 24.74 | 55.8 | - |
| YUV | 129.03 | 165.79 | 93.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 141 | 196 | 0.59 | 0.28 | 0 | 0.23 | 208.45 | 0.5 | 0.54 |
| Hex | 50 | 8D | C4 | 3B | 1C | 0 | 17 | D0 | 32 | 36 |
| Octal | 120 | 215 | 304 | 73 | 34 | 0 | 27 | 320 | 62 | 66 |
| Binary | 1010000 | 10001101 | 11000100 | 111011 | 11100 | 0 | 10111 | 11010000 | 110010 | 110110 |
Color Harmonies of #508DC4
Complementary color
Monochromatic Colors of #508DC4
Black with #508DC4
Text Example
Text Example
White with #508DC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508DC4; }
p { color: rgb(80,141,196); }
H1.HeaderClassName
{
color: #508DC4;
}
.AnyTagClassName
{
color: #508DC4;
}
</style>
background-color css
<style>
a { background-color: #508DC4; }
a { background-color: rgb(80,141,196); }
div.DivClassName
{
background-color: #508DC4;
}
.BgClassName
{
background-color: #508DC4;
}
</style>
border-color css
<style>
span { border-color: #508DC4; }
span { border-color: rgb(80,141,196); }
td.TdClassName
{
border-color: #508DC4;
}
.TagClassName
{
border-color: #508DC4;
}
</style>