Shades of Viking #50ADB9
Tints of Viking #50ADB9
RGB
CMYK
RGB Variations
Color information
#50ADB9 (or 0x50ADB9) is known color: Viking. HEX triplet: 50, AD and B9. RGB value is (80,173,185). Sum of RGB (Red+Green+Blue) = 80+173+185=438 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.26% from 438); Green value is 173 (67.97% from 255 or 39.50% from 438); Blue value is 185 (72.66% from 255 or 42.24% from 438); Max value from RGB is 185 - color contains mainly: blue. Hex color #50ADB9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #50ADB9 is #AF5246. Grayscale: #929292. Windows color (decimal): -11489863 or 12168528. OLE color: 12168528.
HSL color Cylindrical-coordinate representation of color #50ADB9: hue angle of 186.86º degrees, saturation: 0.43, 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 #50ADB9 is Cyan = 0.57, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 80 | 173 | 185 | - |
| CMYK | 0.57 | 0.06 | 0 | 0.27 |
| HSL | 186.86º | 0.43% | 0.52% | - |
| HSV(B) | 186.86º | 0.57% | 0.73% | - |
| XYZ | 27.01 | 35.1 | 51.25 | - |
| YUV | 146.56 | 149.69 | 80.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 173 | 185 | 0.57 | 0.06 | 0 | 0.27 | 186.86 | 0.43 | 0.52 |
| Hex | 50 | AD | B9 | 39 | 6 | 0 | 1B | BB | 2B | 34 |
| Octal | 120 | 255 | 271 | 71 | 6 | 0 | 33 | 273 | 53 | 64 |
| Binary | 1010000 | 10101101 | 10111001 | 111001 | 110 | 0 | 11011 | 10111011 | 101011 | 110100 |
Color Harmonies of #50ADB9
Complementary color
Monochromatic Colors of #50ADB9
Black with #50ADB9
Text Example
Text Example
White with #50ADB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50ADB9; }
p { color: rgb(80,173,185); }
H1.HeaderClassName
{
color: #50ADB9;
}
.AnyTagClassName
{
color: #50ADB9;
}
</style>
background-color css
<style>
a { background-color: #50ADB9; }
a { background-color: rgb(80,173,185); }
div.DivClassName
{
background-color: #50ADB9;
}
.BgClassName
{
background-color: #50ADB9;
}
</style>
border-color css
<style>
span { border-color: #50ADB9; }
span { border-color: rgb(80,173,185); }
td.TdClassName
{
border-color: #50ADB9;
}
.TagClassName
{
border-color: #50ADB9;
}
</style>