Shades of Viking #50A4BD
Tints of Viking #50A4BD
RGB
CMYK
RGB Variations
Color information
#50A4BD (or 0x50A4BD) is known color: Viking. HEX triplet: 50, A4 and BD. RGB value is (80,164,189). Sum of RGB (Red+Green+Blue) = 80+164+189=433 (57% of max value = 765). Red value is 80 (31.64% from 255 or 18.48% from 433); Green value is 164 (64.45% from 255 or 37.88% from 433); Blue value is 189 (74.22% from 255 or 43.65% from 433); Max value from RGB is 189 - color contains mainly: blue. Hex color #50A4BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #50A4BD is #AF5B42. Grayscale: #8D8D8D. Windows color (decimal): -11492163 or 12428368. OLE color: 12428368.
HSL color Cylindrical-coordinate representation of color #50A4BD: hue angle of 193.76º 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 #50A4BD is Cyan = 0.58, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 80 | 164 | 189 | - |
| CMYK | 0.58 | 0.13 | 0 | 0.26 |
| HSL | 193.76º | 0.45% | 0.53% | - |
| HSV(B) | 193.76º | 0.58% | 0.74% | - |
| XYZ | 25.77 | 31.93 | 52.95 | - |
| YUV | 141.73 | 154.67 | 83.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 164 | 189 | 0.58 | 0.13 | 0 | 0.26 | 193.76 | 0.45 | 0.53 |
| Hex | 50 | A4 | BD | 3A | D | 0 | 1A | C2 | 2D | 35 |
| Octal | 120 | 244 | 275 | 72 | 15 | 0 | 32 | 302 | 55 | 65 |
| Binary | 1010000 | 10100100 | 10111101 | 111010 | 1101 | 0 | 11010 | 11000010 | 101101 | 110101 |
Color Harmonies of #50A4BD
Complementary color
Monochromatic Colors of #50A4BD
Black with #50A4BD
Text Example
Text Example
White with #50A4BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50A4BD; }
p { color: rgb(80,164,189); }
H1.HeaderClassName
{
color: #50A4BD;
}
.AnyTagClassName
{
color: #50A4BD;
}
</style>
background-color css
<style>
a { background-color: #50A4BD; }
a { background-color: rgb(80,164,189); }
div.DivClassName
{
background-color: #50A4BD;
}
.BgClassName
{
background-color: #50A4BD;
}
</style>
border-color css
<style>
span { border-color: #50A4BD; }
span { border-color: rgb(80,164,189); }
td.TdClassName
{
border-color: #50A4BD;
}
.TagClassName
{
border-color: #50A4BD;
}
</style>