Shades of Viking #50ABB6
Tints of Viking #50ABB6
RGB
CMYK
RGB Variations
Color information
#50ABB6 (or 0x50ABB6) is known color: Viking. HEX triplet: 50, AB and B6. RGB value is (80,171,182). Sum of RGB (Red+Green+Blue) = 80+171+182=433 (57% of max value = 765). Red value is 80 (31.64% from 255 or 18.48% from 433); Green value is 171 (67.19% from 255 or 39.49% from 433); Blue value is 182 (71.48% from 255 or 42.03% from 433); Max value from RGB is 182 - color contains mainly: blue. Hex color #50ABB6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #50ABB6 is #AF5449. Grayscale: #909090. Windows color (decimal): -11490378 or 11971408. OLE color: 11971408.
HSL color Cylindrical-coordinate representation of color #50ABB6: hue angle of 186.47º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #50ABB6 is Cyan = 0.56, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 80 | 171 | 182 | - |
| CMYK | 0.56 | 0.06 | 0 | 0.29 |
| HSL | 186.47º | 0.41% | 0.51% | - |
| HSV(B) | 186.47º | 0.56% | 0.71% | - |
| XYZ | 26.31 | 34.21 | 49.47 | - |
| YUV | 145.05 | 148.85 | 81.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 171 | 182 | 0.56 | 0.06 | 0 | 0.29 | 186.47 | 0.41 | 0.51 |
| Hex | 50 | AB | B6 | 38 | 6 | 0 | 1D | BA | 29 | 33 |
| Octal | 120 | 253 | 266 | 70 | 6 | 0 | 35 | 272 | 51 | 63 |
| Binary | 1010000 | 10101011 | 10110110 | 111000 | 110 | 0 | 11101 | 10111010 | 101001 | 110011 |
Color Harmonies of #50ABB6
Complementary color
Monochromatic Colors of #50ABB6
Black with #50ABB6
Text Example
Text Example
White with #50ABB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50ABB6; }
p { color: rgb(80,171,182); }
H1.HeaderClassName
{
color: #50ABB6;
}
.AnyTagClassName
{
color: #50ABB6;
}
</style>
background-color css
<style>
a { background-color: #50ABB6; }
a { background-color: rgb(80,171,182); }
div.DivClassName
{
background-color: #50ABB6;
}
.BgClassName
{
background-color: #50ABB6;
}
</style>
border-color css
<style>
span { border-color: #50ABB6; }
span { border-color: rgb(80,171,182); }
td.TdClassName
{
border-color: #50ABB6;
}
.TagClassName
{
border-color: #50ABB6;
}
</style>