#50A4C3

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

Shades of Viking #50A4C3

Tints of Viking #50A4C3

Color information

#50A4C3 (or 0x50A4C3) is unknown color: approx Viking. HEX triplet: 50, A4 and C3. RGB value is (80,164,195). Sum of RGB (Red+Green+Blue) = 80+164+195=439 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.22% from 439); Green value is 164 (64.45% from 255 or 37.36% from 439); Blue value is 195 (76.56% from 255 or 44.42% from 439); Max value from RGB is 195 - color contains mainly: blue. Hex color #50A4C3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #50A4C3 is #AF5B3C. Grayscale: #8E8E8E. Windows color (decimal): -11492157 or 12821584. OLE color: 12821584.

HSL color Cylindrical-coordinate representation of color #50A4C3: hue angle of 196.17º degrees, saturation: 0.49, 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 #50A4C3 is Cyan = 0.59, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB80164195-
CMYK0.590.1600.24
HSL196.17º48.94%53.92%-
HSV(B)196.17º58.97%76.47%-
XYZ26.4332.256.45-
YUV142.42157.6783.48-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 18.22%
GREEN value IS 164 (64.45% from 255) = 37.36%
BLUE value IS 195 (76.56% from 255) = 44.42%
R=18.22%
G=37.36%
B=44.42%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal801641950.590.1600.24196.1748.9453.92
Hex50A4C33B10018c43136
Octal12024430373200303046166
Binary101000010100100110000111110111000001100011000100110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50A4C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,164,195); }

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

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

 a { background-color: rgb(80,164,195); }

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

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

 span { border-color: rgb(80,164,195); }

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