Shades of Viking #50BEC5
Tints of Viking #50BEC5
RGB
CMYK
RGB Variations
Color information
#50BEC5 (or 0x50BEC5) is known color: Viking. HEX triplet: 50, BE and C5. RGB value is (80,190,197). Sum of RGB (Red+Green+Blue) = 80+190+197=467 (61% of max value = 765). Red value is 80 (31.64% from 255 or 17.13% from 467); Green value is 190 (74.61% from 255 or 40.69% from 467); Blue value is 197 (77.34% from 255 or 42.18% from 467); Max value from RGB is 197 - color contains mainly: blue. Hex color #50BEC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50BEC5 is #AF413A. Grayscale: #9D9D9D. Windows color (decimal): -11485499 or 12959312. OLE color: 12959312.
HSL color Cylindrical-coordinate representation of color #50BEC5: hue angle of 183.59º 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 #50BEC5 is Cyan = 0.59, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 80 | 190 | 197 | - |
| CMYK | 0.59 | 0.04 | 0 | 0.23 |
| HSL | 183.59º | 0.5% | 0.54% | - |
| HSV(B) | 183.59º | 0.59% | 0.77% | - |
| XYZ | 31.8 | 42.56 | 59.36 | - |
| YUV | 157.91 | 150.06 | 72.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 190 | 197 | 0.59 | 0.04 | 0 | 0.23 | 183.59 | 0.5 | 0.54 |
| Hex | 50 | BE | C5 | 3B | 4 | 0 | 17 | B8 | 32 | 36 |
| Octal | 120 | 276 | 305 | 73 | 4 | 0 | 27 | 270 | 62 | 66 |
| Binary | 1010000 | 10111110 | 11000101 | 111011 | 100 | 0 | 10111 | 10111000 | 110010 | 110110 |
Color Harmonies of #50BEC5
Complementary color
Monochromatic Colors of #50BEC5
Black with #50BEC5
Text Example
Text Example
White with #50BEC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50BEC5; }
p { color: rgb(80,190,197); }
H1.HeaderClassName
{
color: #50BEC5;
}
.AnyTagClassName
{
color: #50BEC5;
}
</style>
background-color css
<style>
a { background-color: #50BEC5; }
a { background-color: rgb(80,190,197); }
div.DivClassName
{
background-color: #50BEC5;
}
.BgClassName
{
background-color: #50BEC5;
}
</style>
border-color css
<style>
span { border-color: #50BEC5; }
span { border-color: rgb(80,190,197); }
td.TdClassName
{
border-color: #50BEC5;
}
.TagClassName
{
border-color: #50BEC5;
}
</style>