#50AFC6

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

Shades of Viking #50AFC6

Tints of Viking #50AFC6

Color information

#50AFC6 (or 0x50AFC6) is unknown color: approx Viking. HEX triplet: 50, AF and C6. RGB value is (80,175,198). Sum of RGB (Red+Green+Blue) = 80+175+198=453 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.66% from 453); Green value is 175 (68.75% from 255 or 38.63% from 453); Blue value is 198 (77.73% from 255 or 43.71% from 453); Max value from RGB is 198 - color contains mainly: blue. Hex color #50AFC6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #50AFC6 is #AF5039. Grayscale: #959595. Windows color (decimal): -11489338 or 13021008. OLE color: 13021008.

HSL color Cylindrical-coordinate representation of color #50AFC6: hue angle of 191.69º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #50AFC6 is Cyan = 0.60, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB80175198-
CMYK0.600.1200.22
HSL191.69º50.86%54.51%-
HSV(B)191.69º59.6%77.65%-
XYZ28.8336.4458.94-
YUV149.22155.5378.63-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 17.66%
GREEN value IS 175 (68.75% from 255) = 38.63%
BLUE value IS 198 (77.73% from 255) = 43.71%
R=17.66%
G=38.63%
B=43.71%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal801751980.600.1200.22191.6950.8654.51
Hex50AFC63CC016c03337
Octal12025730674140263006367
Binary10100001010111111000110111100110001011011000000110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50AFC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,175,198); }

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

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

 a { background-color: rgb(80,175,198); }

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

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

 span { border-color: rgb(80,175,198); }

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