#50A4C0

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

Shades of Viking #50A4C0

Tints of Viking #50A4C0

Color information

#50A4C0 (or 0x50A4C0) is unknown color: approx Viking. HEX triplet: 50, A4 and C0. RGB value is (80,164,192). Sum of RGB (Red+Green+Blue) = 80+164+192=436 (57% of max value = 765). Red value is 80 (31.64% from 255 or 18.35% from 436); Green value is 164 (64.45% from 255 or 37.61% from 436); Blue value is 192 (75.39% from 255 or 44.04% from 436); Max value from RGB is 192 - color contains mainly: blue. Hex color #50A4C0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #50A4C0 is #AF5B3F. Grayscale: #8D8D8D. Windows color (decimal): -11492160 or 12624976. OLE color: 12624976.

HSL color Cylindrical-coordinate representation of color #50A4C0: hue angle of 195º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #50A4C0 is Cyan = 0.58, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB80164192-
CMYK0.580.1500.25
HSL195º47.06%53.33%-
HSV(B)195º58.33%75.29%-
XYZ26.132.0654.68-
YUV142.08156.1783.72-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 18.35%
GREEN value IS 164 (64.45% from 255) = 37.61%
BLUE value IS 192 (75.39% from 255) = 44.04%
R=18.35%
G=37.61%
B=44.04%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal801641920.580.1500.2519547.0653.33
Hex50A4C03AF019c32f35
Octal12024430072170313035765
Binary10100001010010011000000111010111101100111000011101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50A4C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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