#50A5CA

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

Shades of Viking #50A5CA

Tints of Viking #50A5CA

Color information

#50A5CA (or 0x50A5CA) is unknown color: approx Viking. HEX triplet: 50, A5 and CA. RGB value is (80,165,202). Sum of RGB (Red+Green+Blue) = 80+165+202=447 (59% of max value = 765). Red value is 80 (31.64% from 255 or 17.90% from 447); Green value is 165 (64.84% from 255 or 36.91% from 447); Blue value is 202 (79.30% from 255 or 45.19% from 447); Max value from RGB is 202 - color contains mainly: blue. Hex color #50A5CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #50A5CA is #AF5A35. Grayscale: #8F8F8F. Windows color (decimal): -11491894 or 13280592. OLE color: 13280592.

HSL color Cylindrical-coordinate representation of color #50A5CA: hue angle of 198.2º 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 #50A5CA is Cyan = 0.60, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB80165202-
CMYK0.600.1800.21
HSL198.2º53.51%55.29%-
HSV(B)198.2º60.4%79.22%-
XYZ27.4232.8860.78-
YUV143.8160.8482.49-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 17.90%
GREEN value IS 165 (64.84% from 255) = 36.91%
BLUE value IS 202 (79.30% from 255) = 45.19%
R=17.90%
G=36.91%
B=45.19%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal801652020.600.1800.21198.253.5155.29
Hex50A5CA3C12015c63637
Octal12024531274220253066667
Binary101000010100101110010101111001001001010111000110110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50A5CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,165,202); }

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

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

 a { background-color: rgb(80,165,202); }

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

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

 span { border-color: rgb(80,165,202); }

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