Shades of Viking #50B2CD
Tints of Viking #50B2CD
RGB
CMYK
RGB Variations
Color information
#50B2CD (or 0x50B2CD) is known color: Viking. HEX triplet: 50, B2 and CD. RGB value is (80,178,205). Sum of RGB (Red+Green+Blue) = 80+178+205=463 (61% of max value = 765). Red value is 80 (31.64% from 255 or 17.28% from 463); Green value is 178 (69.92% from 255 or 38.44% from 463); Blue value is 205 (80.47% from 255 or 44.28% from 463); Max value from RGB is 205 - color contains mainly: blue. Hex color #50B2CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #50B2CD is #AF4D32. Grayscale: #979797. Windows color (decimal): -11488563 or 13480528. OLE color: 13480528.
HSL color Cylindrical-coordinate representation of color #50B2CD: hue angle of 192.96º degrees, saturation: 0.56, 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 #50B2CD is Cyan = 0.61, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 80 | 178 | 205 | - |
| CMYK | 0.61 | 0.13 | 0 | 0.20 |
| HSL | 192.96º | 0.56% | 0.56% | - |
| HSV(B) | 192.96º | 0.61% | 0.8% | - |
| XYZ | 30.25 | 37.95 | 63.49 | - |
| YUV | 151.78 | 158.03 | 76.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 178 | 205 | 0.61 | 0.13 | 0 | 0.20 | 192.96 | 0.56 | 0.56 |
| Hex | 50 | B2 | CD | 3D | D | 0 | 14 | C1 | 38 | 38 |
| Octal | 120 | 262 | 315 | 75 | 15 | 0 | 24 | 301 | 70 | 70 |
| Binary | 1010000 | 10110010 | 11001101 | 111101 | 1101 | 0 | 10100 | 11000001 | 111000 | 111000 |
Color Harmonies of #50B2CD
Complementary color
Monochromatic Colors of #50B2CD
Black with #50B2CD
Text Example
Text Example
White with #50B2CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50B2CD; }
p { color: rgb(80,178,205); }
H1.HeaderClassName
{
color: #50B2CD;
}
.AnyTagClassName
{
color: #50B2CD;
}
</style>
background-color css
<style>
a { background-color: #50B2CD; }
a { background-color: rgb(80,178,205); }
div.DivClassName
{
background-color: #50B2CD;
}
.BgClassName
{
background-color: #50B2CD;
}
</style>
border-color css
<style>
span { border-color: #50B2CD; }
span { border-color: rgb(80,178,205); }
td.TdClassName
{
border-color: #50B2CD;
}
.TagClassName
{
border-color: #50B2CD;
}
</style>