Shades of Viking #50AAB7
Tints of Viking #50AAB7
RGB
CMYK
RGB Variations
Color information
#50AAB7 (or 0x50AAB7) is known color: Viking. HEX triplet: 50, AA and B7. RGB value is (80,170,183). Sum of RGB (Red+Green+Blue) = 80+170+183=433 (57% of max value = 765). Red value is 80 (31.64% from 255 or 18.48% from 433); Green value is 170 (66.80% from 255 or 39.26% from 433); Blue value is 183 (71.88% from 255 or 42.26% from 433); Max value from RGB is 183 - color contains mainly: blue. Hex color #50AAB7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #50AAB7 is #AF5548. Grayscale: #909090. Windows color (decimal): -11490633 or 12036688. OLE color: 12036688.
HSL color Cylindrical-coordinate representation of color #50AAB7: hue angle of 187.57º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #50AAB7 is Cyan = 0.56, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 80 | 170 | 183 | - |
| CMYK | 0.56 | 0.07 | 0 | 0.28 |
| HSL | 187.57º | 0.42% | 0.52% | - |
| HSV(B) | 187.57º | 0.56% | 0.72% | - |
| XYZ | 26.23 | 33.87 | 49.96 | - |
| YUV | 144.57 | 149.68 | 81.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 170 | 183 | 0.56 | 0.07 | 0 | 0.28 | 187.57 | 0.42 | 0.52 |
| Hex | 50 | AA | B7 | 38 | 7 | 0 | 1C | BC | 2A | 34 |
| Octal | 120 | 252 | 267 | 70 | 7 | 0 | 34 | 274 | 52 | 64 |
| Binary | 1010000 | 10101010 | 10110111 | 111000 | 111 | 0 | 11100 | 10111100 | 101010 | 110100 |
Color Harmonies of #50AAB7
Complementary color
Monochromatic Colors of #50AAB7
Black with #50AAB7
Text Example
Text Example
White with #50AAB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50AAB7; }
p { color: rgb(80,170,183); }
H1.HeaderClassName
{
color: #50AAB7;
}
.AnyTagClassName
{
color: #50AAB7;
}
</style>
background-color css
<style>
a { background-color: #50AAB7; }
a { background-color: rgb(80,170,183); }
div.DivClassName
{
background-color: #50AAB7;
}
.BgClassName
{
background-color: #50AAB7;
}
</style>
border-color css
<style>
span { border-color: #50AAB7; }
span { border-color: rgb(80,170,183); }
td.TdClassName
{
border-color: #50AAB7;
}
.TagClassName
{
border-color: #50AAB7;
}
</style>