Shades of Viking #50B5BA
Tints of Viking #50B5BA
RGB
CMYK
RGB Variations
Color information
#50B5BA (or 0x50B5BA) is known color: Viking. HEX triplet: 50, B5 and BA. RGB value is (80,181,186). Sum of RGB (Red+Green+Blue) = 80+181+186=447 (59% of max value = 765). Red value is 80 (31.64% from 255 or 17.90% from 447); Green value is 181 (71.09% from 255 or 40.49% from 447); Blue value is 186 (73.05% from 255 or 41.61% from 447); Max value from RGB is 186 - color contains mainly: blue. Hex color #50B5BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50B5BA is #AF4A45. Grayscale: #979797. Windows color (decimal): -11487814 or 12236112. OLE color: 12236112.
HSL color Cylindrical-coordinate representation of color #50B5BA: hue angle of 182.83º 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 #50B5BA is Cyan = 0.57, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 80 | 181 | 186 | - |
| CMYK | 0.57 | 0.03 | 0 | 0.27 |
| HSL | 182.83º | 0.43% | 0.52% | - |
| HSV(B) | 182.83º | 0.57% | 0.73% | - |
| XYZ | 28.7 | 38.3 | 52.33 | - |
| YUV | 151.37 | 147.54 | 77.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 181 | 186 | 0.57 | 0.03 | 0 | 0.27 | 182.83 | 0.43 | 0.52 |
| Hex | 50 | B5 | BA | 39 | 3 | 0 | 1B | B7 | 2B | 34 |
| Octal | 120 | 265 | 272 | 71 | 3 | 0 | 33 | 267 | 53 | 64 |
| Binary | 1010000 | 10110101 | 10111010 | 111001 | 11 | 0 | 11011 | 10110111 | 101011 | 110100 |
Color Harmonies of #50B5BA
Complementary color
Monochromatic Colors of #50B5BA
Black with #50B5BA
Text Example
Text Example
White with #50B5BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50B5BA; }
p { color: rgb(80,181,186); }
H1.HeaderClassName
{
color: #50B5BA;
}
.AnyTagClassName
{
color: #50B5BA;
}
</style>
background-color css
<style>
a { background-color: #50B5BA; }
a { background-color: rgb(80,181,186); }
div.DivClassName
{
background-color: #50B5BA;
}
.BgClassName
{
background-color: #50B5BA;
}
</style>
border-color css
<style>
span { border-color: #50B5BA; }
span { border-color: rgb(80,181,186); }
td.TdClassName
{
border-color: #50B5BA;
}
.TagClassName
{
border-color: #50B5BA;
}
</style>