#50A1C2

Color #50A1C2 Viking (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viking #50A1C2

Tints of Viking #50A1C2

Color information

#50A1C2 (or 0x50A1C2) is unknown color: approx Viking. HEX triplet: 50, A1 and C2. RGB value is (80,161,194). Sum of RGB (Red+Green+Blue) = 80+161+194=435 (57% of max value = 765). Red value is 80 (31.64% from 255 or 18.39% from 435); Green value is 161 (63.28% from 255 or 37.01% from 435); Blue value is 194 (76.17% from 255 or 44.60% from 435); Max value from RGB is 194 - color contains mainly: blue. Hex color #50A1C2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #50A1C2 is #AF5E3D. Grayscale: #8C8C8C. Windows color (decimal): -11492926 or 12755280. OLE color: 12755280.

HSL color Cylindrical-coordinate representation of color #50A1C2: hue angle of 197.37º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #50A1C2 is Cyan = 0.59, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB80161194-
CMYK0.590.1700.24
HSL197.37º48.31%53.73%-
HSV(B)197.37º58.76%76.08%-
XYZ25.7931.0955.68-
YUV140.54158.1684.82-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 80 (31.64% from 255) = 18.39%
GREEN value IS 161 (63.28% from 255) = 37.01%
BLUE value IS 194 (76.17% from 255) = 44.60%
R=18.39%
G=37.01%
B=44.60%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal801611940.590.1700.24197.3748.3153.73
Hex50A1C23B11018c53036
Octal12024130273210303056066
Binary101000010100001110000101110111000101100011000101110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50A1C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50A1C2; }

 p { color: rgb(80,161,194); }

 H1.HeaderClassName
 {
   color: #50A1C2;
 }
 .AnyTagClassName
 {
   color: #50A1C2;
 }
</style>
background-color css

<style>
 a { background-color: #50A1C2; }

 a { background-color: rgb(80,161,194); }

 div.DivClassName
 {
   background-color: #50A1C2;
 }
 .BgClassName
 {
   background-color: #50A1C2;
 }
</style>
border-color css

<style>
 span { border-color: #50A1C2; }

 span { border-color: rgb(80,161,194); }

 td.TdClassName
 {
   border-color: #50A1C2;
 }
 .TagClassName
 {
   border-color: #50A1C2;
 }
</style>