Shades of Viking #50B9C5
Tints of Viking #50B9C5
RGB
CMYK
RGB Variations
Color information
#50B9C5 (or 0x50B9C5) is known color: Viking. HEX triplet: 50, B9 and C5. RGB value is (80,185,197). Sum of RGB (Red+Green+Blue) = 80+185+197=462 (61% of max value = 765). Red value is 80 (31.64% from 255 or 17.32% from 462); Green value is 185 (72.66% from 255 or 40.04% from 462); Blue value is 197 (77.34% from 255 or 42.64% from 462); Max value from RGB is 197 - color contains mainly: blue. Hex color #50B9C5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50B9C5 is #AF463A. Grayscale: #9A9A9A. Windows color (decimal): -11486779 or 12958032. OLE color: 12958032.
HSL color Cylindrical-coordinate representation of color #50B9C5: hue angle of 186.15º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #50B9C5 is Cyan = 0.59, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 80 | 185 | 197 | - |
| CMYK | 0.59 | 0.06 | 0 | 0.23 |
| HSL | 186.15º | 0.5% | 0.54% | - |
| HSV(B) | 186.15º | 0.59% | 0.77% | - |
| XYZ | 30.74 | 40.43 | 59.01 | - |
| YUV | 154.97 | 151.71 | 74.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 185 | 197 | 0.59 | 0.06 | 0 | 0.23 | 186.15 | 0.5 | 0.54 |
| Hex | 50 | B9 | C5 | 3B | 6 | 0 | 17 | BA | 32 | 36 |
| Octal | 120 | 271 | 305 | 73 | 6 | 0 | 27 | 272 | 62 | 66 |
| Binary | 1010000 | 10111001 | 11000101 | 111011 | 110 | 0 | 10111 | 10111010 | 110010 | 110110 |
Color Harmonies of #50B9C5
Complementary color
Monochromatic Colors of #50B9C5
Black with #50B9C5
Text Example
Text Example
White with #50B9C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50B9C5; }
p { color: rgb(80,185,197); }
H1.HeaderClassName
{
color: #50B9C5;
}
.AnyTagClassName
{
color: #50B9C5;
}
</style>
background-color css
<style>
a { background-color: #50B9C5; }
a { background-color: rgb(80,185,197); }
div.DivClassName
{
background-color: #50B9C5;
}
.BgClassName
{
background-color: #50B9C5;
}
</style>
border-color css
<style>
span { border-color: #50B9C5; }
span { border-color: rgb(80,185,197); }
td.TdClassName
{
border-color: #50B9C5;
}
.TagClassName
{
border-color: #50B9C5;
}
</style>