Shades of Viking #50B5CC
Tints of Viking #50B5CC
RGB
CMYK
RGB Variations
Color information
#50B5CC (or 0x50B5CC) is known color: Viking. HEX triplet: 50, B5 and CC. RGB value is (80,181,204). Sum of RGB (Red+Green+Blue) = 80+181+204=465 (61% of max value = 765). Red value is 80 (31.64% from 255 or 17.20% from 465); Green value is 181 (71.09% from 255 or 38.92% from 465); Blue value is 204 (80.08% from 255 or 43.87% from 465); Max value from RGB is 204 - color contains mainly: blue. Hex color #50B5CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50B5CC is #AF4A33. Grayscale: #999999. Windows color (decimal): -11487796 or 13415760. OLE color: 13415760.
HSL color Cylindrical-coordinate representation of color #50B5CC: hue angle of 191.13º 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 #50B5CC is Cyan = 0.61, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 80 | 181 | 204 | - |
| CMYK | 0.61 | 0.11 | 0 | 0.2 |
| HSL | 191.13º | 0.55% | 0.56% | - |
| HSV(B) | 191.13º | 0.61% | 0.8% | - |
| XYZ | 30.73 | 39.11 | 63.06 | - |
| YUV | 153.42 | 156.54 | 75.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 181 | 204 | 0.61 | 0.11 | 0 | 0.2 | 191.13 | 0.55 | 0.56 |
| Hex | 50 | B5 | CC | 3D | B | 0 | 14 | BF | 37 | 38 |
| Octal | 120 | 265 | 314 | 75 | 13 | 0 | 24 | 277 | 67 | 70 |
| Binary | 1010000 | 10110101 | 11001100 | 111101 | 1011 | 0 | 10100 | 10111111 | 110111 | 111000 |
Color Harmonies of #50B5CC
Complementary color
Monochromatic Colors of #50B5CC
Black with #50B5CC
Text Example
Text Example
White with #50B5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50B5CC; }
p { color: rgb(80,181,204); }
H1.HeaderClassName
{
color: #50B5CC;
}
.AnyTagClassName
{
color: #50B5CC;
}
</style>
background-color css
<style>
a { background-color: #50B5CC; }
a { background-color: rgb(80,181,204); }
div.DivClassName
{
background-color: #50B5CC;
}
.BgClassName
{
background-color: #50B5CC;
}
</style>
border-color css
<style>
span { border-color: #50B5CC; }
span { border-color: rgb(80,181,204); }
td.TdClassName
{
border-color: #50B5CC;
}
.TagClassName
{
border-color: #50B5CC;
}
</style>