Shades of Viking #50B5CA
Tints of Viking #50B5CA
RGB
CMYK
RGB Variations
Color information
#50B5CA (or 0x50B5CA) is known color: Viking. HEX triplet: 50, B5 and CA. RGB value is (80,181,202). Sum of RGB (Red+Green+Blue) = 80+181+202=463 (61% of max value = 765). Red value is 80 (31.64% from 255 or 17.28% from 463); Green value is 181 (71.09% from 255 or 39.09% from 463); Blue value is 202 (79.30% from 255 or 43.63% from 463); Max value from RGB is 202 - color contains mainly: blue. Hex color #50B5CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50B5CA is #AF4A35. Grayscale: #999999. Windows color (decimal): -11487798 or 13284688. OLE color: 13284688.
HSL color Cylindrical-coordinate representation of color #50B5CA: hue angle of 190.33º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #50B5CA is Cyan = 0.60, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 80 | 181 | 202 | - |
| CMYK | 0.60 | 0.10 | 0 | 0.21 |
| HSL | 190.33º | 0.54% | 0.55% | - |
| HSV(B) | 190.33º | 0.6% | 0.79% | - |
| XYZ | 30.49 | 39.02 | 61.8 | - |
| YUV | 153.2 | 155.54 | 75.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 181 | 202 | 0.60 | 0.10 | 0 | 0.21 | 190.33 | 0.54 | 0.55 |
| Hex | 50 | B5 | CA | 3C | A | 0 | 15 | BE | 36 | 37 |
| Octal | 120 | 265 | 312 | 74 | 12 | 0 | 25 | 276 | 66 | 67 |
| Binary | 1010000 | 10110101 | 11001010 | 111100 | 1010 | 0 | 10101 | 10111110 | 110110 | 110111 |
Color Harmonies of #50B5CA
Complementary color
Monochromatic Colors of #50B5CA
Black with #50B5CA
Text Example
Text Example
White with #50B5CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50B5CA; }
p { color: rgb(80,181,202); }
H1.HeaderClassName
{
color: #50B5CA;
}
.AnyTagClassName
{
color: #50B5CA;
}
</style>
background-color css
<style>
a { background-color: #50B5CA; }
a { background-color: rgb(80,181,202); }
div.DivClassName
{
background-color: #50B5CA;
}
.BgClassName
{
background-color: #50B5CA;
}
</style>
border-color css
<style>
span { border-color: #50B5CA; }
span { border-color: rgb(80,181,202); }
td.TdClassName
{
border-color: #50B5CA;
}
.TagClassName
{
border-color: #50B5CA;
}
</style>