Shades of Viking #50AFBC
Tints of Viking #50AFBC
RGB
CMYK
RGB Variations
Color information
#50AFBC (or 0x50AFBC) is known color: Viking. HEX triplet: 50, AF and BC. RGB value is (80,175,188). Sum of RGB (Red+Green+Blue) = 80+175+188=443 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.06% from 443); Green value is 175 (68.75% from 255 or 39.50% from 443); Blue value is 188 (73.83% from 255 or 42.44% from 443); Max value from RGB is 188 - color contains mainly: blue. Hex color #50AFBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #50AFBC is #AF5043. Grayscale: #939393. Windows color (decimal): -11489348 or 12365648. OLE color: 12365648.
HSL color Cylindrical-coordinate representation of color #50AFBC: hue angle of 187.22º 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 #50AFBC is Cyan = 0.57, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 80 | 175 | 188 | - |
| CMYK | 0.57 | 0.07 | 0 | 0.26 |
| HSL | 187.22º | 0.45% | 0.53% | - |
| HSV(B) | 187.22º | 0.57% | 0.74% | - |
| XYZ | 27.72 | 36 | 53.06 | - |
| YUV | 148.08 | 150.53 | 79.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 175 | 188 | 0.57 | 0.07 | 0 | 0.26 | 187.22 | 0.45 | 0.53 |
| Hex | 50 | AF | BC | 39 | 7 | 0 | 1A | BB | 2D | 35 |
| Octal | 120 | 257 | 274 | 71 | 7 | 0 | 32 | 273 | 55 | 65 |
| Binary | 1010000 | 10101111 | 10111100 | 111001 | 111 | 0 | 11010 | 10111011 | 101101 | 110101 |
Color Harmonies of #50AFBC
Complementary color
Monochromatic Colors of #50AFBC
Black with #50AFBC
Text Example
Text Example
White with #50AFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50AFBC; }
p { color: rgb(80,175,188); }
H1.HeaderClassName
{
color: #50AFBC;
}
.AnyTagClassName
{
color: #50AFBC;
}
</style>
background-color css
<style>
a { background-color: #50AFBC; }
a { background-color: rgb(80,175,188); }
div.DivClassName
{
background-color: #50AFBC;
}
.BgClassName
{
background-color: #50AFBC;
}
</style>
border-color css
<style>
span { border-color: #50AFBC; }
span { border-color: rgb(80,175,188); }
td.TdClassName
{
border-color: #50AFBC;
}
.TagClassName
{
border-color: #50AFBC;
}
</style>