Shades of Viking #50BABD
Tints of Viking #50BABD
RGB
CMYK
RGB Variations
Color information
#50BABD (or 0x50BABD) is known color: Viking. HEX triplet: 50, BA and BD. RGB value is (80,186,189). Sum of RGB (Red+Green+Blue) = 80+186+189=455 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.58% from 455); Green value is 186 (73.05% from 255 or 40.88% from 455); Blue value is 189 (74.22% from 255 or 41.54% from 455); Max value from RGB is 189 - color contains mainly: blue. Hex color #50BABD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50BABD is #AF4542. Grayscale: #9A9A9A. Windows color (decimal): -11486531 or 12434000. OLE color: 12434000.
HSL color Cylindrical-coordinate representation of color #50BABD: hue angle of 181.65º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #50BABD is Cyan = 0.58, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 80 | 186 | 189 | - |
| CMYK | 0.58 | 0.02 | 0 | 0.26 |
| HSL | 181.65º | 0.45% | 0.53% | - |
| HSV(B) | 181.65º | 0.58% | 0.74% | - |
| XYZ | 30.05 | 40.5 | 54.38 | - |
| YUV | 154.65 | 147.38 | 74.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 186 | 189 | 0.58 | 0.02 | 0 | 0.26 | 181.65 | 0.45 | 0.53 |
| Hex | 50 | BA | BD | 3A | 2 | 0 | 1A | B6 | 2D | 35 |
| Octal | 120 | 272 | 275 | 72 | 2 | 0 | 32 | 266 | 55 | 65 |
| Binary | 1010000 | 10111010 | 10111101 | 111010 | 10 | 0 | 11010 | 10110110 | 101101 | 110101 |
Color Harmonies of #50BABD
Complementary color
Monochromatic Colors of #50BABD
Black with #50BABD
Text Example
Text Example
White with #50BABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50BABD; }
p { color: rgb(80,186,189); }
H1.HeaderClassName
{
color: #50BABD;
}
.AnyTagClassName
{
color: #50BABD;
}
</style>
background-color css
<style>
a { background-color: #50BABD; }
a { background-color: rgb(80,186,189); }
div.DivClassName
{
background-color: #50BABD;
}
.BgClassName
{
background-color: #50BABD;
}
</style>
border-color css
<style>
span { border-color: #50BABD; }
span { border-color: rgb(80,186,189); }
td.TdClassName
{
border-color: #50BABD;
}
.TagClassName
{
border-color: #50BABD;
}
</style>