Shades of Viking #50ADD5
Tints of Viking #50ADD5
RGB
CMYK
RGB Variations
Color information
#50ADD5 (or 0x50ADD5) is known color: Viking. HEX triplet: 50, AD and D5. RGB value is (80,173,213). Sum of RGB (Red+Green+Blue) = 80+173+213=466 (61% of max value = 765). Red value is 80 (31.64% from 255 or 17.17% from 466); Green value is 173 (67.97% from 255 or 37.12% from 466); Blue value is 213 (83.59% from 255 or 45.71% from 466); Max value from RGB is 213 - color contains mainly: blue. Hex color #50ADD5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #50ADD5 is #AF522A. Grayscale: #959595. Windows color (decimal): -11489835 or 14003536. OLE color: 14003536.
HSL color Cylindrical-coordinate representation of color #50ADD5: hue angle of 198.05º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #50ADD5 is Cyan = 0.62, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 80 | 173 | 213 | - |
| CMYK | 0.62 | 0.19 | 0 | 0.16 |
| HSL | 198.05º | 0.61% | 0.57% | - |
| HSV(B) | 198.05º | 0.62% | 0.84% | - |
| XYZ | 30.26 | 36.4 | 68.38 | - |
| YUV | 149.75 | 163.69 | 78.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 173 | 213 | 0.62 | 0.19 | 0 | 0.16 | 198.05 | 0.61 | 0.57 |
| Hex | 50 | AD | D5 | 3E | 13 | 0 | 10 | C6 | 3D | 39 |
| Octal | 120 | 255 | 325 | 76 | 23 | 0 | 20 | 306 | 75 | 71 |
| Binary | 1010000 | 10101101 | 11010101 | 111110 | 10011 | 0 | 10000 | 11000110 | 111101 | 111001 |
Color Harmonies of #50ADD5
Complementary color
Monochromatic Colors of #50ADD5
Black with #50ADD5
Text Example
Text Example
White with #50ADD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50ADD5; }
p { color: rgb(80,173,213); }
H1.HeaderClassName
{
color: #50ADD5;
}
.AnyTagClassName
{
color: #50ADD5;
}
</style>
background-color css
<style>
a { background-color: #50ADD5; }
a { background-color: rgb(80,173,213); }
div.DivClassName
{
background-color: #50ADD5;
}
.BgClassName
{
background-color: #50ADD5;
}
</style>
border-color css
<style>
span { border-color: #50ADD5; }
span { border-color: rgb(80,173,213); }
td.TdClassName
{
border-color: #50ADD5;
}
.TagClassName
{
border-color: #50ADD5;
}
</style>