Shades of Viking #50A3BD
Tints of Viking #50A3BD
RGB
CMYK
RGB Variations
Color information
#50A3BD (or 0x50A3BD) is known color: Viking. HEX triplet: 50, A3 and BD. RGB value is (80,163,189). Sum of RGB (Red+Green+Blue) = 80+163+189=432 (57% of max value = 765). Red value is 80 (31.64% from 255 or 18.52% from 432); Green value is 163 (64.06% from 255 or 37.73% from 432); Blue value is 189 (74.22% from 255 or 43.75% from 432); Max value from RGB is 189 - color contains mainly: blue. Hex color #50A3BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #50A3BD is #AF5C42. Grayscale: #8C8C8C. Windows color (decimal): -11492419 or 12428112. OLE color: 12428112.
HSL color Cylindrical-coordinate representation of color #50A3BD: hue angle of 194.31º 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 #50A3BD is Cyan = 0.58, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 80 | 163 | 189 | - |
| CMYK | 0.58 | 0.14 | 0 | 0.26 |
| HSL | 194.31º | 0.45% | 0.53% | - |
| HSV(B) | 194.31º | 0.58% | 0.74% | - |
| XYZ | 25.59 | 31.57 | 52.89 | - |
| YUV | 141.15 | 155 | 84.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 163 | 189 | 0.58 | 0.14 | 0 | 0.26 | 194.31 | 0.45 | 0.53 |
| Hex | 50 | A3 | BD | 3A | E | 0 | 1A | C2 | 2D | 35 |
| Octal | 120 | 243 | 275 | 72 | 16 | 0 | 32 | 302 | 55 | 65 |
| Binary | 1010000 | 10100011 | 10111101 | 111010 | 1110 | 0 | 11010 | 11000010 | 101101 | 110101 |
Color Harmonies of #50A3BD
Complementary color
Monochromatic Colors of #50A3BD
Black with #50A3BD
Text Example
Text Example
White with #50A3BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50A3BD; }
p { color: rgb(80,163,189); }
H1.HeaderClassName
{
color: #50A3BD;
}
.AnyTagClassName
{
color: #50A3BD;
}
</style>
background-color css
<style>
a { background-color: #50A3BD; }
a { background-color: rgb(80,163,189); }
div.DivClassName
{
background-color: #50A3BD;
}
.BgClassName
{
background-color: #50A3BD;
}
</style>
border-color css
<style>
span { border-color: #50A3BD; }
span { border-color: rgb(80,163,189); }
td.TdClassName
{
border-color: #50A3BD;
}
.TagClassName
{
border-color: #50A3BD;
}
</style>