#50AACC

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

Shades of Viking #50AACC

Tints of Viking #50AACC

Color information

#50AACC (or 0x50AACC) is unknown color: approx Viking. HEX triplet: 50, AA and CC. RGB value is (80,170,204). Sum of RGB (Red+Green+Blue) = 80+170+204=454 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.62% from 454); Green value is 170 (66.80% from 255 or 37.44% from 454); Blue value is 204 (80.08% from 255 or 44.93% from 454); Max value from RGB is 204 - color contains mainly: blue. Hex color #50AACC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #50AACC is #AF5533. Grayscale: #929292. Windows color (decimal): -11490612 or 13412944. OLE color: 13412944.

HSL color Cylindrical-coordinate representation of color #50AACC: hue angle of 196.45º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #50AACC is Cyan = 0.61, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB80170204-
CMYK0.610.1700.2
HSL196.45º54.87%55.69%-
HSV(B)196.45º60.78%80%-
XYZ28.5834.8162.34-
YUV146.97160.1880.24-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 17.62%
GREEN value IS 170 (66.80% from 255) = 37.44%
BLUE value IS 204 (80.08% from 255) = 44.93%
R=17.62%
G=37.44%
B=44.93%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal801702040.610.1700.2196.4554.8755.69
Hex50AACC3D11014c43738
Octal12025231475210243046770
Binary101000010101010110011001111011000101010011000100110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50AACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,170,204); }

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

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

 a { background-color: rgb(80,170,204); }

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

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

 span { border-color: rgb(80,170,204); }

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