Shades of Viking #50AABB
Tints of Viking #50AABB
RGB
CMYK
RGB Variations
Color information
#50AABB (or 0x50AABB) is known color: Viking. HEX triplet: 50, AA and BB. RGB value is (80,170,187). Sum of RGB (Red+Green+Blue) = 80+170+187=437 (57% of max value = 765). Red value is 80 (31.64% from 255 or 18.31% from 437); Green value is 170 (66.80% from 255 or 38.90% from 437); Blue value is 187 (73.44% from 255 or 42.79% from 437); Max value from RGB is 187 - color contains mainly: blue. Hex color #50AABB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #50AABB is #AF5544. Grayscale: #909090. Windows color (decimal): -11490629 or 12298832. OLE color: 12298832.
HSL color Cylindrical-coordinate representation of color #50AABB: hue angle of 189.53º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #50AABB is Cyan = 0.57, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 80 | 170 | 187 | - |
| CMYK | 0.57 | 0.09 | 0 | 0.27 |
| HSL | 189.53º | 0.44% | 0.52% | - |
| HSV(B) | 189.53º | 0.57% | 0.73% | - |
| XYZ | 26.65 | 34.04 | 52.18 | - |
| YUV | 145.03 | 151.68 | 81.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 170 | 187 | 0.57 | 0.09 | 0 | 0.27 | 189.53 | 0.44 | 0.52 |
| Hex | 50 | AA | BB | 39 | 9 | 0 | 1B | BE | 2C | 34 |
| Octal | 120 | 252 | 273 | 71 | 11 | 0 | 33 | 276 | 54 | 64 |
| Binary | 1010000 | 10101010 | 10111011 | 111001 | 1001 | 0 | 11011 | 10111110 | 101100 | 110100 |
Color Harmonies of #50AABB
Complementary color
Monochromatic Colors of #50AABB
Black with #50AABB
Text Example
Text Example
White with #50AABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50AABB; }
p { color: rgb(80,170,187); }
H1.HeaderClassName
{
color: #50AABB;
}
.AnyTagClassName
{
color: #50AABB;
}
</style>
background-color css
<style>
a { background-color: #50AABB; }
a { background-color: rgb(80,170,187); }
div.DivClassName
{
background-color: #50AABB;
}
.BgClassName
{
background-color: #50AABB;
}
</style>
border-color css
<style>
span { border-color: #50AABB; }
span { border-color: rgb(80,170,187); }
td.TdClassName
{
border-color: #50AABB;
}
.TagClassName
{
border-color: #50AABB;
}
</style>