Shades of Viking #50ABCD
Tints of Viking #50ABCD
RGB
CMYK
RGB Variations
Color information
#50ABCD (or 0x50ABCD) is known color: Viking. HEX triplet: 50, AB and CD. RGB value is (80,171,205). Sum of RGB (Red+Green+Blue) = 80+171+205=456 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.54% from 456); Green value is 171 (67.19% from 255 or 37.5% from 456); Blue value is 205 (80.47% from 255 or 44.96% from 456); Max value from RGB is 205 - color contains mainly: blue. Hex color #50ABCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #50ABCD is #AF5432. Grayscale: #939393. Windows color (decimal): -11490355 or 13478736. OLE color: 13478736.
HSL color Cylindrical-coordinate representation of color #50ABCD: hue angle of 196.32º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #50ABCD is Cyan = 0.61, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 80 | 171 | 205 | - |
| CMYK | 0.61 | 0.17 | 0 | 0.20 |
| HSL | 196.32º | 0.56% | 0.56% | - |
| HSV(B) | 196.32º | 0.61% | 0.8% | - |
| XYZ | 28.89 | 35.24 | 63.04 | - |
| YUV | 147.67 | 160.35 | 79.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 171 | 205 | 0.61 | 0.17 | 0 | 0.20 | 196.32 | 0.56 | 0.56 |
| Hex | 50 | AB | CD | 3D | 11 | 0 | 14 | C4 | 38 | 38 |
| Octal | 120 | 253 | 315 | 75 | 21 | 0 | 24 | 304 | 70 | 70 |
| Binary | 1010000 | 10101011 | 11001101 | 111101 | 10001 | 0 | 10100 | 11000100 | 111000 | 111000 |
Color Harmonies of #50ABCD
Complementary color
Monochromatic Colors of #50ABCD
Black with #50ABCD
Text Example
Text Example
White with #50ABCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50ABCD; }
p { color: rgb(80,171,205); }
H1.HeaderClassName
{
color: #50ABCD;
}
.AnyTagClassName
{
color: #50ABCD;
}
</style>
background-color css
<style>
a { background-color: #50ABCD; }
a { background-color: rgb(80,171,205); }
div.DivClassName
{
background-color: #50ABCD;
}
.BgClassName
{
background-color: #50ABCD;
}
</style>
border-color css
<style>
span { border-color: #50ABCD; }
span { border-color: rgb(80,171,205); }
td.TdClassName
{
border-color: #50ABCD;
}
.TagClassName
{
border-color: #50ABCD;
}
</style>