Shades of Viking #50A7BE
Tints of Viking #50A7BE
RGB
CMYK
RGB Variations
Color information
#50A7BE (or 0x50A7BE) is known color: Viking. HEX triplet: 50, A7 and BE. RGB value is (80,167,190). Sum of RGB (Red+Green+Blue) = 80+167+190=437 (57% of max value = 765). Red value is 80 (31.64% from 255 or 18.31% from 437); Green value is 167 (65.62% from 255 or 38.22% from 437); Blue value is 190 (74.61% from 255 or 43.48% from 437); Max value from RGB is 190 - color contains mainly: blue. Hex color #50A7BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #50A7BE is #AF5841. Grayscale: #8F8F8F. Windows color (decimal): -11491394 or 12494672. OLE color: 12494672.
HSL color Cylindrical-coordinate representation of color #50A7BE: hue angle of 192.55º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #50A7BE is Cyan = 0.58, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 80 | 167 | 190 | - |
| CMYK | 0.58 | 0.12 | 0 | 0.25 |
| HSL | 192.55º | 0.46% | 0.53% | - |
| HSV(B) | 192.55º | 0.58% | 0.75% | - |
| XYZ | 26.42 | 33.06 | 53.7 | - |
| YUV | 143.61 | 154.18 | 82.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 167 | 190 | 0.58 | 0.12 | 0 | 0.25 | 192.55 | 0.46 | 0.53 |
| Hex | 50 | A7 | BE | 3A | C | 0 | 19 | C1 | 2E | 35 |
| Octal | 120 | 247 | 276 | 72 | 14 | 0 | 31 | 301 | 56 | 65 |
| Binary | 1010000 | 10100111 | 10111110 | 111010 | 1100 | 0 | 11001 | 11000001 | 101110 | 110101 |
Color Harmonies of #50A7BE
Complementary color
Monochromatic Colors of #50A7BE
Black with #50A7BE
Text Example
Text Example
White with #50A7BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50A7BE; }
p { color: rgb(80,167,190); }
H1.HeaderClassName
{
color: #50A7BE;
}
.AnyTagClassName
{
color: #50A7BE;
}
</style>
background-color css
<style>
a { background-color: #50A7BE; }
a { background-color: rgb(80,167,190); }
div.DivClassName
{
background-color: #50A7BE;
}
.BgClassName
{
background-color: #50A7BE;
}
</style>
border-color css
<style>
span { border-color: #50A7BE; }
span { border-color: rgb(80,167,190); }
td.TdClassName
{
border-color: #50A7BE;
}
.TagClassName
{
border-color: #50A7BE;
}
</style>