#50A1CA

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

Shades of Picton Blue #50A1CA

Tints of Picton Blue #50A1CA

Color information

#50A1CA (or 0x50A1CA) is unknown color: approx Picton Blue. HEX triplet: 50, A1 and CA. RGB value is (80,161,202). Sum of RGB (Red+Green+Blue) = 80+161+202=443 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.06% from 443); Green value is 161 (63.28% from 255 or 36.34% from 443); Blue value is 202 (79.30% from 255 or 45.60% from 443); Max value from RGB is 202 - color contains mainly: blue. Hex color #50A1CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #50A1CA is #AF5E35. Grayscale: #8D8D8D. Windows color (decimal): -11492918 or 13279568. OLE color: 13279568.

HSL color Cylindrical-coordinate representation of color #50A1CA: hue angle of 200.16º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #50A1CA is Cyan = 0.60, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB80161202-
CMYK0.600.2000.21
HSL200.16º53.51%55.29%-
HSV(B)200.16º60.4%79.22%-
XYZ26.7131.4660.54-
YUV141.45162.1684.17-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 18.06%
GREEN value IS 161 (63.28% from 255) = 36.34%
BLUE value IS 202 (79.30% from 255) = 45.60%
R=18.06%
G=36.34%
B=45.60%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal801612020.600.2000.21200.1653.5155.29
Hex50A1CA3C14015c83637
Octal12024131274240253106667
Binary101000010100001110010101111001010001010111001000110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50A1CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,161,202); }

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

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

 a { background-color: rgb(80,161,202); }

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

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

 span { border-color: rgb(80,161,202); }

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