#50ACC5

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

Shades of Viking #50ACC5

Tints of Viking #50ACC5

Color information

#50ACC5 (or 0x50ACC5) is unknown color: approx Viking. HEX triplet: 50, AC and C5. RGB value is (80,172,197). Sum of RGB (Red+Green+Blue) = 80+172+197=449 (59% of max value = 765). Red value is 80 (31.64% from 255 or 17.82% from 449); Green value is 172 (67.58% from 255 or 38.31% from 449); Blue value is 197 (77.34% from 255 or 43.88% from 449); Max value from RGB is 197 - color contains mainly: blue. Hex color #50ACC5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #50ACC5 is #AF533A. Grayscale: #939393. Windows color (decimal): -11490107 or 12954704. OLE color: 12954704.

HSL color Cylindrical-coordinate representation of color #50ACC5: hue angle of 192.82º 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 #50ACC5 is Cyan = 0.59, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB80172197-
CMYK0.590.1300.23
HSL192.82º50.21%54.31%-
HSV(B)192.82º59.39%77.25%-
XYZ28.1435.2458.14-
YUV147.34156.0279.97-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 17.82%
GREEN value IS 172 (67.58% from 255) = 38.31%
BLUE value IS 197 (77.34% from 255) = 43.88%
R=17.82%
G=38.31%
B=43.88%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal801721970.590.1300.23192.8250.2154.31
Hex50ACC53BD017c13236
Octal12025430573150273016266
Binary10100001010110011000101111011110101011111000001110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50ACC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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