Shades of Viking #50AFBA
Tints of Viking #50AFBA
RGB
CMYK
RGB Variations
Color information
#50AFBA (or 0x50AFBA) is known color: Viking. HEX triplet: 50, AF and BA. RGB value is (80,175,186). Sum of RGB (Red+Green+Blue) = 80+175+186=441 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.14% from 441); Green value is 175 (68.75% from 255 or 39.68% from 441); Blue value is 186 (73.05% from 255 or 42.18% from 441); Max value from RGB is 186 - color contains mainly: blue. Hex color #50AFBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #50AFBA is #AF5045. Grayscale: #939393. Windows color (decimal): -11489350 or 12234576. OLE color: 12234576.
HSL color Cylindrical-coordinate representation of color #50AFBA: hue angle of 186.23º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #50AFBA is Cyan = 0.57, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 80 | 175 | 186 | - |
| CMYK | 0.57 | 0.06 | 0 | 0.27 |
| HSL | 186.23º | 0.43% | 0.52% | - |
| HSV(B) | 186.23º | 0.57% | 0.73% | - |
| XYZ | 27.5 | 35.91 | 51.94 | - |
| YUV | 147.85 | 149.53 | 79.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 175 | 186 | 0.57 | 0.06 | 0 | 0.27 | 186.23 | 0.43 | 0.52 |
| Hex | 50 | AF | BA | 39 | 6 | 0 | 1B | BA | 2B | 34 |
| Octal | 120 | 257 | 272 | 71 | 6 | 0 | 33 | 272 | 53 | 64 |
| Binary | 1010000 | 10101111 | 10111010 | 111001 | 110 | 0 | 11011 | 10111010 | 101011 | 110100 |
Color Harmonies of #50AFBA
Complementary color
Monochromatic Colors of #50AFBA
Black with #50AFBA
Text Example
Text Example
White with #50AFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50AFBA; }
p { color: rgb(80,175,186); }
H1.HeaderClassName
{
color: #50AFBA;
}
.AnyTagClassName
{
color: #50AFBA;
}
</style>
background-color css
<style>
a { background-color: #50AFBA; }
a { background-color: rgb(80,175,186); }
div.DivClassName
{
background-color: #50AFBA;
}
.BgClassName
{
background-color: #50AFBA;
}
</style>
border-color css
<style>
span { border-color: #50AFBA; }
span { border-color: rgb(80,175,186); }
td.TdClassName
{
border-color: #50AFBA;
}
.TagClassName
{
border-color: #50AFBA;
}
</style>