Shades of Viking #50B5CE
Tints of Viking #50B5CE
RGB
CMYK
RGB Variations
Color information
#50B5CE (or 0x50B5CE) is known color: Viking. HEX triplet: 50, B5 and CE. RGB value is (80,181,206). Sum of RGB (Red+Green+Blue) = 80+181+206=467 (61% of max value = 765). Red value is 80 (31.64% from 255 or 17.13% from 467); Green value is 181 (71.09% from 255 or 38.76% from 467); Blue value is 206 (80.86% from 255 or 44.11% from 467); Max value from RGB is 206 - color contains mainly: blue. Hex color #50B5CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50B5CE is #AF4A31. Grayscale: #999999. Windows color (decimal): -11487794 or 13546832. OLE color: 13546832.
HSL color Cylindrical-coordinate representation of color #50B5CE: hue angle of 191.9º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #50B5CE is Cyan = 0.61, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 80 | 181 | 206 | - |
| CMYK | 0.61 | 0.12 | 0 | 0.19 |
| HSL | 191.9º | 0.56% | 0.56% | - |
| HSV(B) | 191.9º | 0.61% | 0.81% | - |
| XYZ | 30.97 | 39.21 | 64.33 | - |
| YUV | 153.65 | 157.54 | 75.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 181 | 206 | 0.61 | 0.12 | 0 | 0.19 | 191.9 | 0.56 | 0.56 |
| Hex | 50 | B5 | CE | 3D | C | 0 | 13 | C0 | 38 | 38 |
| Octal | 120 | 265 | 316 | 75 | 14 | 0 | 23 | 300 | 70 | 70 |
| Binary | 1010000 | 10110101 | 11001110 | 111101 | 1100 | 0 | 10011 | 11000000 | 111000 | 111000 |
Color Harmonies of #50B5CE
Complementary color
Monochromatic Colors of #50B5CE
Black with #50B5CE
Text Example
Text Example
White with #50B5CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50B5CE; }
p { color: rgb(80,181,206); }
H1.HeaderClassName
{
color: #50B5CE;
}
.AnyTagClassName
{
color: #50B5CE;
}
</style>
background-color css
<style>
a { background-color: #50B5CE; }
a { background-color: rgb(80,181,206); }
div.DivClassName
{
background-color: #50B5CE;
}
.BgClassName
{
background-color: #50B5CE;
}
</style>
border-color css
<style>
span { border-color: #50B5CE; }
span { border-color: rgb(80,181,206); }
td.TdClassName
{
border-color: #50B5CE;
}
.TagClassName
{
border-color: #50B5CE;
}
</style>