Shades of Viking #50ADBC
Tints of Viking #50ADBC
RGB
CMYK
RGB Variations
Color information
#50ADBC (or 0x50ADBC) is known color: Viking. HEX triplet: 50, AD and BC. RGB value is (80,173,188). Sum of RGB (Red+Green+Blue) = 80+173+188=441 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.14% from 441); Green value is 173 (67.97% from 255 or 39.23% from 441); Blue value is 188 (73.83% from 255 or 42.63% from 441); Max value from RGB is 188 - color contains mainly: blue. Hex color #50ADBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #50ADBC is #AF5243. Grayscale: #929292. Windows color (decimal): -11489860 or 12365136. OLE color: 12365136.
HSL color Cylindrical-coordinate representation of color #50ADBC: hue angle of 188.33º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #50ADBC is Cyan = 0.57, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 80 | 173 | 188 | - |
| CMYK | 0.57 | 0.08 | 0 | 0.26 |
| HSL | 188.33º | 0.45% | 0.53% | - |
| HSV(B) | 188.33º | 0.57% | 0.74% | - |
| XYZ | 27.33 | 35.22 | 52.94 | - |
| YUV | 146.9 | 151.19 | 80.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 173 | 188 | 0.57 | 0.08 | 0 | 0.26 | 188.33 | 0.45 | 0.53 |
| Hex | 50 | AD | BC | 39 | 8 | 0 | 1A | BC | 2D | 35 |
| Octal | 120 | 255 | 274 | 71 | 10 | 0 | 32 | 274 | 55 | 65 |
| Binary | 1010000 | 10101101 | 10111100 | 111001 | 1000 | 0 | 11010 | 10111100 | 101101 | 110101 |
Color Harmonies of #50ADBC
Complementary color
Monochromatic Colors of #50ADBC
Black with #50ADBC
Text Example
Text Example
White with #50ADBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50ADBC; }
p { color: rgb(80,173,188); }
H1.HeaderClassName
{
color: #50ADBC;
}
.AnyTagClassName
{
color: #50ADBC;
}
</style>
background-color css
<style>
a { background-color: #50ADBC; }
a { background-color: rgb(80,173,188); }
div.DivClassName
{
background-color: #50ADBC;
}
.BgClassName
{
background-color: #50ADBC;
}
</style>
border-color css
<style>
span { border-color: #50ADBC; }
span { border-color: rgb(80,173,188); }
td.TdClassName
{
border-color: #50ADBC;
}
.TagClassName
{
border-color: #50ADBC;
}
</style>