Shades of Viking #50ADBB
Tints of Viking #50ADBB
RGB
CMYK
RGB Variations
Color information
#50ADBB (or 0x50ADBB) is known color: Viking. HEX triplet: 50, AD and BB. RGB value is (80,173,187). Sum of RGB (Red+Green+Blue) = 80+173+187=440 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.18% from 440); Green value is 173 (67.97% from 255 or 39.32% from 440); Blue value is 187 (73.44% from 255 or 42.5% from 440); Max value from RGB is 187 - color contains mainly: blue. Hex color #50ADBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #50ADBB is #AF5244. Grayscale: #929292. Windows color (decimal): -11489861 or 12299600. OLE color: 12299600.
HSL color Cylindrical-coordinate representation of color #50ADBB: hue angle of 187.85º 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 #50ADBB is Cyan = 0.57, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 80 | 173 | 187 | - |
| CMYK | 0.57 | 0.07 | 0 | 0.27 |
| HSL | 187.85º | 0.44% | 0.52% | - |
| HSV(B) | 187.85º | 0.57% | 0.73% | - |
| XYZ | 27.22 | 35.18 | 52.37 | - |
| YUV | 146.79 | 150.69 | 80.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 173 | 187 | 0.57 | 0.07 | 0 | 0.27 | 187.85 | 0.44 | 0.52 |
| Hex | 50 | AD | BB | 39 | 7 | 0 | 1B | BC | 2C | 34 |
| Octal | 120 | 255 | 273 | 71 | 7 | 0 | 33 | 274 | 54 | 64 |
| Binary | 1010000 | 10101101 | 10111011 | 111001 | 111 | 0 | 11011 | 10111100 | 101100 | 110100 |
Color Harmonies of #50ADBB
Complementary color
Monochromatic Colors of #50ADBB
Black with #50ADBB
Text Example
Text Example
White with #50ADBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50ADBB; }
p { color: rgb(80,173,187); }
H1.HeaderClassName
{
color: #50ADBB;
}
.AnyTagClassName
{
color: #50ADBB;
}
</style>
background-color css
<style>
a { background-color: #50ADBB; }
a { background-color: rgb(80,173,187); }
div.DivClassName
{
background-color: #50ADBB;
}
.BgClassName
{
background-color: #50ADBB;
}
</style>
border-color css
<style>
span { border-color: #50ADBB; }
span { border-color: rgb(80,173,187); }
td.TdClassName
{
border-color: #50ADBB;
}
.TagClassName
{
border-color: #50ADBB;
}
</style>