Shades of Viking #50AFBB
Tints of Viking #50AFBB
RGB
CMYK
RGB Variations
Color information
#50AFBB (or 0x50AFBB) is known color: Viking. HEX triplet: 50, AF and BB. RGB value is (80,175,187). Sum of RGB (Red+Green+Blue) = 80+175+187=442 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.10% from 442); Green value is 175 (68.75% from 255 or 39.59% from 442); Blue value is 187 (73.44% from 255 or 42.31% from 442); Max value from RGB is 187 - color contains mainly: blue. Hex color #50AFBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #50AFBB is #AF5044. Grayscale: #939393. Windows color (decimal): -11489349 or 12300112. OLE color: 12300112.
HSL color Cylindrical-coordinate representation of color #50AFBB: hue angle of 186.73º 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 #50AFBB is Cyan = 0.57, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 80 | 175 | 187 | - |
| CMYK | 0.57 | 0.06 | 0 | 0.27 |
| HSL | 186.73º | 0.44% | 0.52% | - |
| HSV(B) | 186.73º | 0.57% | 0.73% | - |
| XYZ | 27.61 | 35.95 | 52.5 | - |
| YUV | 147.96 | 150.03 | 79.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 175 | 187 | 0.57 | 0.06 | 0 | 0.27 | 186.73 | 0.44 | 0.52 |
| Hex | 50 | AF | BB | 39 | 6 | 0 | 1B | BB | 2C | 34 |
| Octal | 120 | 257 | 273 | 71 | 6 | 0 | 33 | 273 | 54 | 64 |
| Binary | 1010000 | 10101111 | 10111011 | 111001 | 110 | 0 | 11011 | 10111011 | 101100 | 110100 |
Color Harmonies of #50AFBB
Complementary color
Monochromatic Colors of #50AFBB
Black with #50AFBB
Text Example
Text Example
White with #50AFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50AFBB; }
p { color: rgb(80,175,187); }
H1.HeaderClassName
{
color: #50AFBB;
}
.AnyTagClassName
{
color: #50AFBB;
}
</style>
background-color css
<style>
a { background-color: #50AFBB; }
a { background-color: rgb(80,175,187); }
div.DivClassName
{
background-color: #50AFBB;
}
.BgClassName
{
background-color: #50AFBB;
}
</style>
border-color css
<style>
span { border-color: #50AFBB; }
span { border-color: rgb(80,175,187); }
td.TdClassName
{
border-color: #50AFBB;
}
.TagClassName
{
border-color: #50AFBB;
}
</style>