Shades of Viking #50AAB5
Tints of Viking #50AAB5
RGB
CMYK
RGB Variations
Color information
#50AAB5 (or 0x50AAB5) is known color: Viking. HEX triplet: 50, AA and B5. RGB value is (80,170,181). Sum of RGB (Red+Green+Blue) = 80+170+181=431 (57% of max value = 765). Red value is 80 (31.64% from 255 or 18.56% from 431); Green value is 170 (66.80% from 255 or 39.44% from 431); Blue value is 181 (71.09% from 255 or 42.00% from 431); Max value from RGB is 181 - color contains mainly: blue. Hex color #50AAB5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #50AAB5 is #AF554A. Grayscale: #909090. Windows color (decimal): -11490635 or 11905616. OLE color: 11905616.
HSL color Cylindrical-coordinate representation of color #50AAB5: hue angle of 186.53º 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 #50AAB5 is Cyan = 0.56, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 80 | 170 | 181 | - |
| CMYK | 0.56 | 0.06 | 0 | 0.29 |
| HSL | 186.53º | 0.41% | 0.51% | - |
| HSV(B) | 186.53º | 0.56% | 0.71% | - |
| XYZ | 26.02 | 33.79 | 48.87 | - |
| YUV | 144.34 | 148.68 | 82.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 170 | 181 | 0.56 | 0.06 | 0 | 0.29 | 186.53 | 0.41 | 0.51 |
| Hex | 50 | AA | B5 | 38 | 6 | 0 | 1D | BB | 29 | 33 |
| Octal | 120 | 252 | 265 | 70 | 6 | 0 | 35 | 273 | 51 | 63 |
| Binary | 1010000 | 10101010 | 10110101 | 111000 | 110 | 0 | 11101 | 10111011 | 101001 | 110011 |
Color Harmonies of #50AAB5
Complementary color
Monochromatic Colors of #50AAB5
Black with #50AAB5
Text Example
Text Example
White with #50AAB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50AAB5; }
p { color: rgb(80,170,181); }
H1.HeaderClassName
{
color: #50AAB5;
}
.AnyTagClassName
{
color: #50AAB5;
}
</style>
background-color css
<style>
a { background-color: #50AAB5; }
a { background-color: rgb(80,170,181); }
div.DivClassName
{
background-color: #50AAB5;
}
.BgClassName
{
background-color: #50AAB5;
}
</style>
border-color css
<style>
span { border-color: #50AAB5; }
span { border-color: rgb(80,170,181); }
td.TdClassName
{
border-color: #50AAB5;
}
.TagClassName
{
border-color: #50AAB5;
}
</style>