#50A5C5

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

Shades of Viking #50A5C5

Tints of Viking #50A5C5

Color information

#50A5C5 (or 0x50A5C5) is unknown color: approx Viking. HEX triplet: 50, A5 and C5. RGB value is (80,165,197). Sum of RGB (Red+Green+Blue) = 80+165+197=442 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.10% from 442); Green value is 165 (64.84% from 255 or 37.33% from 442); Blue value is 197 (77.34% from 255 or 44.57% from 442); Max value from RGB is 197 - color contains mainly: blue. Hex color #50A5C5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #50A5C5 is #AF5A3A. Grayscale: #8F8F8F. Windows color (decimal): -11491899 or 12952912. OLE color: 12952912.

HSL color Cylindrical-coordinate representation of color #50A5C5: hue angle of 196.41º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #50A5C5 is Cyan = 0.59, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB80165197-
CMYK0.590.1600.23
HSL196.41º50.21%54.31%-
HSV(B)196.41º59.39%77.25%-
XYZ26.8432.6557.71-
YUV143.23158.3482.9-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 18.10%
GREEN value IS 165 (64.84% from 255) = 37.33%
BLUE value IS 197 (77.34% from 255) = 44.57%
R=18.10%
G=37.33%
B=44.57%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal801651970.590.1600.23196.4150.2154.31
Hex50A5C53B10017c43236
Octal12024530573200273046266
Binary101000010100101110001011110111000001011111000100110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50A5C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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