Shades of Viking #50B2C4
Tints of Viking #50B2C4
RGB
CMYK
RGB Variations
Color information
#50B2C4 (or 0x50B2C4) is known color: Viking. HEX triplet: 50, B2 and C4. RGB value is (80,178,196). Sum of RGB (Red+Green+Blue) = 80+178+196=454 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.62% from 454); Green value is 178 (69.92% from 255 or 39.21% from 454); Blue value is 196 (76.95% from 255 or 43.17% from 454); Max value from RGB is 196 - color contains mainly: blue. Hex color #50B2C4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #50B2C4 is #AF4D3B. Grayscale: #969696. Windows color (decimal): -11488572 or 12890704. OLE color: 12890704.
HSL color Cylindrical-coordinate representation of color #50B2C4: hue angle of 189.31º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #50B2C4 is Cyan = 0.59, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 80 | 178 | 196 | - |
| CMYK | 0.59 | 0.09 | 0 | 0.23 |
| HSL | 189.31º | 0.5% | 0.54% | - |
| HSV(B) | 189.31º | 0.59% | 0.77% | - |
| XYZ | 29.19 | 37.53 | 57.93 | - |
| YUV | 150.75 | 153.53 | 77.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 178 | 196 | 0.59 | 0.09 | 0 | 0.23 | 189.31 | 0.5 | 0.54 |
| Hex | 50 | B2 | C4 | 3B | 9 | 0 | 17 | BD | 32 | 36 |
| Octal | 120 | 262 | 304 | 73 | 11 | 0 | 27 | 275 | 62 | 66 |
| Binary | 1010000 | 10110010 | 11000100 | 111011 | 1001 | 0 | 10111 | 10111101 | 110010 | 110110 |
Color Harmonies of #50B2C4
Complementary color
Monochromatic Colors of #50B2C4
Black with #50B2C4
Text Example
Text Example
White with #50B2C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50B2C4; }
p { color: rgb(80,178,196); }
H1.HeaderClassName
{
color: #50B2C4;
}
.AnyTagClassName
{
color: #50B2C4;
}
</style>
background-color css
<style>
a { background-color: #50B2C4; }
a { background-color: rgb(80,178,196); }
div.DivClassName
{
background-color: #50B2C4;
}
.BgClassName
{
background-color: #50B2C4;
}
</style>
border-color css
<style>
span { border-color: #50B2C4; }
span { border-color: rgb(80,178,196); }
td.TdClassName
{
border-color: #50B2C4;
}
.TagClassName
{
border-color: #50B2C4;
}
</style>