Shades of Viking #50AFBE
Tints of Viking #50AFBE
RGB
CMYK
RGB Variations
Color information
#50AFBE (or 0x50AFBE) is known color: Viking. HEX triplet: 50, AF and BE. RGB value is (80,175,190). Sum of RGB (Red+Green+Blue) = 80+175+190=445 (58% of max value = 765). Red value is 80 (31.64% from 255 or 17.98% from 445); Green value is 175 (68.75% from 255 or 39.33% from 445); Blue value is 190 (74.61% from 255 or 42.70% from 445); Max value from RGB is 190 - color contains mainly: blue. Hex color #50AFBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #50AFBE is #AF5041. Grayscale: #949494. Windows color (decimal): -11489346 or 12496720. OLE color: 12496720.
HSL color Cylindrical-coordinate representation of color #50AFBE: hue angle of 188.18º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #50AFBE is Cyan = 0.58, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 80 | 175 | 190 | - |
| CMYK | 0.58 | 0.08 | 0 | 0.25 |
| HSL | 188.18º | 0.46% | 0.53% | - |
| HSV(B) | 188.18º | 0.58% | 0.75% | - |
| XYZ | 27.93 | 36.08 | 54.21 | - |
| YUV | 148.31 | 151.53 | 79.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 175 | 190 | 0.58 | 0.08 | 0 | 0.25 | 188.18 | 0.46 | 0.53 |
| Hex | 50 | AF | BE | 3A | 8 | 0 | 19 | BC | 2E | 35 |
| Octal | 120 | 257 | 276 | 72 | 10 | 0 | 31 | 274 | 56 | 65 |
| Binary | 1010000 | 10101111 | 10111110 | 111010 | 1000 | 0 | 11001 | 10111100 | 101110 | 110101 |
Color Harmonies of #50AFBE
Complementary color
Monochromatic Colors of #50AFBE
Black with #50AFBE
Text Example
Text Example
White with #50AFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50AFBE; }
p { color: rgb(80,175,190); }
H1.HeaderClassName
{
color: #50AFBE;
}
.AnyTagClassName
{
color: #50AFBE;
}
</style>
background-color css
<style>
a { background-color: #50AFBE; }
a { background-color: rgb(80,175,190); }
div.DivClassName
{
background-color: #50AFBE;
}
.BgClassName
{
background-color: #50AFBE;
}
</style>
border-color css
<style>
span { border-color: #50AFBE; }
span { border-color: rgb(80,175,190); }
td.TdClassName
{
border-color: #50AFBE;
}
.TagClassName
{
border-color: #50AFBE;
}
</style>