#50A2C6

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

Shades of Picton Blue #50A2C6

Tints of Picton Blue #50A2C6

Color information

#50A2C6 (or 0x50A2C6) is unknown color: approx Picton Blue. HEX triplet: 50, A2 and C6. RGB value is (80,162,198). Sum of RGB (Red+Green+Blue) = 80+162+198=440 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.18% from 440); Green value is 162 (63.67% from 255 or 36.82% from 440); Blue value is 198 (77.73% from 255 or 45% from 440); Max value from RGB is 198 - color contains mainly: blue. Hex color #50A2C6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #50A2C6 is #AF5D39. Grayscale: #8D8D8D. Windows color (decimal): -11492666 or 13017680. OLE color: 13017680.

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

Color convert

RGB80162198-
CMYK0.600.1800.22
HSL198.31º50.86%54.51%-
HSV(B)198.31º59.6%77.65%-
XYZ26.4231.6258.14-
YUV141.59159.8384.07-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 18.18%
GREEN value IS 162 (63.67% from 255) = 36.82%
BLUE value IS 198 (77.73% from 255) = 45%
R=18.18%
G=36.82%
B=45%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal801621980.600.1800.22198.3150.8654.51
Hex50A2C63C12016c63337
Octal12024230674220263066367
Binary101000010100010110001101111001001001011011000110110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50A2C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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