Shades of Viking #50ABC5
Tints of Viking #50ABC5
RGB
CMYK
RGB Variations
Color information
#50ABC5 (or 0x50ABC5) is known color: Viking. HEX triplet: 50, AB and C5. RGB value is (80,171,197). Sum of RGB (Red+Green+Blue) = 80+171+197=448 (59% of max value = 765). Red value is 80 (31.64% from 255 or 17.86% from 448); Green value is 171 (67.19% from 255 or 38.17% from 448); Blue value is 197 (77.34% from 255 or 43.97% from 448); Max value from RGB is 197 - color contains mainly: blue. Hex color #50ABC5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #50ABC5 is #AF543A. Grayscale: #929292. Windows color (decimal): -11490363 or 12954448. OLE color: 12954448.
HSL color Cylindrical-coordinate representation of color #50ABC5: hue angle of 193.33º 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 #50ABC5 is Cyan = 0.59, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 80 | 171 | 197 | - |
| CMYK | 0.59 | 0.13 | 0 | 0.23 |
| HSL | 193.33º | 0.5% | 0.54% | - |
| HSV(B) | 193.33º | 0.59% | 0.77% | - |
| XYZ | 27.95 | 34.86 | 58.08 | - |
| YUV | 146.76 | 156.35 | 80.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 171 | 197 | 0.59 | 0.13 | 0 | 0.23 | 193.33 | 0.5 | 0.54 |
| Hex | 50 | AB | C5 | 3B | D | 0 | 17 | C1 | 32 | 36 |
| Octal | 120 | 253 | 305 | 73 | 15 | 0 | 27 | 301 | 62 | 66 |
| Binary | 1010000 | 10101011 | 11000101 | 111011 | 1101 | 0 | 10111 | 11000001 | 110010 | 110110 |
Color Harmonies of #50ABC5
Complementary color
Monochromatic Colors of #50ABC5
Black with #50ABC5
Text Example
Text Example
White with #50ABC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50ABC5; }
p { color: rgb(80,171,197); }
H1.HeaderClassName
{
color: #50ABC5;
}
.AnyTagClassName
{
color: #50ABC5;
}
</style>
background-color css
<style>
a { background-color: #50ABC5; }
a { background-color: rgb(80,171,197); }
div.DivClassName
{
background-color: #50ABC5;
}
.BgClassName
{
background-color: #50ABC5;
}
</style>
border-color css
<style>
span { border-color: #50ABC5; }
span { border-color: rgb(80,171,197); }
td.TdClassName
{
border-color: #50ABC5;
}
.TagClassName
{
border-color: #50ABC5;
}
</style>