Shades of Viking #50A8CC
Tints of Viking #50A8CC
RGB
CMYK
RGB Variations
Color information
#50A8CC (or 0x50A8CC) is known color: Viking. HEX triplet: 50, A8 and CC. RGB value is (80,168,204). Sum of RGB (Red+Green+Blue) = 80+168+204=452 (59% of max value = 765). Red value is 80 (31.64% from 255 or 17.70% from 452); Green value is 168 (66.02% from 255 or 37.17% from 452); Blue value is 204 (80.08% from 255 or 45.13% from 452); Max value from RGB is 204 - color contains mainly: blue. Hex color #50A8CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #50A8CC is #AF5733. Grayscale: #919191. Windows color (decimal): -11491124 or 13412432. OLE color: 13412432.
HSL color Cylindrical-coordinate representation of color #50A8CC: hue angle of 197.42º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #50A8CC is Cyan = 0.61, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 80 | 168 | 204 | - |
| CMYK | 0.61 | 0.18 | 0 | 0.2 |
| HSL | 197.42º | 0.55% | 0.56% | - |
| HSV(B) | 197.42º | 0.61% | 0.8% | - |
| XYZ | 28.21 | 34.07 | 62.22 | - |
| YUV | 145.79 | 160.85 | 81.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 168 | 204 | 0.61 | 0.18 | 0 | 0.2 | 197.42 | 0.55 | 0.56 |
| Hex | 50 | A8 | CC | 3D | 12 | 0 | 14 | C5 | 37 | 38 |
| Octal | 120 | 250 | 314 | 75 | 22 | 0 | 24 | 305 | 67 | 70 |
| Binary | 1010000 | 10101000 | 11001100 | 111101 | 10010 | 0 | 10100 | 11000101 | 110111 | 111000 |
Color Harmonies of #50A8CC
Complementary color
Monochromatic Colors of #50A8CC
Black with #50A8CC
Text Example
Text Example
White with #50A8CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50A8CC; }
p { color: rgb(80,168,204); }
H1.HeaderClassName
{
color: #50A8CC;
}
.AnyTagClassName
{
color: #50A8CC;
}
</style>
background-color css
<style>
a { background-color: #50A8CC; }
a { background-color: rgb(80,168,204); }
div.DivClassName
{
background-color: #50A8CC;
}
.BgClassName
{
background-color: #50A8CC;
}
</style>
border-color css
<style>
span { border-color: #50A8CC; }
span { border-color: rgb(80,168,204); }
td.TdClassName
{
border-color: #50A8CC;
}
.TagClassName
{
border-color: #50A8CC;
}
</style>