Shades of Viking #50A6CA
Tints of Viking #50A6CA
RGB
CMYK
RGB Variations
Color information
#50A6CA (or 0x50A6CA) is known color: Viking. HEX triplet: 50, A6 and CA. RGB value is (80,166,202). Sum of RGB (Red+Green+Blue) = 80+166+202=448 (59% of max value = 765). Red value is 80 (31.64% from 255 or 17.86% from 448); Green value is 166 (65.23% from 255 or 37.05% from 448); Blue value is 202 (79.30% from 255 or 45.09% from 448); Max value from RGB is 202 - color contains mainly: blue. Hex color #50A6CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #50A6CA is #AF5935. Grayscale: #909090. Windows color (decimal): -11491638 or 13280848. OLE color: 13280848.
HSL color Cylindrical-coordinate representation of color #50A6CA: hue angle of 197.7º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #50A6CA is Cyan = 0.60, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 80 | 166 | 202 | - |
| CMYK | 0.60 | 0.18 | 0 | 0.21 |
| HSL | 197.7º | 0.54% | 0.55% | - |
| HSV(B) | 197.7º | 0.6% | 0.79% | - |
| XYZ | 27.61 | 33.24 | 60.84 | - |
| YUV | 144.39 | 160.51 | 82.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 166 | 202 | 0.60 | 0.18 | 0 | 0.21 | 197.7 | 0.54 | 0.55 |
| Hex | 50 | A6 | CA | 3C | 12 | 0 | 15 | C6 | 36 | 37 |
| Octal | 120 | 246 | 312 | 74 | 22 | 0 | 25 | 306 | 66 | 67 |
| Binary | 1010000 | 10100110 | 11001010 | 111100 | 10010 | 0 | 10101 | 11000110 | 110110 | 110111 |
Color Harmonies of #50A6CA
Complementary color
Monochromatic Colors of #50A6CA
Black with #50A6CA
Text Example
Text Example
White with #50A6CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50A6CA; }
p { color: rgb(80,166,202); }
H1.HeaderClassName
{
color: #50A6CA;
}
.AnyTagClassName
{
color: #50A6CA;
}
</style>
background-color css
<style>
a { background-color: #50A6CA; }
a { background-color: rgb(80,166,202); }
div.DivClassName
{
background-color: #50A6CA;
}
.BgClassName
{
background-color: #50A6CA;
}
</style>
border-color css
<style>
span { border-color: #50A6CA; }
span { border-color: rgb(80,166,202); }
td.TdClassName
{
border-color: #50A6CA;
}
.TagClassName
{
border-color: #50A6CA;
}
</style>