Shades of Viking #50AFB7
Tints of Viking #50AFB7
RGB
CMYK
RGB Variations
Color information
#50AFB7 (or 0x50AFB7) is known color: Viking. HEX triplet: 50, AF and B7. RGB value is (80,175,183). Sum of RGB (Red+Green+Blue) = 80+175+183=438 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.26% from 438); Green value is 175 (68.75% from 255 or 39.95% from 438); Blue value is 183 (71.88% from 255 or 41.78% from 438); Max value from RGB is 183 - color contains mainly: blue. Hex color #50AFB7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #50AFB7 is #AF5048. Grayscale: #939393. Windows color (decimal): -11489353 or 12037968. OLE color: 12037968.
HSL color Cylindrical-coordinate representation of color #50AFB7: hue angle of 184.66º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #50AFB7 is Cyan = 0.56, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 80 | 175 | 183 | - |
| CMYK | 0.56 | 0.04 | 0 | 0.28 |
| HSL | 184.66º | 0.42% | 0.52% | - |
| HSV(B) | 184.66º | 0.56% | 0.72% | - |
| XYZ | 27.19 | 35.78 | 50.27 | - |
| YUV | 147.51 | 148.03 | 79.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 175 | 183 | 0.56 | 0.04 | 0 | 0.28 | 184.66 | 0.42 | 0.52 |
| Hex | 50 | AF | B7 | 38 | 4 | 0 | 1C | B9 | 2A | 34 |
| Octal | 120 | 257 | 267 | 70 | 4 | 0 | 34 | 271 | 52 | 64 |
| Binary | 1010000 | 10101111 | 10110111 | 111000 | 100 | 0 | 11100 | 10111001 | 101010 | 110100 |
Color Harmonies of #50AFB7
Complementary color
Monochromatic Colors of #50AFB7
Black with #50AFB7
Text Example
Text Example
White with #50AFB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50AFB7; }
p { color: rgb(80,175,183); }
H1.HeaderClassName
{
color: #50AFB7;
}
.AnyTagClassName
{
color: #50AFB7;
}
</style>
background-color css
<style>
a { background-color: #50AFB7; }
a { background-color: rgb(80,175,183); }
div.DivClassName
{
background-color: #50AFB7;
}
.BgClassName
{
background-color: #50AFB7;
}
</style>
border-color css
<style>
span { border-color: #50AFB7; }
span { border-color: rgb(80,175,183); }
td.TdClassName
{
border-color: #50AFB7;
}
.TagClassName
{
border-color: #50AFB7;
}
</style>