#50A2BC

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

Shades of Viking #50A2BC

Tints of Viking #50A2BC

Color information

#50A2BC (or 0x50A2BC) is unknown color: approx Viking. HEX triplet: 50, A2 and BC. RGB value is (80,162,188). Sum of RGB (Red+Green+Blue) = 80+162+188=430 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.60% from 430); Green value is 162 (63.67% from 255 or 37.67% from 430); Blue value is 188 (73.83% from 255 or 43.72% from 430); Max value from RGB is 188 - color contains mainly: blue. Hex color #50A2BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #50A2BC is #AF5D43. Grayscale: #8C8C8C. Windows color (decimal): -11492676 or 12362320. OLE color: 12362320.

HSL color Cylindrical-coordinate representation of color #50A2BC: hue angle of 194.44º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #50A2BC is Cyan = 0.57, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB80162188-
CMYK0.570.1400.26
HSL194.44º44.63%52.55%-
HSV(B)194.44º57.45%73.73%-
XYZ25.3131.1852.26-
YUV140.45154.8384.89-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 18.60%
GREEN value IS 162 (63.67% from 255) = 37.67%
BLUE value IS 188 (73.83% from 255) = 43.72%
R=18.60%
G=37.67%
B=43.72%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal801621880.570.1400.26194.4444.6352.55
Hex50A2BC39E01Ac22d35
Octal12024227471160323025565
Binary10100001010001010111100111001111001101011000010101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50A2BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,162,188); }

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

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

 a { background-color: rgb(80,162,188); }

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

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

 span { border-color: rgb(80,162,188); }

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